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

Upgrade @availity/change-password to use @availity/block-ui #1301

Closed clintonlunn closed 1 year ago

clintonlunn commented 1 year ago

Current Behavior

The package @availity/change-password currently relies on @availity/react-block-ui. However, this library has been deprecated and archived according to its repository (https://github.com/Availity/react-block-ui).

Desired Behavior

The package @availity/change-password should utilize @availity/block-ui instead of @availity/react-block-ui.

Suggested Solution

Remove the dependency on @availity/react-block-ui and add @availity/block-ui as the new dependency.

Who does this impact? Who is this for?

This change impacts all users of the @availity/change-password package.