Skip to content

6.0.0

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 14 Feb 17:00
· 240 commits to master since this release

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