Skip to content

Releases: jhipster/generator-jhipster-react-native

v3.6.1

09 Nov 18:46
Compare
Choose a tag to compare

Bigger Changes:

  • Fixes for Xcode 12 building react-native-app-auth (OAuth2 only)

Commits:

  • change dependabot package updates to weekly [ci skip] d6e2cb3
  • Bump react-native-navigation from 7.2.0 to 7.3.0 in /boilerplate be49954
  • Bump react-native-app-auth from 6.0.0 to 6.0.1 in /boilerplate 5eeb9a8
  • Bump actions/cache from v2.1.2 to v2.1.3 815d7fa
  • Bump jest from 26.6.1 to 26.6.3 50c1e10
  • Bump eslint from 7.12.1 to 7.13.0 a96ded2
  • Bump detox from 17.11.0 to 17.11.1 in /boilerplate aa8fa46
  • Bump detox from 17.10.7 to 17.11.0 in /boilerplate 48d7202
  • Bump buffer from 5.7.0 to 6.0.1 in /boilerplate 46ff1b5
  • Bump detox from 17.10.6 to 17.10.7 in /boilerplate 72c4ac4
  • Bump mocha from 8.2.0 to 8.2.1 in /boilerplate 67aec44
  • Bump eslint from 7.12.0 to 7.12.1 63dba17
  • Bump eslint-config-prettier from 6.14.0 to 6.15.0 bbc1385
  • Bump lint-staged from 10.4.2 to 10.5.1 40896ac
  • Bump lint-staged from 10.5.0 to 10.5.1 in /boilerplate eb0cdc5
  • Bump detox from 17.10.5 to 17.10.6 in /boilerplate e0a466b
  • Bump detox from 17.10.3 to 17.10.5 in /boilerplate 34d6d86
  • Bump buffer from 5.6.1 to 5.7.0 in /boilerplate 8b75824
  • Bump eslint-config-prettier from 6.14.0 to 6.15.0 in /boilerplate 81ce650
  • Bump lint-staged from 10.4.2 to 10.5.0 in /boilerplate 4ee6dc9
  • Bump apisauce from 1.1.2 to 2.0.0 in /boilerplate 711dc20
  • Bump react-redux from 7.2.1 to 7.2.2 in /boilerplate b2df283
  • Bump actions/setup-node from v1 to v2.1.2 0d867a1
  • Bump actions/cache from v1 to v2.1.2 a736b3b
  • upgrade devDependencies 1ece2d8
  • fix logo [ci skip] 57db3ca
  • upgrade all dependencies, enable dependabot 555be96
  • Bump buffer from 5.6.0 to 5.6.1 in /boilerplate e0a7348

v3.6.0...v3.6.1

v3.6.0

23 Oct 00:17
Compare
Choose a tag to compare

Bigger Changes:

  • Upgrade react-native to v0.63.3
  • Upgrade all packages to latest versions
  • Set up dependabot to keep app packages up to date
  • Change master branch to main

Commits:

  • nav improvements 5a44e3a
  • fix multidex config c275d9f
  • enable android multidex, mock createPersistoid f2bbc84
  • fix integration tests, android build, and upgrade detox 08a792a
  • update react-native to v0.63.3 and all dependencies a96d37b
  • Bump apisauce from 1.1.1 to 1.1.2 in /boilerplate 83e8198
  • Bump enzyme-adapter-react-16 from 1.15.2 to 1.15.5 in /boilerplate 7b61e9e
  • Bump buffer from 5.5.0 to 5.6.0 in /boilerplate e7d8c19
  • Bump @react-native-community/async-storage in /boilerplate 72b6807
  • Bump eslint-plugin-prettier from 3.1.3 to 3.1.4 in /boilerplate d2ad3bb
  • Bump sockjs-client from 1.3.0 to 1.5.0 in /boilerplate 7d032de
  • fix name 4d177db
  • enable dependebot on boilerplate packages 67dab70
  • fix lint-staged rule, add src to rule 8c745dc
  • llint f5062d5
  • implement version replacing strategy used in jhipster efdc692
  • update master to main 8c2ff9f
  • add log of ignite-jhipster version being used to generate the app [ci skip] aac8710

