- Updates node version to LTS 18.12.0
- Updates react-script-hook to 1.7.2
- Expands peer dependencies to include react 18
- Fixes major issue with Connect source url
- Breaking change: All prior versions will be marked as deprecated
- Documentation updates
- Close Connect on unmount
- New branding
- Breaking change: the
uiTheme
config option is removed.
- Renamed the package from
utility-connect-react
toconnect-react
. Please reinstall from npmnpm i @arcadia-eng/connect-react
useUtilityConnect
hook renamed touseConnect
withUtilityConnect
HoC renamed towithConnect
config.UtilityConnectToken
renamed toconfig.ConnectToken
- Breaking change: New callback and config format
- Errors in
use-utility-connect
now return a consistentError
object with-utility-connect
now matches the current implementation ofuse-utility-connect
- Breaking Change: The
ready
prop is no longer passed down by the HOC. Please useloading
instead.
- Breaking Change: The
Internal testing version