Releases: jhipster/generator-jhipster-react-native
Releases · jhipster/generator-jhipster-react-native
v1.10.2
- use delete header instead of a blank header 1d27c27
- remove workaround - no longer needed in react-native v0.54+ 9e650c3
- fix for jhipster 5 where socialLogin is no longer an option 45431b2
v1.10.1
Fix JHipster gateway tests after generating files
- specify default of empty String so tests don't fail on missing property fd71bd7
v1.10.0
- React Native is now v0.54.1
- update dependencies to latest versions 79ecc17
v1.8.2
- fix postinstall for windows by using rimraf instead of rm d4686aa
- Fix link to entity generator documentation c84a215
- update readme c79c429
v1.8.0
- OAuth2 OIDC Authentication is now supported
- Added a prompt for the path to your JHipster app
- This is used to automatically update backend files for OAuth2 OIDC, Social Login, and Websocket features
v1.7.0
- Upgrade Command for upgrading a generated Ignite JHipster app to the latest templates
- Upgrade ignite-jhipster with
npm upgrade ignite-jhipster
- Run the command to update your templates
ignite g upgrade
- Refactored boilerplate layout into separate files for
files
, prompts
, and general logic in the index
v1.6.1
- Upgrade React Native to v0.52.0
- Fix for apps not using Social Login (bad import in RegisterScreen)
- Call getAccount on App Resume to ensure token/session is still valid
v1.6.0
Social Login is now in beta!
Other Changes
- Required entity fields are no longer marked as "Optional"
v1.5.2
Fix logout URL for apps using UAA auth