v3.5.5...v3.6.0

v3.5.5

19 May 15:01
Compare
Choose a tag to compare

Commits:

  • add docs on debug flag and prompt to use if rnInstall fails 97bf84f

v3.5.4...v3.5.5

v3.5.4

16 May 15:09
Compare
Choose a tag to compare

Bigger Changes:

  • You can now import entities from a JDL file containing multiple applications

Commits:

  • handle import-jdl for JDL file containing multiple applications 89fb95d

v3.5.3...v3.5.4

v3.5.3

06 May 16:41
Compare
Choose a tag to compare

Bigger Changes:

  • Remove Oauth2SsoConfiguration.java which causes backend build failures
  • Add alert for OAuth auth-info fetch failure
  • Allow E2E test user credentials to be set with env variables

Commits:

  • increase android emulator memory bbd8b9c
  • remove unused Oauth2SsoConfiguration.java 3a2adc2
  • add alert for OAuth auth-info fetch failure 119b9ac
  • update react-native docs links, add npx prefix to react-native commands 3d9baa2
  • allow username/password to be set with env variables 10250b2

v3.5.2...v3.5.3

v3.5.2

23 Apr 17:03
Compare
Choose a tag to compare

Bigger Changes:

Commits:

  • add license headers and link to source for react-jhipster files [ci skip] 3df9512
  • replace loading text with an ActivityIndicator 14ea918
  • fix pagination issues f158664

v3.5.1...v3.5.2

v3.5.1

14 Apr 14:20
Compare
Choose a tag to compare

Bigger Changes:

  • react-native-cookies packaged upgraded to its replacement @react-native-community/cookies

Commits:

  • upgrade all dependencies 75205b3
  • rename workflows, improve badges [ci skip] d2e82dc

v3.5.0...v3.5.1

v3.5.0

13 Apr 17:42
Compare
Choose a tag to compare

Bigger Changes:

  • Upgrade all dependencies to latest versions
  • Upgrades React Native to v0.61.5
  • Fix Android OAuth2 apps (upgrade react-native-app-auth)
  • Add Android E2E Detox Tests and CI
  • Migrate CI to Github Actions from Semaphore CI and Azure Pipelines

Commits:

  • ignore tag builds [ci skip] b15786e
  • comment out flaky android test c5b46a0
  • several e2e fixes 26a1a91
  • remove redundant tests 2e7cb24
  • attempt to prevent duplicate builds by setting push to only master efb4564
  • update badges, remove react-native package install from CI c0a2d70
  • skip pod install for android e2e 0743f47
  • fix e2e tests 9c4cb86
  • upgrade react-native-app-auth 14de03d
  • restore all github actions, cleanup changes 95888ae
  • fix e2e tests on smaller screens d60ac81
  • launch emulator for android e2e tests 6160812
  • fix android e2e tests, remove ios-specific code ece8454
  • get android e2e tests able to run, but not pass 51e9d6b
  • migrate ios e2e tests to github actions 8e1ae40
  • upgrade all app packages 02802ae
  • upgrade packages and prettify 72e4cb3
  • migrate from semaphore-ci to github actions, pin prettier version so generated app matches efc0fb8
  • run prettier on all generated entity files 6996ea4
  • upgrade generator dependencies aa33021

v3.4.1...v3.5.0

v3.4.1

09 Mar 20:43
Compare
Choose a tag to compare

Bigger Changes:

  • Fix FontAwesome font loading

Commits:

  • remove update npm step from azure pipelines d7e67d9
  • load FontAwesome font library c577a42
  • remove condescending language from docs (npx alex) [ci skip] 2993f78

v3.4.0...v3.4.1

v3.4.0

17 Nov 19:35
Compare
Choose a tag to compare

Bigger Changes:

  • Upgrades React Native to v0.61.4

Commits:

  • upgrade react-native to v0.61.4 cde2591
  • upgrade react-native to v0.61.0 87871b9
  • update detox, fix login e2e test 7b26e1c

v3.3.2...v3.4.0