Releases: sharetribe/ftw-daily
Releases · sharetribe/ftw-daily
v1.0.0
v1.0.0 changes
- [change] Migrate remaining Redux Forms to Final Form. Also now all the form components can be
found in the src/forms folder. Remove redux-form from the dependencies.
#845
- [fix] Extract and fix missing information reminder modal from Topbar
#846
- [fix] Add missing styles for ModalMissingInformation from Topbar
#847
- [fix] API does not return all image variants anymore, this adds correct variants to update
contact details call.
#848
v0.3.1
v0.3.1 changes
- [change] Import Lodash functions directly to reduce bundle size (-14.87 KB)
#839
- [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public).
TODO: create SDK releases instead of using direct refs to single commit.
#841
- [fix] Typo fix for background-color
#842
v0.3.0
v0.3.0 changes
- Remove custom touched handling from
FieldCheckboxGroup
as it has has become obsolete now that Final Form is replacing Redux Form. #837
- Create Stripe account directly instead of passing payout details to Flex API (deprecated way).
#836
Flex Template for Web: Initial release.
We are close to releasing v1.0.0, but there are still a couple of refactoring that needs to be done (#830 & #831).