diff --git a/CHANGELOG.md b/CHANGELOG.md index dc241ad3..b818f764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.0 - 2019-11-06 - Hevea brasiliensis +### Fixed +- Input-select: Input Select: Fix issue with computed flat array option (now contain id for each options) + +### Changed +- Convert some fixed size (PX) to relative one (REM) (Form element, mediaqueries) +- Buttons: Refactor button-disable style and behavior +- Forms: Adapt documentation for error-field +- README: Update with instruction to test serenity locally in your project + ## 1.0.3 - 2019-09-25 - Nymphaea caerulea Improvement ### Changed - Alerts: Change font weight body to font weight title and decrease padding to display smaller height diff --git a/package.json b/package.json index 905f3286..dd2f4f31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iwb_serenity", - "version": "1.0.3", + "version": "1.1.0", "description": "Immoweb Front-end Framework", "main": "dist/js/serenity.min.js", "unpkg": "dist/js/serenity.min.js",