Releases: akhenda/WAPI
Releases · akhenda/WAPI
v1.4.0
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2018-08-06)
Bug Fixes
- build: correctly link the exception handler and update iOS icons (052b2ab)
- build: downgrade RN to 0.55.4 and remove rogue console.log (e4fa2a1)
- build: fix failing android build (257bb2c)
- navigation: correctly handle unauthenticated user (94fc480)
- redux: wrong state mutation on FETCH_USER_FAILURE (03e8b2d)
Features
- auth: add on press handler for the forgot password link (0a936c9)
Performance Improvements
- images: start using react-native-fast-image for images (3ccb05b)
v1.0.0
1.0.0 (2018-08-02)
Bug Fixes
- build: add semantic release to the dev dependencies (ccb7ad9)
- build: fix code to conform with latest eslint rules (78f6f97)
- build: iOS build after RN upgrade (2942750)
- build: update semantic release configs to work with new updates (a26ae96)
- tests: downgrade babel-preset-react-native to fix tests (ed84685)
chore
- build: update all npm packages except detox (09c5633)
Code Refactoring
- build: upgrade React Native to v0.56.0 (8651379)
Features
- navigation: rewrite app routing configuration 🔥 (486a4d2)
- profile: finish edit profile screen (27f6ebf)
Performance Improvements
- android: enable large memory heap for android (118b17a)
BREAKING CHANGES
- build: upgrade redux to v4 and also upgrade semantic-release plugins which will break the
CI processes - build: upgrade from RN v0.51.0 to v0.56.0 and start using CocoaPods for iOS