Skip to content

Commit 72ea368

Browse files
committed
chore(release): releases v1.1.1
1 parent 0385717 commit 72ea368

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
<a name="v1.1.1"></a>
2+
# v1.1.1 pathological-lemur (2015-03-31)
3+
4+
## Highlights
5+
6+
This is primarily a bug fix release. Relative URL support
7+
has been improved with a configurable package root. The
8+
expression generator transformer also parses HTML files from
9+
`@NgTemplateCache` annotations. A couple of minor bugs were
10+
fixed in the change detector.
11+
12+
## Bug Fixes
13+
14+
- **cd:** inline _looseIdentical() where it should be
15+
([3db2752a](https://github.com/angular/angular.dart/commit/3db2752af0a647982c8d98ce5ead810adc1de398))
16+
- **change_detector:** add null check in _revertToPreviousState
17+
([06435792](https://github.com/angular/angular.dart/commit/06435792a340aa2aac9b926002421e2d9ecaa05f),
18+
[#1691](https://github.com/angular/angular.dart/issues/1691))
19+
- **content_tag:** removes elements no longer selected by the content tag from DOM
20+
([011d65f0](https://github.com/angular/angular.dart/commit/011d65f00d7a7d5f825b4337cf594baf20e6625f))
21+
- **orderBy:** ensure the orderBy formatter can handle null values in collections
22+
([497c487b](https://github.com/angular/angular.dart/commit/497c487be5337ffe7333b3d624d2ab9c5501693c))
23+
- **relative_url_resolver:**
24+
- fix match of CSS urls to match only first url
25+
([c7a3021e](https://github.com/angular/angular.dart/commit/c7a3021e456d113bbfb24e817c1b35c1b6972dd8),
26+
[#1697](https://github.com/angular/angular.dart/issues/1697))
27+
- Fix relative URI resolution for html.
28+
([73b4153f](https://github.com/angular/angular.dart/commit/73b4153fad623a01eac25bd6f9a6b3489f2f5cd6))
29+
- **resource_url_resolver:** Makes resolved URLs absolute
30+
([f55b6bcc](https://github.com/angular/angular.dart/commit/f55b6bcc72995b6d6c289a1b89a84f2966af71fc),
31+
[#1599](https://github.com/angular/angular.dart/issues/1599))
32+
- **shadowdom:** fixes bug with nested content tags.
33+
([f9406a4a](https://github.com/angular/angular.dart/commit/f9406a4a08671307d051172953e164f1c6cd52ac))
34+
- **transformers:**
35+
- Fix expression_spec test and dart2js tests.
36+
([eee5b5ec](https://github.com/angular/angular.dart/commit/eee5b5ecf34ecb14d76f7df42c7d9b95c44578f8))
37+
- Fix relative URL lookup for transformers, and web
38+
([8d36167c](https://github.com/angular/angular.dart/commit/8d36167cb6cedd9f6565c32be6ce3602ab64f00a),
39+
[#1649](https://github.com/angular/angular.dart/issues/1649))
40+
41+
42+
## Features
43+
44+
- **expression_transformer:** Parse NgTemplateCache values
45+
([6c4d52b6](https://github.com/angular/angular.dart/commit/6c4d52b68f78675993ad843963c7c6c4be1d19f4),
46+
[#1644](https://github.com/angular/angular.dart/issues/1644))
47+
- **referenced_uris:** allow rewriting of relative URLs
48+
([0385717e](https://github.com/angular/angular.dart/commit/0385717e62f4335cc81ff632b107e469d82ce6f9),
49+
[#1698](https://github.com/angular/angular.dart/issues/1698))
50+
- **relative_url_resolver:** Allow configurable package root.
51+
([62c51a3c](https://github.com/angular/angular.dart/commit/62c51a3c2d9f46f41bb6f40e794a7f0055946444))
52+
- **template_cache_transformer:** Implement template cache as a transformer
53+
([ec7de205](https://github.com/angular/angular.dart/commit/ec7de205b5042d2a1ba5e58164a24c1bdd63cffa),
54+
[#1646](https://github.com/angular/angular.dart/issues/1646))
55+
- **transformers:** Allow more complicated package uris
56+
([161cf82c](https://github.com/angular/angular.dart/commit/161cf82c13ef903941acdfc699852e445c277497))
57+
- **zone:** adds onCreateTimer overriding interface
58+
([43e00e5a](https://github.com/angular/angular.dart/commit/43e00e5a613a54c8ef3894dfd4d9a2ddafdc3786))
59+
60+
61+
## Performance Improvements
62+
63+
- **AngularTransformerGroup:** creates only one Resolvers object
64+
([15452ab7](https://github.com/angular/angular.dart/commit/15452ab7bc298dafc246913b7de1128c6ed17516))
65+
66+
167
<a name="v1.1"></a>
268
# v1.1.0 isomorphic-panda (2015-01-15)
369

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: '1.1.0'
2+
version: '1.1.1'
33
authors:
44
- Misko Hevery <[email protected]>
55
- Pavel Jbanov <[email protected]>

0 commit comments

Comments
 (0)