Releases: bartonhammond/snowflake
Upgrade to better design patterns w/ Redux
Bitrise.io upgrades
Fixes #122
New video demonstrating the new features of Bitrise.io is here: https://youtu.be/mP5D2MQboxw
New YML code has been added to project
If you are building on BitRise.io, checkout out the video and then copy/paste the bitrise\*.yml
into the appropriate Workflow in Bitrise.io.
Also, updated the Documentation tool https://github.com/jbt/docker to the 1.0.0
release to enable displaying the Translations.json
file when generating the gh-pages
.
Fix Header.js
Add I18N - English, French, Spanish
Fix sessionToken being stored and checked by App, verify other issues fixed
Numerous Bug fixes: Profile field validations, vector-icons, update docs
Fix #116 Android icons were lost
Fix #115 Update docs for Hapi local setup
Fix #114 Field level validation not propagated to view
Fix #113 TextInput capitalizes first letter
Fix #89 Profile form validation not working in profile edition view
Fix #40 Password is validation displays available special characters that are allowed
Fix #24 Display app version # in SubView
Fix profileReducer-test.js
tests
Use redux-mock-store rather then local mocked Store
See #112 - tests were updated to use the library rather then the local mocked Store
Add test coverage flag
when npm test
is run, coverage information is generated.
Replace temp repos of libraries
Remove libraries Forked to bartonhammond