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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## Unreleased
4
4
5
+
## 6.4.0
6
+
5
7
Features
6
8
- Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)
7
9
- Updates ActiveAdmin installation to use webpacker [#350](https://github.com/platanus/potassium/pull/350)
8
10
- Replaces Active Skin with Arctic Admin [#350](https://github.com/platanus/potassium/pull/350)
9
11
10
12
Fixes
11
-
- Forces `vue-loader` version to 15, as 16 requires `@vue/compiler-sfc`, which is a part of Vue 3
12
-
- Changes Content Security Policy added by GTM recipe to:
13
+
- Forces `vue-loader` version to 15, as 16 requires `@vue/compiler-sfc`, which is a part of Vue 3[#375](https://github.com/platanus/potassium/pull/375)
14
+
- Changes Content Security Policy added by GTM recipe to:[#375](https://github.com/platanus/potassium/pull/375)
13
15
- Include the same config regardless of environment
14
16
- Include `unsafe_eval` in `script_src`, as it is required for Vue's compiler build
15
17
- Changes the front-end test to avoid using the deprecated method `isVueInstance`[#376](https://github.com/platanus/potassium/pull/376)
0 commit comments