Skip to content

Releases: osstotalsoft/generator-webapp-rocket

v4.1.3

12 Jan 14:08
9f32174
Compare
Choose a tag to compare

Changes

v4.1.2

10 Jul 12:01
a77f0fa
Compare
Choose a tag to compare

Changes

v4.1.1

10 Jul 07:30
718fae2
Compare
Choose a tag to compare

Changes

v4.1.0

07 Jul 13:40
b7288cc
Compare
Choose a tag to compare

Changes

  • @axa-fr/react-oidc update to v6.x @DCosti (#108) which includes:

  • For HTTP calls, a ServiceWorker is used to automatically inject the token.

  • We still inject the token manually for WS calls.

  • When we use one of the hooks exported by the library, we have to provide a name to load the configuration. We created the function getOidcConfigName which will provide a default configuration name (config_show_access_token) or in case the project is multitenancy it will provide a tenant specific configuration name (tenant id or the default name).

  • Two files were added inside the public folder:

    1. OidcServiceWorker.js which is generated when running npm install
    2. OidcTrustedDomains.js which contains the trusted domains configuration for ServiceWorker in order to inject the token and the flag for accessing the token for WS calls (showAccessToken)
  • OidcTrustedDomains.js is going to be modified at runtime by the setOidcDomains.js script file that is going to populate the file with the necessary environment variables and for production we added a new script in setenv.js file.

v4.0.0

05 Jul 07:33
3fcd493
Compare
Choose a tag to compare

Breaking chages

There is a new Rocket components library in town!
This release includes important updates regarding the replace of the old @totalsoft_oss/rocket-ui library with the new @totalsoft/rocket-ui! 🎉🚀
More information about the release and the upgrade steps can be found here

Changes

v3.1.1

28 Apr 08:00
827d0ea
Compare
Choose a tag to compare

Changes

v3.1.0

27 Feb 15:53
Compare
Choose a tag to compare

Changes

v3.0.1

23 Feb 13:31
Compare
Choose a tag to compare

v3.0.0

23 Feb 13:19
766dee5
Compare
Choose a tag to compare

BREAKING CHANGES

  • Upgrade to react18 @alexandra-c (#103)
    Starting v3.0.0, React v17 or below are no longer supported.

Changes

v2.0.3

06 Jan 13:12
7a0b590
Compare
Choose a tag to compare

Changes