Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 2c4de02

Browse files
committed
chore(release): releases 1.1.2
1 parent c68c451 commit 2c4de02

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="v1.1.2"></a>
2+
# v1.1.2 nefarious-crocodile (2015-04-27)
3+
4+
## Highlights
5+
6+
This release contains small bug fixes related to ShadowDom emulation,
7+
transformers, and template cache. Handling of empty string classes has be
8+
changed to support the upcoming Dart 1.10 release.
9+
10+
## Bug Fixes
11+
12+
- **css:** add empty class check to NgElement.
13+
([c68c451c](https://github.com/angular/angular.dart/commit/c68c451c5cecabafe616abc3cb129276c1e377bc))
14+
- **ng_class:** fix space-handling in css classes.
15+
([09797f0a](https://github.com/angular/angular.dart/commit/09797f0ac899021a5d46c523487e6aca4a5194b8))
16+
- **shadow_dom_emulation:** fix content reprojection bug.
17+
([0db910ae](https://github.com/angular/angular.dart/commit/0db910aee9a7430de6f7a265c8326f48dce84efb))
18+
- **template_cache:** Fixes an issue with the generated_template_cache.
19+
([1078ca5c](https://github.com/angular/angular.dart/commit/1078ca5c664907196b5aa6bb88723a1980b34169))
20+
- **transformers:** Fix deadlock issue in pub serve.
21+
([64df6b80](https://github.com/angular/angular.dart/commit/64df6b802bfc7491bd72839f16fd7f07ac9d8178))
22+
123
<a name="v1.1.1"></a>
224
# v1.1.1 pathological-lemur (2015-03-31)
325

pubspec.yaml

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

0 commit comments

Comments
 (0)