Skip to content

Commit

Permalink
Merge pull request #217 from berenddeboer/upgrade-to-mdc-2.2.0
Browse files Browse the repository at this point in the history
Upgrade to Material Components Web 2.2.0
  • Loading branch information
berenddeboer authored May 21, 2019
2 parents acf69da + 188f98b commit 3b20464
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 153 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Bug fixes since 1.1.1 release
## Upgrade to 2.2.0

New features:
* List: add support for disabled items.

Breaking changes:

Expand All @@ -12,6 +15,8 @@ Breaking changes:
* TopAppBar.navigationIcon and TopAppBar.actionItem need the usual 3
additional arguments now, in order to implement ripples. It also
uses a button instead of an a element.
* Textfield: Do not specify outlined for multiline text fields.
* Icon toggle: The icon toggle class has been removed, use IconButton instead.


Implementation changes:
Expand All @@ -24,11 +29,6 @@ Implementation changes:
has been left in the interface so you can update existing code at your leasure.


Stuff missed before I did the 1.1.1 release.

* Do not specify TextField.outlined for multiline text fields.
* The icon toggle class has been removed, use IconButton instead.


## Upgrade to 0.44.1

Expand Down
Loading

0 comments on commit 3b20464

Please sign in to comment.