Skip to content

Commit

Permalink
Merge pull request #377 from platanus/release-6.4.0
Browse files Browse the repository at this point in the history
Release 6.4.0
  • Loading branch information
difernandez authored Jul 26, 2021
2 parents af3b2ef + e61cc87 commit 89df6af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## Unreleased

## 6.4.0

Features
- Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)
- 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

0 comments on commit 89df6af

Please sign in to comment.