File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.14 (2018-01-31)
2
+ [Compare `@uirouter/angularjs` versions 1.0.13 and 1.0.14](https://github.com/angular-ui/ui-router/compare/1.0.13...1.0.14)
3
+
4
+ ### Bug Fixes
5
+
6
+ * **uiSrefActive:** don't match fuzzy on lazy loaded future states ([01430ee](https://github.com/angular-ui/ui-router/commit/01430ee))
7
+
8
+
9
+ ### Features
10
+
11
+ * **uiSrefActive:** Support arrays of globs for ng-class style ([b215343](https://github.com/angular-ui/ui-router/commit/b215343))
12
+
13
+
14
+ ### Updated `@uirouter/core` from 5.0.14 to 5.0.16
15
+ [Compare `@uirouter/core` versions 5.0.14 and 5.0.16](https://github.com/ui-router/core/compare/5.0.14...5.0.16)
16
+
17
+ ### Bug Fixes
18
+
19
+ * **common:** Fix signature of for objects (make target optional) ([61d0afc](https://github.com/ui-router/core/commit/61d0afc))
20
+ * **core:** Fix memory leak of resolve data from ALL transitions ever ([7f2aed1](https://github.com/ui-router/core/commit/7f2aed1))
21
+ * **pathNode:** add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. ([4833a32](https://github.com/ui-router/core/commit/4833a32))
22
+
23
+
24
+ ### Features
25
+
26
+ * **common:** Add map-in-place support to map() ([12bc7d8](https://github.com/ui-router/core/commit/12bc7d8))
27
+ * **common:** Add onEvict() callback registry for queues with max length ([c19d007](https://github.com/ui-router/core/commit/c19d007))
28
+
1
29
## 1.0.13 (2018-01-10)
2
30
[Compare `@uirouter/angularjs` versions 1.0.12 and 1.0.13](https://github.com/angular-ui/ui-router/compare/1.0.12...1.0.13)
3
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angularjs" ,
3
3
"description" : " State-based routing for AngularJS 1.x" ,
4
- "version" : " 1.0.13 " ,
4
+ "version" : " 1.0.14 " ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
7
7
"compile" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
You can’t perform that action at this time.
0 commit comments