File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2018-01-31)
2+ [Compare `@uirouter/angular` versions 1.0.0-rc.3 and 1.0.0](https://github.com/ui-router/ng2/compare/1.0.0-rc.3...1.0.0)
3+
4+
5+ ### Updated `@uirouter/core` from 5.0.14 to 5.0.16
6+ [Compare `@uirouter/core` versions 5.0.14 and 5.0.16](https://github.com/ui-router/core/compare/5.0.14...5.0.16)
7+
8+ ### Bug Fixes
9+
10+ * **common:** Fix signature of for objects (make target optional) ([61d0afc](https://github.com/ui-router/core/commit/61d0afc))
11+ * **core:** Fix memory leak of resolve data from ALL transitions ever ([7f2aed1](https://github.com/ui-router/core/commit/7f2aed1))
12+ * **pathNode:** add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. ([4833a32](https://github.com/ui-router/core/commit/4833a32))
13+
14+
15+ ### Features
16+
17+ * **common:** Add map-in-place support to map() ([12bc7d8](https://github.com/ui-router/core/commit/12bc7d8))
18+ * **common:** Add onEvict() callback registry for queues with max length ([c19d007](https://github.com/ui-router/core/commit/c19d007))
19+
120# 1.0.0-rc.3 (2018-01-10)
221[Compare `@uirouter/angular` versions 1.0.0-rc.2 and 1.0.0-rc.3](https://github.com/ui-router/ng2/compare/1.0.0-rc.2...1.0.0-rc.3)
322
Original file line number Diff line number Diff line change 11{
22 "name" : " @uirouter/angular" ,
33 "description" : " State-based routing for Angular" ,
4- "version" : " 1.0.0-rc.3 " ,
4+ "version" : " 1.0.0" ,
55 "scripts" : {
66 "clean" : " shx rm -rf lib lib-esm _bundles _doc" ,
77 "compile" : " npm run clean && ngc" ,
You can’t perform that action at this time.
0 commit comments