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

Commit

Permalink
Prep to sync externally and publish version 0.9.0-alpha+2.
Browse files Browse the repository at this point in the history
Update Copybara script to rewrite new .template.dart imports.

PiperOrigin-RevId: 179614139
  • Loading branch information
nshahan committed Dec 20, 2017
1 parent fb758bf commit 2630791
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 0.9.0-alpha+2

> NOTE: This code is considered production quality, but depends on angular:
> 5.0.0-alpha+1. The alpha tag represents the evolving nature of the AngularDart
> api, not code quality (5.0.0-alpha+1 is used in production Google apps).
> 5.0.0-alpha+2. The alpha tag represents the evolving nature of the AngularDart
> api, not code quality (5.0.0-alpha+2 is used in production Google apps).
**NOTE**: As of `angular 5.0.0-alpha+1` [`dependency_overrides`][dep_overrides]
are **required**:
Expand All @@ -12,17 +12,24 @@ dependency_overrides:
analyzer: ^0.31.0-alpha.1
```
* Material Auto-Suggest Input: Add ability to give a tooltip for the clear
icon.
* Material Expansionpanel: Add mixin for flat on collapse.
* Material Input:
* Protected against input being destroyed and blur event still happening.
* Add mixin for fixed width error text.
* Material Menu:
* Migrate from Glyph to Material Icon.
* Material Menu: Add mixin for lowercase button text.
* Material Toggle: Add mixin to display label on the right.
* Material Select: Add mixin to change `material-select-dropdown-item` padding.
* Allow `material-scrollbar` mixin to be used in global css (without angular).
* Add directives for Material Menu to `materialDirectives`.
* Remove `MaterialButtonBase` from `materialDirectives`.
* Migrate from Glyph to Material Icon.
* Provide a path to use Component Factories when using code that was previously
using the `ComponentRenderer` pattern.
* Generic type fixes.
* Continue migration from `ComponentLoader` to `SlowComponentLoader`.
* Continue migration from `SlowComponentLoader` to `ComponentLoader`.
* Continue migration from `LazyStreamController` to `StreamController`.
* Cleanup Angular static analysis warnings.
* Rename `Visibility.none` to `Visibility.local`.
* Add optional punctuation around trackBy functions.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
environment:
sdk: '>=2.0.0-dev.3.0 <2.0.0'
dependencies:
angular: 5.0.0-alpha+1
angular_forms: 1.0.1-alpha+1
angular: 5.0.0-alpha+2
angular_forms: 1.0.1-alpha+2
built_collection: ^1.6.0
collection: ^1.14.0
fixnum: ^0.10.5
Expand All @@ -20,7 +20,7 @@ dependencies:
observable: '>=0.17.0+1 <0.21.0'
perf_api: ^0.1.0
quiver: '>=0.24.0 <0.26.0'
sass_builder: ^1.0.1
sass_builder: ^1.1.0
uuid: ^0.5.3
transformers:
- sass_builder:
Expand Down

0 comments on commit 2630791

Please sign in to comment.