-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.7.0](https://github.com/daybrush/scenejs/compare/1.5.0...1.7.0) (2022-12-10) | ||
### :sparkles: Packages | ||
* `scenejs` 1.7.0 | ||
|
||
|
||
### :rocket: New Features | ||
|
||
* All | ||
* add toCSSObject camelcase ([c169d55](https://github.com/daybrush/scenejs/commit/c169d5560e0b651e8a4d960ea0da7e0a559af9ef)) | ||
* Other | ||
* add getCurrentFrame, getCurrentFrames methohds ([1754c85](https://github.com/daybrush/scenejs/commit/1754c857f5e371811936b4ad7afe184c54ef4233)) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* All | ||
* check frame value type ([38551ef](https://github.com/daybrush/scenejs/commit/38551eff457d96eb481432ccbb471e9903663f0e)) | ||
* fix invalid brackets ([a47e5fc](https://github.com/daybrush/scenejs/commit/a47e5fcf94ea62f00423b64ffa5f7d4b8f63d7d6)) | ||
* fix types ([6e0d56d](https://github.com/daybrush/scenejs/commit/6e0d56d2b69dfa3318d144d3312f2a37d943288f)) | ||
* use decamelize for toCSS ([a78f562](https://github.com/daybrush/scenejs/commit/a78f562dce16920dd111e39d3ad7f2e64703e319)) | ||
* Other | ||
* fix typo ([5c0f173](https://github.com/daybrush/scenejs/commit/5c0f1732ffa5f6832b88abb7d5ce5592f0e79428)) | ||
|
||
|
||
### :memo: Documentation | ||
|
||
* All | ||
* fix README ([8ab1d65](https://github.com/daybrush/scenejs/commit/8ab1d65ee2d70c8762645561216e2f6bfe5b0ef1)) | ||
* fix README ([fdfe1e3](https://github.com/daybrush/scenejs/commit/fdfe1e308e434be552addc89324a688dcf45d628)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* All | ||
* apply lerna ([39520c3](https://github.com/daybrush/scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b)) | ||
* fix lint ([5aac474](https://github.com/daybrush/scenejs/commit/5aac474568a9f7a70b5fe954f09d61193739aa8f)) | ||
* update rollup versions ([ffacef1](https://github.com/daybrush/scenejs/commit/ffacef1a9ae3572cebe0a52a4519fc5d9666e3d8)) | ||
* update version ([383ddae](https://github.com/daybrush/scenejs/commit/383ddae59cf24eb56dcf2677bdda75a36c5ac831)) | ||
* Other | ||
* add npmignore file ([0d7d68b](https://github.com/daybrush/scenejs/commit/0d7d68b8deacc7868cfd549f5303af2b51eca17f)) | ||
* publish packages ([a979c6a](https://github.com/daybrush/scenejs/commit/a979c6a802b04836ae193bab1fcecb89099e10fd)) | ||
* Release 1.5.0 ([44c5cfc](https://github.com/daybrush/scenejs/commit/44c5cfc5164627df02d8755ca272567f92088a37)) | ||
* Update FUNDING.yml ([adaaea2](https://github.com/daybrush/scenejs/commit/adaaea229f6813b5df4b018613026bf244ea219c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.7.0](https://github.com/daybrush/scenejs/compare/[email protected]@1.7.0) (2022-12-10) | ||
|
||
|
||
### :rocket: New Features | ||
|
||
* add toCSSObject camelcase ([c169d55](https://github.com/daybrush/scenejs/commit/c169d5560e0b651e8a4d960ea0da7e0a559af9ef)) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* fix types ([6e0d56d](https://github.com/daybrush/scenejs/commit/6e0d56d2b69dfa3318d144d3312f2a37d943288f)) | ||
* use decamelize for toCSS ([a78f562](https://github.com/daybrush/scenejs/commit/a78f562dce16920dd111e39d3ad7f2e64703e319)) | ||
|
||
|
||
### :memo: Documentation | ||
|
||
* fix README ([8ab1d65](https://github.com/daybrush/scenejs/commit/8ab1d65ee2d70c8762645561216e2f6bfe5b0ef1)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* update rollup versions ([ffacef1](https://github.com/daybrush/scenejs/commit/ffacef1a9ae3572cebe0a52a4519fc5d9666e3d8)) |