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/5.2.0 #109

Merged
merged 13 commits into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from 12 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
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### v 5.1.0 (2020-08-20)
### v 6.0.0 (2020-08-20)
- (Breaking) Refactors c-modal header component to slot.
- (Feature) New outside click directive.
- (Feature) New body scroll plugin.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the new body scroll plugin already included? It's not in here 😱

- (Update) Updates all NPM packages to the current version. Except:
- babel-core because it is still needed by jest/vue-jest
- babel-eslint because of the issue https://github.com/babel/babel-eslint/issues/815
- vue-js-modal because version 2.0 is not ready

### v 5.1.0 (2020-08-20)
- (Bug) Refactors the Google Analytics dataLayer condition. Testing for a native array could be problematic, since it may be replaced during initialisation.
- (Update) Updates all NPM packages to the current version. Except:
- babel-core because it is still needed by jest/vue-jest
Expand Down
Loading