Skip to content

Releases: jhipster/generator-jhipster-react-native

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

v1.11.0

03 Sep 07:02
Compare
Choose a tag to compare

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+
  • 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 run ignite add animatable
  • Generation time lowered quite a bit
  • Statistics are now tracked correctly

v1.10.3

02 May 02:53
Compare
Choose a tag to compare

Now supporting JHipster v5! JHipster v4 is still fully supported

Commits:

  • update patching for Oauth's SecurityConfiguration.java a8e5a15
  • lint and tests for put vs post ffb3472
  • use POST for creating entities, PUT for updating 13fff89