Skip to content

Commit 2bc0152

Browse files
committed
refactor(css refactor): css refactor
2 parents fb8aa05 + 7e92d2f commit 2bc0152

15 files changed

+5093
-5926
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
44

55

6+
## [1.0.4](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* fixed css overriding page css ([80e29fd](https://github.com/LottieFiles/lottie-vue/commit/80e29fd31bb601ea12370c5a3252c9c78ad56d5a))
12+
* restored default values to those of the readme ([1cb2f26](https://github.com/LottieFiles/lottie-vue/commit/1cb2f261f2a8a7bb6bf9bae018fc1dacfdf7ffe9))
13+
* updated packages, fixed player bug with controls, fixed css bundling bug ([47bbdb0](https://github.com/LottieFiles/lottie-vue/commit/47bbdb0ee51dd8771a078fb7370ce75acbf00d40))
14+
15+
## [1.0.3](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-02-16)
16+
17+
18+
### Bug Fixes
19+
20+
* fixed css overriding page css ([80e29fd](https://github.com/LottieFiles/lottie-vue/commit/80e29fd31bb601ea12370c5a3252c9c78ad56d5a))
21+
* updated packages, fixed player bug with controls, fixed css bundling bug ([47bbdb0](https://github.com/LottieFiles/lottie-vue/commit/47bbdb0ee51dd8771a078fb7370ce75acbf00d40))
22+
23+
## [1.0.2](https://github.com/LottieFiles/lottie-vue/compare/v1.0.1...v1.0.2) (2022-01-19)
24+
25+
26+
### Bug Fixes
27+
28+
* changed token var ([757798f](https://github.com/LottieFiles/lottie-vue/commit/757798f906b6ce594154187d0273b108197eb3af))
29+
30+
## [1.0.1](https://github.com/LottieFiles/lottie-vue/compare/v1.0.0...v1.0.1) (2022-01-18)
31+
32+
33+
### Bug Fixes
34+
35+
* updated packages, fixed player bug with controls, fixed css bundling bug ([47bbdb0](https://github.com/LottieFiles/lottie-vue/commit/47bbdb0ee51dd8771a078fb7370ce75acbf00d40))
36+
637
# 1.0.0 (2021-06-01)
738

839

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"build": "vue-cli-service build"
88
},
99
"dependencies": {
10-
"@lottiefiles/vue-lottie-player": "../",
1110
"core-js": "^3.6.5",
1211
"vue": "^2.6.11"
1312
},

0 commit comments

Comments
 (0)