README
Availity JavaScript SDK
JavaScript SDK for designed for the Availity Portal
Documentation
Docs for each of the packages deployed in sdk-js can be found at https://availity.github.io/
Supported Browsers
Packages in this repository are designed to work with the following browsers
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
Internet Explorer Support
Active support for Internet Explorer was dropped in August 2021. Some packages use core-js and babel to polyfill unsupported features, but this will be phased out over time.
If you still need support for IE 11, you need to either:
- Use
@availity/workflow >=8.5.0 && <9.0.0. This will transpile all your code and add polyfills needed for IE 11 support. - If you are not using
@availity/workflow, or cannot upgrade to at least8.5.0, then you will need to import the package's compiled code from its/libfolder.
Contributing
Check out our contributing guide for more information on how to contribute.