Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2017
1 parent 1710d10 commit 7d5fa59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 5.0.1 (2017-12-02)
[Compare `@uirouter/visualizer` versions 5.0.0 and 5.0.1](https://github.com/ui-router/visualizer/compare/5.0.0...5.0.1)

### Bug Fixes

* **ie:** Do not use MutationObserver if it doesn't exist ([95ad3a1](https://github.com/ui-router/visualizer/commit/95ad3a1))
* **statevis:** do not allow drag when minimized ([e1742d1](https://github.com/ui-router/visualizer/commit/e1742d1))
* **statevis:** fix canceling of auto-minimize by hovering mouse ([3b6b46a](https://github.com/ui-router/visualizer/commit/3b6b46a))
* **statevis:** fix resize event handling ([eae605a](https://github.com/ui-router/visualizer/commit/eae605a))


### Features

* **statevis:** improve layout of vis controls; add close button. ([0d97161](https://github.com/ui-router/visualizer/commit/0d97161))
* **transitionvis:** collapse undefined param/resolves into single row. Hide $state$ resolve. ([1710d10](https://github.com/ui-router/visualizer/commit/1710d10))




# 5.0.0 (2017-10-22)
[Compare `@uirouter/visualizer` versions 4.0.2 and v5.0.0](https://github.com/ui-router/visualizer/compare/4.0.2...v5.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/visualizer",
"description": "UI-Router State Visualizer and Transition Visualizer",
"version": "5.0.0",
"version": "5.0.1",
"scripts": {
"start": "webpack-dev-server --port 4039 --content-base example",
"clean": "shx rm -rf lib lib-esm _bundles",
Expand Down

0 comments on commit 7d5fa59

Please sign in to comment.