Skip to content

Releases: jhipster/generator-jhipster-react-native

v1.13.1

29 Oct 07:09
Compare
Choose a tag to compare

Adds a postinstall script for Macs for fix Xcode 10 to work out-of-the-box for v0.57.x

Commits:

  • add xcode_10_setup.js to fix "react-native run-ios" 26ed341

v1.13.0

28 Oct 05:31
Compare
Choose a tag to compare

Commits:

  • upgrade to react-native v0.57.4 c775c4d

v1.12.3

17 Oct 05:02
Compare
Choose a tag to compare

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

10 Oct 03:15
Compare
Choose a tag to compare

Fix for case-sensitive file systems (such as Ubuntu 18)

Commits

v1.12.0

05 Oct 05:51
Compare
Choose a tag to compare

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:

  • initial relationship support 07e4125
  • add reducer, sagas, and tests for user entity (for relationships) 454589c
  • linting, only import local date mapper when entity uses local date 26054ab
  • handle enums 7ebf03a
  • show error on update error instead of continuing on a079fb2

v1.11.5

04 Oct 06:53
Compare
Choose a tag to compare

Fixes LocalDate fields for the entiy generator

Commits:

  • use a string for the flatlist key, fixes yellowbox warning 0d027bb
  • add note about xcode 10 61d6899
  • fix LocalDates - map to JS date on load, display as LocalDate 51569c2
  • improve picker for LocalDate, related to #53 73ae799
  • fix "create" button appearing on wrong screen 519ef4d

v1.11.4

03 Oct 06:06
Compare
Choose a tag to compare

Commits:

  • set jhipster directory prop from prompts (fixes oauth patches) 69bbf4e
  • move node packages to dependencies 307e83c

v1.11.3

02 Oct 04:25
Compare
Choose a tag to compare

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

04 Sep 06:47
Compare
Choose a tag to compare
  • 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"

v1.11.1

04 Sep 05:13
Compare
Choose a tag to compare
  • Re-enabled StoriesTest
  • Revert .babelrc -> babel.config.js change, it breaks linking native code
  • Use exact versions for all dependencies instead of git commits