Skip to content

Releases: jhipster/generator-jhipster-react-native

v3.3.2

12 Nov 06:28
Compare
Choose a tag to compare

Patch to catch pod install errors

Commits:

  • use iPhone 11 instead of iPhone X for e2e tests 173097f
  • catch pod install failure and log to try again manually f563fa0
  • enable prettier on md files 2d5db01
  • Update .gitignore 6ed0f34
  • Fix markdownlint and whitespace errors 4c1dde3
  • Fix typos 8e2caab

v3.3.1...v3.3.2

v3.3.1

26 Oct 17:41
Compare
Choose a tag to compare

Bigger Changes:

  • Add a check for cocoapods before generating the app
  • Migrate this repo from standard to eslint
  • Add prettier config to this repo

Commits:

  • all mac users are required to have cocoapods c0a01fa
  • run prettier on boilerplate files c568493
  • add prettier and lint-staged config 6a36efb
  • migrate to eslint froms standard, lint 68bbc03
  • upgrade eslint and np 3888389

v3.3.0...v3.3.1

v3.3.0

30 Sep 06:15
Compare
Choose a tag to compare

Bigger Changes:

  • Upgrade React Native to v0.60.5 (Cocoapods and Autolinking)
  • Updated launch-screen with react-native's new default generated home screen
  • Error messages from the API are now displayed, instead of the ‘WRONG’ string placeholder
  • Removed all uses of deprecated componentWillReceiveProps
  • Migrated to eslint config provided by react-native, this replaces standard
  • New Prettier config, runs on generation
  • Yarn is now default, use the —npm flag to use npm.
    • Will use npm if yarn is not installed
    • Previously would use a mix (bugfix)

New Launch Screen

Commits (click to expand)
  • add an extra step on android, update oauth docs 8cac73b
  • e2e test fixes, remove dependencies provided by react-native c18179e
  • update launch-screen with react-native's new default generated home screen aad3de6
  • fix jest tests, upgrade detox, update readme link fbb7a43
  • move patch template copying to correct place, add readme for patch explanations 44dd5a9
  • fix test dd7eedc
  • fix version f1637a2
  • add note 2ed75dc
  • exit on error for all CI steps ed9d178
  • use Boolean for npm flag instead 40423b5
  • update all dependencies and replace react-native's AsyncStorage 3065c2c
  • fix login-screen.spec error message, organize e2e tests 93a4d85
  • use yarn by default since ignite-cli expects an --npm flag baf5ca2
  • fix tests and lint 244efe7
  • pass through error from account api bfe9848
  • fix template entity variable, add -ntp to mvnw commands b23c9d1
  • use getDerivedStateFromProps instead of componentDidUpdate 8943202
  • fix variable name f332230
  • update entity screens to remove componentWillReceiveProps usage e53528a
  • update all componentWillReceiveProps to componentDidUpdate in main app 7189b90
  • update react-native-navigation to fix header background color 7051388
  • run prettier tranform on files changed by entity generator 72d602a
  • fix eslint no-string-refs cc3d78b
  • fix inline-style usage 7241282
  • lint af8ea57
  • only run prettier on generated js files e366949
  • add a wrapped version of copyBath to prettier transform the files 17fbd6e
  • rename patchNeedle to patchInFile to match api da5aaf1
  • migrate to the eslint config supplied by react-native-init c7e693d
  • fix MainApplication.java template ec3dd00
  • remove fishhook, add link to releases cd51ba3
  • add workaround for building in release 1be5467
  • upgrade react-native to v0.60.5 7729abc
  • move podfile to template, update for react-native v0.60.0 4dd5187
  • fix variable reference in ejs 1c20a99
  • fix ejs closing, add back native iOS oauth2 docs until updated to rn 0.60.x 1af243b
  • update all docs d00c24f
  • don't force invalid multidex version when forcing similar supportLibVersions 53d1d3e
  • update dependencies c8fab8a
  • replace patchInFile with a wrapped method so failing doesn't exit c1ab0cf

v3.2.0...v3.3.0

v3.2.0

24 Aug 16:55
Compare
Choose a tag to compare

Bigger Changes:

Commits:

  • upgrade dependencies 68b8f01
  • add jest mock for storybook 165710d
  • update storybook and add inside app b53e2bb

v3.1.5...v3.2.0

v3.1.5

29 Jul 01:38
Compare
Choose a tag to compare

Commits:

  • update uaaBaseUrl to include services prefix 4fe29c5
  • simplify JDL for tests d1dda5f
  • upgrade all libraries and lint 7e45397

v3.1.4...v3.1.5

v3.1.4

28 Jul 03:14
Compare
Choose a tag to compare

Bigger Changes:

  • Websockets and the Chat Screen example now work as expected

Commits:

  • lint 287cfc7
  • add websocket pipeline to azure pipelines 2402999
  • add chat-screen.spec, add testIDs and fix chat-screen issues 781ceef
  • fix websocket import paths and link chat-screen in layouts abe3460

v3.1.3...v3.1.4

v3.1.3

25 Jul 18:46
Compare
Choose a tag to compare

Commits:

  • fix string to replace in keycloak config to add redirect_uri ba960d2
  • dont force yarn when using local boilerplate d1f661c
  • add --yarn flag and use npm by default 66ee637
  • remove git initialization as ignite-cli handles it now ed639f8
  • update dependencies and react-native version 4cac7a4

v3.1.2...v3.1.3

v3.1.2

26 Jun 07:56
Compare
Choose a tag to compare

Bigger Changes:

  • OAuth2 login is fixed and working with JHipster v6

Commits:

  • specify exact app-auth version cc4b6e4
  • fix login to align with latest jhipster v6 changes 4d3248c
  • update app-auth, add react-native-cookies to oauth2 apps, clear on logout 33b9a21
  • remove unused oauth2 jhipster server files e151243
  • align entity fixtures to naming scheme 52c5f02

v3.1.1...v3.1.2

v3.1.1

20 Jun 00:32
Compare
Choose a tag to compare

Small changes in this release.

Commits:

  • update react-native to v0.59.9 bb4ba86
  • fix several inconsistencies in naming, remove old file 2346479

v3.1.0...v3.1.1

v3.1.0

11 Jun 06:00
Compare
Choose a tag to compare

Bigger Changes:

  • Fastlane config is now generated
  • React Native v0.59.8
  • Couple entity-related fixes

Commits:

  • fix object comparison in tests 9819543
  • upgrade react-native-navigation (removes need for patch) 2953cdb
  • remove loading state value from entity page, fixes infinite scroll c098ffc
  • documentation fand fastlane fixes 487ab5e
  • fix fastlane paths 0e3143d
  • update readme capitalization so it shows up in jhipster marketplace 5cc6e12
  • fix azure-pipelines readme badge link 6f98990
  • generate fastlane config bff1bed
  • update detox adaf3d6
  • add tcomb-form-native patch 43c5899
  • handle loading more entities after setting state (setState is async) bf27e30
  • fix Instant field with date picker red screen 4496bd8
  • upgrade react native to v0.59.8 feaeeaa

v3.0.0...v3.1.0