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

Commit 2630791

Browse files
committed
Prep to sync externally and publish version 0.9.0-alpha+2.
Update Copybara script to rewrite new .template.dart imports. PiperOrigin-RevId: 179614139
1 parent fb758bf commit 2630791

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## 0.9.0-alpha+2
22

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
5-
> api, not code quality (5.0.0-alpha+1 is used in production Google apps).
4+
> 5.0.0-alpha+2. The alpha tag represents the evolving nature of the AngularDart
5+
> api, not code quality (5.0.0-alpha+2 is used in production Google apps).
66
77
**NOTE**: As of `angular 5.0.0-alpha+1` [`dependency_overrides`][dep_overrides]
88
are **required**:
@@ -12,17 +12,24 @@ dependency_overrides:
1212
analyzer: ^0.31.0-alpha.1
1313
```
1414
15+
* Material Auto-Suggest Input: Add ability to give a tooltip for the clear
16+
icon.
1517
* Material Expansionpanel: Add mixin for flat on collapse.
1618
* Material Input:
1719
* Protected against input being destroyed and blur event still happening.
1820
* Add mixin for fixed width error text.
19-
* Material Menu:
20-
* Migrate from Glyph to Material Icon.
21+
* Material Menu: Add mixin for lowercase button text.
2122
* Material Toggle: Add mixin to display label on the right.
23+
* Material Select: Add mixin to change `material-select-dropdown-item` padding.
24+
* Allow `material-scrollbar` mixin to be used in global css (without angular).
2225
* Add directives for Material Menu to `materialDirectives`.
2326
* Remove `MaterialButtonBase` from `materialDirectives`.
27+
* Migrate from Glyph to Material Icon.
28+
* Provide a path to use Component Factories when using code that was previously
29+
using the `ComponentRenderer` pattern.
2430
* Generic type fixes.
25-
* Continue migration from `ComponentLoader` to `SlowComponentLoader`.
31+
* Continue migration from `SlowComponentLoader` to `ComponentLoader`.
32+
* Continue migration from `LazyStreamController` to `StreamController`.
2633
* Cleanup Angular static analysis warnings.
2734
* Rename `Visibility.none` to `Visibility.local`.
2835
* Add optional punctuation around trackBy functions.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.3.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+1
12-
angular_forms: 1.0.1-alpha+1
11+
angular: 5.0.0-alpha+2
12+
angular_forms: 1.0.1-alpha+2
1313
built_collection: ^1.6.0
1414
collection: ^1.14.0
1515
fixnum: ^0.10.5
@@ -20,7 +20,7 @@ dependencies:
2020
observable: '>=0.17.0+1 <0.21.0'
2121
perf_api: ^0.1.0
2222
quiver: '>=0.24.0 <0.26.0'
23-
sass_builder: ^1.0.1
23+
sass_builder: ^1.1.0
2424
uuid: ^0.5.3
2525
transformers:
2626
- sass_builder:

0 commit comments

Comments
 (0)