Update changelog

This commit is contained in:
Jenni Nurmi 2019-03-07 14:11:32 +02:00
parent 21d504013c
commit d56ea31ea7
2 changed files with 7 additions and 2 deletions

View file

@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX
- [Fix] Add error handling to `PayoutDetailsForm` and `StripePaymentForm` in case Stripe publishable
key is not configured yet. [#1042](https://github.com/sharetribe/flex-template-web/pull/1042)
- [fix] FieldBirthdayInput: placeholder text was not selected by default.
[#1039](https://github.com/sharetribe/flex-template-web/pull/1039)

View file

@ -20,8 +20,11 @@ yarn run config # add the mandato
yarn run dev # start the dev server, this will open a browser in localhost:3000
```
### If you are using Stripe account created after 19th of February 2019 creating compan accounts is temporalily unavailable.
This is due the changes in Stripe API (https://stripe.com/docs/upgrades#api-changelog). Issues with individual accounts were fixed in release [2.12.0](https://github.com/sharetribe/flex-template-web/releases/tag/v2.12.0).
### If you are using Stripe account created after 19th of February 2019 creating compan accounts is temporalily unavailable.
This is due the changes in Stripe API (https://stripe.com/docs/upgrades#api-changelog). Issues with
individual accounts were fixed in release
[2.12.0](https://github.com/sharetribe/flex-template-web/releases/tag/v2.12.0).
You can also follow along the
[Getting started with FTW](https://www.sharetribe.com/docs/tutorials/getting-started-with-ftw/)