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

Commit 30babba

Browse files
committed
Prep to publish angular_components: 0.9.0-alpha+3.
Remove unused table_selection_model.dart file. Cleanup outdated Copybara transformations. Bump sass_builder dependency. PiperOrigin-RevId: 182441504
1 parent c40f1bf commit 30babba

File tree

3 files changed

+27
-397
lines changed

3 files changed

+27
-397
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,38 @@ release, but this is unlikely until sometime in early 2018.
2323
* Material Auto-Suggest Input:
2424
* Wait for the popup to be visible before activating dropdown items.
2525
* Stop escape keyboard events from propagating after they are handled.
26-
* Material Checkbox: Make focasable.
26+
* Disallow deselection when clicked on a selected item with single selection
27+
* models.
28+
* Ensure input text is initialized correctly regardless of input order.
29+
* Fix auto-scrolling issue on Firefox.
30+
* Material Checkbox: Make focusable.
2731
* Material Fab: Update shadow styles.
32+
* Material Input: Don't override underline color when the input is invalid.
33+
* Material Menu: Add button content customization.
34+
* Material Radio: Update disabled color to match spec.
2835
* Material Select:
2936
* Wait for the popup to be visible before activating dropdown items.
3037
* Stop escape keyboard events from propagating after they are handled.
31-
* Material Radio: Update disabled color to match spec.
38+
* Fix `MaterialSelectItem` displaying two times the label when
39+
`factoryRenderer` is used.
40+
* Fix auto-scrolling issue on Firefox.
41+
* Material Tab: Add two-way binding on fixed strip activeTabIndex.
42+
* Material Tree: Autofocus the filter when `MaterialTreeDropdown` is opened,
43+
but not when it closes.
44+
* Better support for the zippy expansion case in selection model.
45+
* Deprecate getBool, angular supports it now natively.
46+
* Fix RTE when using item renderers as highlight renderers when there is a
47+
custom factory renderer.
48+
* Fix componentRenderer logic.
49+
* Add option to disable select all in the table selection model.
50+
* Add a feature detector for `position: sticky`.
3251
* Migrate from Glyph to Material Icon.
52+
* Remove unused table model.
53+
* Remove the getDynamic method from properties helpers.
54+
* Remove uses of .runtimeType.
55+
* Fix uses_bottom_as_dynamic ("fuzzy arrow") errors.
3356
* Cleanup unneeded `preserveWhitespace: false` and `preserveWhitespace: true`.
34-
* Cleanup type warnings.
57+
* Cleanup type warnings and other Dart 2.0 fixes.
3558
* Cleanup unused variables.
3659
* Update documentation.
3760

0 commit comments

Comments
 (0)