Skip to content

Releases: sharetribe/ftw-daily

v1.0.0

06 Jun 23:08
6be5c31
Compare
Choose a tag to compare

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

21 May 10:39
d9c3904
Compare
Choose a tag to compare

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

18 May 11:48
d90d170
Compare
Choose a tag to compare

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.

16 May 12:47
a42030b
Compare
Choose a tag to compare

We are close to releasing v1.0.0, but there are still a couple of refactoring that needs to be done (#830 & #831).