Visualizer Versions Save

UI-Router state visualizer and transition visualizer

5.1.0

6 years ago

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

  • transitionvis: Collapse multiple null/undefined/empty string parameter values, add show/hide toggle. Improve styling and flexbox layouts. Refactor key/value components. (d0af65a)
  • transitionvis: switch all styles to px, add preformatted param values, fix some flexbox issues. (6b5e04f)

5.0.6

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

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

6 years ago

5.0.2 (2017-12-02)

Compare @uirouter/visualizer versions 5.0.1 and 5.0.2

Bug Fixes

  • bundle: externalize uirouter/core (7732b81)
  • bundle: fix bundling of css for lib-esm (stackblitz) (39c641d)
  • example: fix 'npm start' bundle reference (0a798a9)

5.0.1

6 years ago

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

  • statevis: improve layout of vis controls; add close button. (0d97161)
  • transitionvis: collapse undefined param/resolves into single row. Hide $state$ resolve. (1710d10)

2.0.3

7 years ago

Removed font-awesome in favor of bundling individual pngs. Smaller bundle on npmcdn.com.

2.0.1

7 years ago

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.