We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b7f038 + b0619ba commit b54428fCopy full SHA for b54428f
CHANGELOG.md
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.2.0] - 2020-08-29
10
+### Added
11
+- VueLazy lib
12
+
13
+### Updated
14
+- Dependencies
15
16
+### Deleted
17
+- Static height in wrapper (#22)
18
+- Old directives
19
20
## [0.1.0-beta.9] - 2020-08-26
21
### Updated
22
- Dependencies
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-snap",
3
- "version": "0.1.0-beta.9",
+ "version": "0.2.0",
4
"description": "Lightweight Carousel based on CSS Scroll Snap",
5
"main": "dist/vue-snap.umd.js",
"module": "dist/vue-snap.esm.js",
0 commit comments