Releases: ui-router/visualizer
5.1.0
5.1.0 (2018-01-03)
Compare @uirouter/visualizer
versions 5.0.6 and 5.1.0
Bug Fixes
- css: Switch to using px instead of em. Pass sizes to svg icons. (fc38027)
- statevis: Fix null dereference in ref callback (1711525)
- statevis: Remove console.log leftover (#41) (a0f54a9)
Features
5.0.6
5.0.6 (2017-12-03)
Compare @uirouter/visualizer
versions 5.0.5 and 5.0.6
Bug Fixes
- bundle: fix bundling of css for lib-esm (stackblitz try 5) bundle css files? (9e1c21c)
5.0.5
5.0.5 (2017-12-03)
Compare @uirouter/visualizer
versions 5.0.4 and 5.0.5
Bug Fixes
- bundle: fix bundling of css for lib-esm (stackblitz try 4) disable (1803612)
5.0.4
5.0.4 (2017-12-02)
Compare @uirouter/visualizer
versions 5.0.3 and 5.0.4
Bug Fixes
- bundle: fix bundling of css for lib-esm (stackblitz try 3) (9fe1988)
5.0.3
5.0.3 (2017-12-02)
Compare @uirouter/visualizer
versions 5.0.2 and 5.0.3
Bug Fixes
- bundle: fix bundling of css for lib-esm (stackblitz try 2) (0b6f561)
5.0.2
5.0.1
5.0.1 (2017-12-02)
Compare @uirouter/visualizer
versions 5.0.0 and 5.0.1
Bug Fixes
- ie: Do not use MutationObserver if it doesn't exist (95ad3a1)
- statevis: do not allow drag when minimized (e1742d1)
- statevis: fix canceling of auto-minimize by hovering mouse (3b6b46a)
- statevis: fix resize event handling (eae605a)
Features
2.0.3
Removed font-awesome in favor of bundling individual pngs.
Smaller bundle on npmcdn.com.
Reimplemented in React
The visualizer has been rewritten in React.
React is less intrusive than Angular. Rewriting the visualizer as a React application allows us to use the same Visualizer code for UI-Router for Angular 1, Angular 2, and React.
The visualizer bootstrap has changed. Get a reference to the ui-router-visualizer
module, then get a reference to the UI-Router instance. Pass the router instance to the visualiser
vis.visualizer(routerInstance);
Read the https://github.com/ui-router/visualizer/blob/master/README.md for details.