Skip to content

Commit f4a53a3

Browse files
7.1.0
1 parent 8d3e9e3 commit f4a53a3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 7.1.0 (2020-09-15)
2+
[Compare `@uirouter/visualizer` versions 7.0.0 and 7.1.0](https://github.com/ui-router/visualizer/compare/7.0.0...7.1.0)
3+
4+
### Bug Fixes
5+
6+
* fix classnames ([4d5fb1a](https://github.com/ui-router/visualizer/commit/4d5fb1a))
7+
* Fix disposing of the state visualizer ([7fc2ba8](https://github.com/ui-router/visualizer/commit/7fc2ba8))
8+
* Fix z-index of minimized state visualizer ([8d3e9e3](https://github.com/ui-router/visualizer/commit/8d3e9e3))
9+
* **statevis:** add documentation on how to use the options on the state visualizer and fix the node classes not being appended correctly ([#199](https://github.com/ui-router/visualizer/issues/199)) ([eda9657](https://github.com/ui-router/visualizer/commit/eda9657))
10+
11+
12+
### Features
13+
14+
* Switch bundle from webpack to rollup and emit new esm bundle ([c4444db](https://github.com/ui-router/visualizer/commit/c4444db))
15+
* **statevis:** allow nodes to be styled by custom classes ([#197](https://github.com/ui-router/visualizer/issues/197)) ([b8f0ef6](https://github.com/ui-router/visualizer/commit/b8f0ef6))
16+
* **update_dependencies:** Add a repository_dispatch trigger ([8b0f88a](https://github.com/ui-router/visualizer/commit/8b0f88a))
17+
18+
19+
20+
121
# 7.0.0 (2019-01-26)
222
[Compare `@uirouter/visualizer` versions 6.0.3 and 7.0.0](https://github.com/ui-router/visualizer/compare/6.0.3...7.0.0)
323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/visualizer",
33
"description": "UI-Router State Visualizer and Transition Visualizer",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"scripts": {
66
"example": "npm run bundle && http-server . -o example",
77
"clean": "shx rm -rf lib lib-esm _bundles",

0 commit comments

Comments
 (0)