- Updates braces to 3.0.3
- Updates was to 8.17.1
- Remove promise polyfill
- Dependabot Updates
-
BREAKING CHANGES
- Update Node to v18
-
DevDependency Updates
- Prettier to v3
- eslint-plugin-prettier to v5
- Typescript to v5
- Fix issue where server side rendering would not work with sdk
- Remove use of
export default
in promise lib
- Remove use of
export default
in module
- Fix paths when publishing
- Add typescript types
- Fix issue where crossorigin would not be set
- Add ability to set crossorigin attribute
- Set
loadScript
to cache the promise used to load the script to eliiminate a race condition where the script could be on the page, but not ready to use
- Add ability to force reload a script tag if it already exists on the page
- Initial version