Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Crucifix committed Nov 6, 2019
1 parent a678254 commit 7a072f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7a072f5

Please sign in to comment.