Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.4.0 #377

Merged
merged 2 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Unreleased

## 6.4.0

Features
- Updates ActiveAdmin installation to use webpacker [#350](https://github.com/platanus/potassium/pull/350)
- Replaces Active Skin with Arctic Admin [#350](https://github.com/platanus/potassium/pull/350)

Fixes
- Forces `vue-loader` version to 15, as 16 requires `@vue/compiler-sfc`, which is a part of Vue 3
- Changes Content Security Policy added by GTM recipe to:
- 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)
- Changes Content Security Policy added by GTM recipe to: [#375](https://github.com/platanus/potassium/pull/375)
- Include the same config regardless of environment
- Include `unsafe_eval` in `script_src`, as it is required for Vue's compiler build
- Changes the front-end test to avoid using the deprecated method `isVueInstance` [#376](https://github.com/platanus/potassium/pull/376)
Expand Down
2 changes: 1 addition & 1 deletion lib/potassium/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Potassium
VERSION = "6.3.0"
VERSION = "6.4.0"
RUBY_VERSION = "2.7.0"
RAILS_VERSION = "~> 6.0.2"
RUBOCOP_VERSION = "~> 1.9"
Expand Down