Releases: jhipster/generator-jhipster-react-native
Releases · jhipster/generator-jhipster-react-native
v1.12.3
Commits:
- don't crash if oauth issuer is unreachable d9326e5
- add note about dev keycloak config in jhipster app 4c41762
- add instructions about Android launchMode=singleTask for OAuth2 ba65d34
- don't fail if git doesn't exist, polish spinner succeed messages a784ff1
- fix npm install, remove alias 0e4e473
- add issue template 3318144
v1.12.2
v1.12.0
This release adds support for enums and basic relationships. Note that it does not yet work with DTOs, track the rest of the progress in #57
Commits:
v1.11.5
Fixes LocalDate fields for the entiy generator
Commits:
v1.11.4
v1.11.3
This release fixes the import-jdl
subgenerator, run with ignite generate import-jdl file.jdl
Big changes:
- move jhipster-core to dependencies df7d2cf
- add assertion that OAuth2 files are generated in the correct folder ba6eed3
- fix for entities generated with a plural names e626aee
- update jhipster-core to v3.3.3 65578e2
- fix oauth2 templating ea89bc7
- move all modules into package.json instead of installing them indivdually a6d0fdb
- fix for newer jhipster versions and oauth2 f207214
v1.11.2
- ensure native libraries are linked at the end of generation 99527a6
- remove react-native-config, fixes Android build (doesn't work for Android in latest React Native) c3f4454
- If you still want to use it, you can specify the version in
package.json
as"https://github.com/ruddell/react-native-config#fix-gradle"
- If you still want to use it, you can specify the version in
v1.11.1
v1.11.0
React Native version upgraded to the latest v0.56.0
- This is a breaking upgrade for React Native, specifically
babel
is now required to be v7+- See the v0.56.0 release notes for more information
- Since StoryBook tests aren't compatible with
babel@7
yet, they are disabled
Ignite JHipster Changes
- Change password screen now fixed for JHipster v5
- Requires confirmation of current password
- API path also changed
- All dependencies upgraded to their latest versions
- Ignite Dev Screens removed as the package hasn't been updated in almost a year
- ExamplesRegistry removed, use StoryBook instead
- Ignite Animatable removed
- If you need it just install
react-native-animatable
or runignite add animatable
- If you need it just install
- Generation time lowered quite a bit
- Statistics are now tracked correctly