Compare @uirouter/visualizer
versions 7.2.0 and 7.2.1
- Pin d3-interpolate to 1.4.0 to avoid bundling an arrow function for IE11 compat (1f4a926)
Compare @uirouter/visualizer
versions 7.1.0 and 7.2.0
- StateVisualizer: Support customization of state node labels (d3cfd6e)
Compare @uirouter/visualizer
versions 7.0.0 and 7.1.0
- fix classnames (4d5fb1a)
- Fix disposing of the state visualizer (7fc2ba8)
- Fix z-index of minimized state visualizer (8d3e9e3)
- statevis: add documentation on how to use the options on the state visualizer and fix the node classes not being appended correctly (#199) (eda9657)
- Switch bundle from webpack to rollup and emit new esm bundle (c4444db)
- statevis: allow nodes to be styled by custom classes (#197) (b8f0ef6)
- update_dependencies: Add a repository_dispatch trigger (8b0f88a)
Compare @uirouter/visualizer
versions 6.0.3 and 7.0.0
- typescript: Create an artisinal hand crafted typings file for better compat with react (055e50c)
Compare @uirouter/visualizer
versions 6.0.2 and 6.0.3
Compare @uirouter/visualizer
versions 6.0.0 and 6.0.2
Compare @uirouter/visualizer
versions 6.0.0 and 6.0.1
Compare @uirouter/visualizer
versions 5.1.3 and 6.0.0
- css: Add 'nonce' attribute to style-loader to prevent CSP violations due to inline styles (#43) (c137ef2)
- example: use window['@uirouter/visualizer'](<5e1b228>)
- bundle: Rename UMD name from
ui-router-visualizer
to[@uirouter](https://github.com/uirouter)/visualizer
for consistency (7b7b9d6)
- bundle: UMD name renamed from
ui-router-visualizer
to@uirouter/visualizer
. This will affect people who add the visualizer using script tags, instead of a bundler.
var Visualizer = window['@uirouter/visualizer'];
router.plugin(Visualizer);
Compare @uirouter/visualizer
versions 5.1.2 and 5.1.3
- statevis: Make minimized statevis z-index higher than transition vis so it can be clicked. (ebef40b)
Compare @uirouter/visualizer
versions 5.1.1 and 5.1.2
- transitionvis: sort parameter names when grouping identical valued parameters together (ff124d9)
Compare @uirouter/visualizer
versions 5.1.0 and 5.1.1
- transitionvis: Fix style on arrow so it takes up entire vertical space of its state block (9863eda)
Compare @uirouter/visualizer
versions 5.0.6 and 5.1.0
- 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)
- 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)
Compare @uirouter/visualizer
versions 5.0.5 and 5.0.6
- bundle: fix bundling of css for lib-esm (stackblitz try 5) bundle css files? (9e1c21c)
Compare @uirouter/visualizer
versions 5.0.4 and 5.0.5
- bundle: fix bundling of css for lib-esm (stackblitz try 4) disable (1803612)
Compare @uirouter/visualizer
versions 5.0.3 and 5.0.4
- bundle: fix bundling of css for lib-esm (stackblitz try 3) (9fe1988)
Compare @uirouter/visualizer
versions 5.0.2 and 5.0.3
- bundle: fix bundling of css for lib-esm (stackblitz try 2) (0b6f561)
Compare @uirouter/visualizer
versions 5.0.1 and 5.0.2
- bundle: externalize uirouter/core (7732b81)
- bundle: fix bundling of css for lib-esm (stackblitz) (39c641d)
- example: fix 'npm start' bundle reference (0a798a9)
Compare @uirouter/visualizer
versions 5.0.0 and 5.0.1
- 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)
- statevis: improve layout of vis controls; add close button. (0d97161)
-
transitionvis: collapse undefined param/resolves into single row. Hide
$state$ resolve. (1710d10)
Compare @uirouter/visualizer
versions 4.0.2 and v5.0.0
- bundles: Use regular ui-router style: _bundles lib and lib-esm dirs (d68ce15)
- bundles: Moved bundles to _bundles and renamed bundle. Stopped committing bundles directory to git tags