Releases: jhipster/generator-jhipster-react-native
Releases · jhipster/generator-jhipster-react-native
v3.4.0
v3.3.2
v3.3.1
Bigger Changes:
- Add a check for
cocoapods
before generating the app - Migrate this repo from
standard
toeslint
- Add
prettier
config to this repo
Commits:
v3.3.0
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 byreact-native
, this replacesstandard
- 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)
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.1.5
v3.1.4
v3.1.3
v3.1.2
Bigger Changes:
- OAuth2 login is fixed and working with JHipster v6
Commits: