Skip to content

Releases: jhipster/generator-jhipster-react-native

v1.10.2

02 May 01:13
Compare
Choose a tag to compare
  • 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

27 Mar 16:10
Compare
Choose a tag to compare

Fix JHipster gateway tests after generating files

  • specify default of empty String so tests don't fail on missing property fd71bd7

v1.10.0

20 Mar 16:19
Compare
Choose a tag to compare
  • React Native is now v0.54.1
  • update dependencies to latest versions 79ecc17

v1.9.0

25 Feb 22:24
Compare
Choose a tag to compare

v1.8.2

10 Feb 23:33
Compare
Choose a tag to compare
  • fix postinstall for windows by using rimraf instead of rm d4686aa
  • Fix link to entity generator documentation c84a215
  • update readme c79c429

v1.8.0

10 Feb 23:32
Compare
Choose a tag to compare
  • 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

22 Jan 03:07
Compare
Choose a tag to compare
  • 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

18 Jan 23:28
Compare
Choose a tag to compare
  • 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

15 Jan 03:02
Compare
Choose a tag to compare

Social Login is now in beta!

Other Changes

  • Required entity fields are no longer marked as "Optional"

v1.5.2

09 Jan 20:29
Compare
Choose a tag to compare

Fix logout URL for apps using UAA auth