Merge pull request #1031 from sharetribe/update-changelog-for-improve-bundling-order

Add missing Changelog update
This commit is contained in:
Vesa Luusua 2019-02-21 18:24:54 +02:00 committed by GitHub
commit be8de4f960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,11 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX
- [change] Reordered import/exports on src/components/index.js. This helps to mitigate possible
circular dependency problems and strange bugs in CSS bundle. In addition, derivative buttons were
refactored to work with `rootClassName` prop (PrimaryButton, SecondaryButton and
InlineTextButton). [#1024](https://github.com/sharetribe/flex-template-web/pull/1024)
## [v2.11.1] 2019-02-21
- [add] New translations for French and Spanish (fr.json & es.json)