Skip to content

Releases: bartonhammond/snowflake

Upgrade to better design patterns w/ Redux

18 Aug 00:28
Compare
Choose a tag to compare

Merged #123 Improve mapstatetoprops by not connecting all the application state
Merged #124 Reduce the boilerplate code of mapDispatchToProps functions

Many thanks and job well done @moduv5 !!!

Bitrise.io upgrades

16 Aug 20:27
Compare
Choose a tag to compare

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

15 Aug 13:51
Compare
Choose a tag to compare

#119 Update Header.js w/ Translations

Thanks @shenyyi !!!

Add I18N - English, French, Spanish

15 Aug 00:52
Compare
Choose a tag to compare

Fix sessionToken being stored and checked by App, verify other issues fixed

13 Aug 21:53
Compare
Choose a tag to compare

fix #118 - The App component is first component to display and check if sessionToken is present
fix #107 - I am able to debug w/ Android w/o issue
fix #106 - Logging out of Hapi server works
fix #90 - Again, debugging seems to be working
fix #54 - AppAuthToken is working fine

Numerous Bug fixes: Profile field validations, vector-icons, update docs

11 Aug 19:41
Compare
Choose a tag to compare

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

10 Aug 15:55
Compare
Choose a tag to compare

See #112 - tests were updated to use the library rather then the local mocked Store

Add test coverage flag

27 Jul 18:52
Compare
Choose a tag to compare

when npm test is run, coverage information is generated.

Replace temp repos of libraries

27 Jul 18:24
Compare
Choose a tag to compare

Remove libraries Forked to bartonhammond

Update JEST component tests to snapshot tests

27 Jul 17:56
Compare
Choose a tag to compare