Releases: ui-router/visualizer
7.2.1
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
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
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
7.0.0
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.3
6.0.3 (2019-01-25)
Compare @uirouter/visualizer
versions 6.0.2 and 6.0.3
Updated all dependencies to latest versions
chore(package): Update @types/[email protected], @types/[email protected], @uirouter/[email protected], @uirouter/[email protected], copy-webpack- [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ty [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], prea [email protected]
6.0.2
6.0.0
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
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
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
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)