You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# 6.0.0 (2018-02-14)
2
+
[Compare `@uirouter/visualizer` versions 5.1.3 and 6.0.0](https://github.com/ui-router/visualizer/compare/5.1.3...6.0.0)
3
+
4
+
### Bug Fixes
5
+
6
+
***css:** Add 'nonce' attribute to style-loader to prevent CSP violations due to inline styles ([#43](https://github.com/ui-router/visualizer/issues/43)) ([c137ef2](https://github.com/ui-router/visualizer/commit/c137ef2))
7
+
***example:** use window['[@uirouter](https://github.com/uirouter)/visualizer'] ([5e1b228](https://github.com/ui-router/visualizer/commit/5e1b228))
8
+
9
+
10
+
### Features
11
+
12
+
***bundle:** Rename UMD name from `ui-router-visualizer` to `[@uirouter](https://github.com/uirouter)/visualizer` for consistency ([7b7b9d6](https://github.com/ui-router/visualizer/commit/7b7b9d6))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
***bundle:** UMD name renamed from `ui-router-visualizer` to `@uirouter/visualizer`.
18
+
This will affect people who add the visualizer using script tags, instead of a bundler.
19
+
20
+
```
21
+
var Visualizer = window['@uirouter/visualizer'];
22
+
router.plugin(Visualizer);
23
+
```
24
+
25
+
26
+
27
+
1
28
## 5.1.3 (2018-01-04)
2
29
[Compare `@uirouter/visualizer` versions 5.1.2 and 5.1.3](https://github.com/ui-router/visualizer/compare/5.1.2...5.1.3)
0 commit comments