Visualizer Versions Save

UI-Router state visualizer and transition visualizer

7.2.1

3 years ago

7.2.1 (2020-09-19)

Compare @uirouter/visualizer versions 7.2.0 and 7.2.1

Bug Fixes

  • Pin d3-interpolate to 1.4.0 to avoid bundling an arrow function for IE11 compat (1f4a926)

7.2.0

3 years ago

7.2.0 (2020-09-16)

Compare @uirouter/visualizer versions 7.1.0 and 7.2.0

Features

  • StateVisualizer: Support customization of state node labels (d3cfd6e)

7.1.0

3 years ago

7.1.0 (2020-09-15)

Compare @uirouter/visualizer versions 7.0.0 and 7.1.0

Bug Fixes

  • 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)

Features

  • 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)

7.0.0

5 years ago

7.0.0 (2019-01-26)

Compare @uirouter/visualizer versions 6.0.3 and 7.0.0

Bug Fixes

  • typescript: Create an artisinal hand crafted typings file for better compat with react (055e50c)

6.0.2

5 years ago

6.0.2 (2018-07-17)

Compare @uirouter/visualizer versions 6.0.0 and 6.0.2

Updated dependencies

6.0.0

6 years ago

6.0.0 (2018-02-14)

Compare @uirouter/visualizer versions 5.1.3 and 6.0.0

Bug Fixes

  • css: Add 'nonce' attribute to style-loader to prevent CSP violations due to inline styles (#43) (c137ef2)
  • example: use window['@uirouter/visualizer'] (5e1b228)

Features

  • bundle: Rename UMD name from ui-router-visualizer to [@uirouter](https://github.com/uirouter)/visualizer for consistency (7b7b9d6)

BREAKING CHANGES

  • 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);

5.1.3

6 years ago

5.1.3 (2018-01-04)

Compare @uirouter/visualizer versions 5.1.2 and 5.1.3

Bug Fixes

  • statevis: Make minimized statevis z-index higher than transition vis so it can be clicked. (ebef40b)

5.1.2

6 years ago

5.1.2 (2018-01-03)

Compare @uirouter/visualizer versions 5.1.1 and 5.1.2

Features

  • transitionvis: sort parameter names when grouping identical valued parameters together (ff124d9)

5.1.1

6 years ago

5.1.1 (2018-01-03)

Compare @uirouter/visualizer versions 5.1.0 and 5.1.1

Bug Fixes

  • transitionvis: Fix style on arrow so it takes up entire vertical space of its state block (9863eda)