- BREAKING CHANGE: The Dialogs and Flags components are now provided by the package and need to be rendered in a React component
- Add support for React 18
- Fix flag position not being on top of some elements
- Upgrade dependencies
- Upgrade dependencies
- Fix lint
- Allow to configure initial state for
AP.history
- Upgrade dependencies
- Context is now configured by providing a context object directly instead of specific information
- Any content is accepted for the context
- This affects both
AP.context.getToken
andAP.context.getContext
- Implement
AP.context.getContext
- For now only Jira projects and issues are supported
- It is possible to configure the context returned by providing information to the Fake AP configuration
- Update
AP.context.getToken
to include the context returned fromAP.context.getContext
- Remove the
moment
package dependency
- Upgrade dependencies
- Add QSH to AP.context.getToken
- Upgrade dependencies
- Setup a new package release process that will also release on GitHub Packages
- Update and improve the README
Initial release