Skip to content

Commit 5a78f47

Browse files
5.0.15
1 parent 5ce7aed commit 5a78f47

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 5.0.15 (2018-01-28)
2+
[Compare `@uirouter/core` versions 5.0.14 and 5.0.15](https://github.com/ui-router/core/compare/5.0.14...5.0.15)
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix memory leak of resolve data from ALL transitions ever ([7f2aed1](https://github.com/ui-router/core/commit/7f2aed1))
7+
* **pathNode:** add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. ([4833a32](https://github.com/ui-router/core/commit/4833a32))
8+
9+
10+
### Features
11+
12+
* **common:** Add map-in-place support to map() ([12bc7d8](https://github.com/ui-router/core/commit/12bc7d8))
13+
* **common:** Add onEvict() callback registry for queues with max length ([c19d007](https://github.com/ui-router/core/commit/c19d007))
14+
15+
16+
17+
118
## 5.0.14 (2018-01-10)
219
[Compare `@uirouter/core` versions 5.0.13 and 5.0.14](https://github.com/ui-router/core/compare/5.0.13...5.0.14)
320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/core",
33
"description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
4-
"version": "5.0.14",
4+
"version": "5.0.15",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles",
77
"compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",

0 commit comments

Comments
 (0)