Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 702361c

Browse files
committed
Update CHANGELOG in preparation for v0.9.0-beta+3
PiperOrigin-RevId: 207407796
1 parent bc3a73d commit 702361c

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## 0.9.0-beta+3
2+
3+
### Breaking Changes
4+
* Remove `is SelectableWithComposition`.
5+
6+
### Component Updates
7+
#### Material Datepicker
8+
* Allow scoped overrides of themed values.
9+
* Update `material-calendar-theme` mixin to use the `range` highlight.
10+
11+
#### Material Dialog
12+
* Fix bug with full screen dialogs.
13+
14+
#### Material Input
15+
* Remove element used for resizing if the textarea does not need to be resized.
16+
* Added an `aria-labelledby` attribute.
17+
* Add mixin to adjust padding for multi-line inputs.
18+
19+
#### Material Expansionpanel
20+
* Do not change background color on focus or hover when disabled.
21+
22+
#### Material Ripple
23+
* Allow the ripple to be created programmatically.
24+
25+
#### Material Spinner
26+
* Add mixin to adjust the stroke width.
27+
28+
#### Material Time Picker
29+
* Fix bug where `selectedTime` is not reset when the time is set
30+
programmatically.
31+
32+
### Other Updates
33+
#### Miscellaneous
34+
* Make `DomService` run callbacks in the correct zone.
35+
* Fix bug in `DomTreeIterator.moveNext()` where it was using equality instead of
36+
assignment.
37+
* EntityFormatters now implement the regular Formatters.
38+
139
## 0.9.0-beta+2
240

341
> NOTE: This code is considered production quality, but depends on angular:
@@ -8,6 +46,7 @@
846
with the intention to remove. They are widely unused, complicated the
947
implementations, and unsound in Dart 2.
1048

49+
### Component Updates
1150
#### Material Dialog
1251
* Fix bug where a disposable could be added to its disposer after it had already
1352
been destroyed.
@@ -28,7 +67,7 @@
2867

2968
#### Dart 2 Updates
3069
* Fixes for Dart 2 compile-time and runtime errors.
31-
* Applicaion of `dartfmt --fix`.
70+
* Application of `dartfmt --fix`.
3271

3372
## 0.9.0-beta+1
3473

0 commit comments

Comments
 (0)