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+
129## 1.0.13 (2018-01-10)
230[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)
331
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/angularjs" ,
33 "description" : " State-based routing for AngularJS 1.x" ,
4- "version" : " 1.0.13 " ,
4+ "version" : " 1.0.14 " ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _doc build release *.log" ,
77 "compile" : " tsc && tsc -m es6 --outDir lib-esm && npm run fixdts" ,
You can’t perform that action at this time.
0 commit comments