2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-05-17 04:29:35 +03:00

Update changelog

This commit is contained in:
Randall Wilk
2019-10-20 17:25:12 -05:00
parent 952f829fb5
commit 5f4c283c14
+3 -3
View File
@@ -7,7 +7,7 @@ All notable changes to this project will be documented here.
Released 2019-10-20
## Bug Fixes 4.1.1
### Bug Fixes 4.1.1
- Fix bug of "Unknown custom element" ([#40](https://github.com/rawilk/vue-context/issues/40)).
<a name="4.1.0"></a>
@@ -15,10 +15,10 @@ Released 2019-10-20
Released 2019-10-11
## Breaking Changes 4.1.0
### Breaking Changes 4.1.0
- Move menu styles from js to its own stylesheet ([#36](https://github.com/rawilk/vue-context/issues/36))
## Changes 4.1.0
### Changes 4.1.0
- Remove core-js as a dependency in favor of local polyfills for a smaller build size ([#33](https://github.com/rawilk/vue-context/issues/33))
<a name="4.0.3"></a>