From f4a53a37b3f01a25833ca90fd7bdad0b1e1134bc Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Tue, 15 Sep 2020 15:27:11 -0700 Subject: [PATCH] 7.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cbbdd..8b25e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 7.1.0 (2020-09-15) +[Compare `@uirouter/visualizer` versions 7.0.0 and 7.1.0](https://github.com/ui-router/visualizer/compare/7.0.0...7.1.0) + +### Bug Fixes + +* fix classnames ([4d5fb1a](https://github.com/ui-router/visualizer/commit/4d5fb1a)) +* Fix disposing of the state visualizer ([7fc2ba8](https://github.com/ui-router/visualizer/commit/7fc2ba8)) +* Fix z-index of minimized state visualizer ([8d3e9e3](https://github.com/ui-router/visualizer/commit/8d3e9e3)) +* **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)) + + +### Features + +* Switch bundle from webpack to rollup and emit new esm bundle ([c4444db](https://github.com/ui-router/visualizer/commit/c4444db)) +* **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)) +* **update_dependencies:** Add a repository_dispatch trigger ([8b0f88a](https://github.com/ui-router/visualizer/commit/8b0f88a)) + + + + # 7.0.0 (2019-01-26) [Compare `@uirouter/visualizer` versions 6.0.3 and 7.0.0](https://github.com/ui-router/visualizer/compare/6.0.3...7.0.0) diff --git a/package.json b/package.json index 6153c40..9b5d71e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/visualizer", "description": "UI-Router State Visualizer and Transition Visualizer", - "version": "7.0.0", + "version": "7.1.0", "scripts": { "example": "npm run bundle && http-server . -o example", "clean": "shx rm -rf lib lib-esm _bundles",