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
+
1
20
# 1.0.0-rc.3 (2018-01-10)
2
21
[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)
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uirouter/angular" ,
3
3
"description" : " State-based routing for Angular" ,
4
- "version" : " 1.0.0-rc.3 " ,
4
+ "version" : " 1.0.0" ,
5
5
"scripts" : {
6
6
"clean" : " shx rm -rf lib lib-esm _bundles _doc" ,
7
7
"compile" : " npm run clean && ngc" ,
You can’t perform that action at this time.
0 commit comments