Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

feat(button): upgrading react-block-ui to @availity/block-ui #1288 #1289

Closed clintonlunn closed 1 year ago

clintonlunn commented 1 year ago

Before submitting a pull request, please make sure the following is done:

fixes #1288

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Make sure your code passed the conventional commits check. Read more about conventional commits
codecov[bot] commented 1 year ago

Codecov Report

Merging #1289 (4016c3b) into master (44bbb7a) will increase coverage by 6.88%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #1289      +/-   ##
===========================================
+ Coverage   93.11%   100.00%   +6.88%     
===========================================
  Files          29         1      -28     
  Lines         842         9     -833     
  Branches      250         3     -247     
===========================================
- Hits          784         9     -775     
+ Misses         58         0      -58     
Impacted Files Coverage Δ
packages/button/src/LoadingButton.tsx 100.00% <100.00%> (ø)

... and 29 files with indirect coverage changes