Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Add missing breaking changes back to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Oct 30, 2015
1 parent 44e1efd commit 31b26b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<a name"1.0.0-rc2"></a>
### 1.0.0-rc2 (2015-10-29)

#### Breaking Changes

* **layout:**
* `flex=34` and `flex=67` are no longer supported; use `flex=33` and `flex=66` for 1/3 and 2/3 sizing respectively
* `layout-margin` and `layout-padding` styles will apply to all children of `layout=row` and `layout=column`
* **backdrop:** when backdrop parent is the body, backdrop will use `position: fixed`
* **input:** form elements will now have an external `display` value of `inline-block`

#### Bug Fixes

Expand Down

0 comments on commit 31b26b0

Please sign in to comment.