Skip to content

Commit d81e4f7

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.14...v0.1.0) (2021-10-19) ### Bug Fixes * **layer:** shape layer serialization ([d17188f](d17188f)) * Linting issues ([e88f426](e88f426)) * **ellipse:** added missing property Direction ([58bc619](58bc619)) * **fix import:** fix import for test file ([c59c1ab](c59c1ab)) ### Features * Add constructors for animated properties and keyframes ([be30ed4](be30ed4)) * add marker support ([ec26c59](ec26c59)) * Add rounded corners shape ([589fb43](589fb43)) * Add star shape ([35360d6](35360d6)) * Implement Gradients ([ca898bd](ca898bd)) * Repeater shape ([6b42c08](6b42c08)) * Trim multiple shapes mode ([ba6cdad](ba6cdad)) * **color extraction updates:** color extraction code ([e935e00](e935e00)) * **theming code:** theming code ([c4fda3f](c4fda3f))
1 parent 3f19165 commit d81e4f7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
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).
4+
5+
6+
# [0.1.0](https://github.com/LottieFiles/lottie-js/compare/v0.0.14...v0.1.0) (2021-10-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **layer:** shape layer serialization ([d17188f](https://github.com/LottieFiles/lottie-js/commit/d17188f088dd36d3d0a82150766b0d2ee0fed45f))
12+
* Linting issues ([e88f426](https://github.com/LottieFiles/lottie-js/commit/e88f4269d224f2a09308b3c805854e1572829e22))
13+
* **ellipse:** added missing property Direction ([58bc619](https://github.com/LottieFiles/lottie-js/commit/58bc61945912330ba649f68b58ef2dc4f54f5cc4))
14+
* **fix import:** fix import for test file ([c59c1ab](https://github.com/LottieFiles/lottie-js/commit/c59c1abe6f14c630f539f74971842da1463e6d32))
15+
16+
17+
### Features
18+
19+
* Add constructors for animated properties and keyframes ([be30ed4](https://github.com/LottieFiles/lottie-js/commit/be30ed4efc4253f3af91a26f816030fb0a7b87db))
20+
* add marker support ([ec26c59](https://github.com/LottieFiles/lottie-js/commit/ec26c59e9aa12ece5d6ec190ab7eb9b062a8fcec))
21+
* Add rounded corners shape ([589fb43](https://github.com/LottieFiles/lottie-js/commit/589fb43980d99bd6cc2383a364de754bde045218))
22+
* Add star shape ([35360d6](https://github.com/LottieFiles/lottie-js/commit/35360d62d716c2c610a0bd8afdd68c24938f93e7))
23+
* Implement Gradients ([ca898bd](https://github.com/LottieFiles/lottie-js/commit/ca898bd86f3fa2a7449d221e043c3d3ea5e8e9d0))
24+
* Repeater shape ([6b42c08](https://github.com/LottieFiles/lottie-js/commit/6b42c08bb8fef12388bed8aefc4edd2fc9e60b38))
25+
* Trim multiple shapes mode ([ba6cdad](https://github.com/LottieFiles/lottie-js/commit/ba6cdadac03f044b4d70fe059b1669a227ebd424))
26+
* **color extraction updates:** color extraction code ([e935e00](https://github.com/LottieFiles/lottie-js/commit/e935e0049c8d80296d586b7fab4c10e29efe5b73))
27+
* **theming code:** theming code ([c4fda3f](https://github.com/LottieFiles/lottie-js/commit/c4fda3f83f508fb714667f331204b12162e265e7))

0 commit comments

Comments
 (0)