-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
164 additions
and
0 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
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,65 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 2.0.0-beta.3 (2022-12-15) | ||
|
||
|
||
### :rocket: New Features | ||
|
||
* add react-scenejs #80 ([2d5f268](https://github.com/daybrush/scenejs/commit/2d5f26827bc4ba0817040e3a79d11d52f6b0310c)) | ||
* Add ready props in react-scenejs ([0f96f4a](https://github.com/daybrush/scenejs/commit/0f96f4aff027253c5b4f87864f07da0346a1c8c6)) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* fix gitignore ([c6d046f](https://github.com/daybrush/scenejs/commit/c6d046fbd28fc635790bfe4b8d993534c86a89d4)) | ||
* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f)) | ||
* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf)) | ||
* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d)) | ||
* fixed a typo ([09338dd](https://github.com/daybrush/scenejs/commit/09338ddaf7c7ec66e0da2c4c7b05f3f4a05b4ee1)) | ||
* Update README.md (#41) ([d870b71](https://github.com/daybrush/scenejs/commit/d870b710ba2f16e86590f7a11d27d27bb7601e8b)) | ||
|
||
|
||
### :memo: Documentation | ||
|
||
* fix README ([8cde31e](https://github.com/daybrush/scenejs/commit/8cde31e46379009d0c42324702fcacefad53e426)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* apply lerna ([39520c3](https://github.com/daybrush/scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b)) | ||
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) | ||
* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e)) | ||
|
||
## 1.0.2 (2019-06-02) | ||
|
||
|
||
### :rocket: New Features | ||
|
||
* update react-scenejs for scenejs@1.0.0 (#29) ([790a458](https://github.com/daybrush/scenejs/commit/790a4584503cd0eb284e9d335fe25dc621e51c36)) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* fix README ([138aa88](https://github.com/daybrush/scenejs/commit/138aa88542ad84de3c14d9264d1c74e16cba871f)) | ||
* fix README ([0c7fd36](https://github.com/daybrush/scenejs/commit/0c7fd364e6a9e6f6d7665085bc16917ec1abe724)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* Release 1.0.2 ([4a828db](https://github.com/daybrush/scenejs/commit/4a828db1114307b7770b32c0beee9a318959cf2b)) | ||
|
||
## 1.0.0 (2019-05-29) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* merge 1.0.0-rc (#23) ([184db34](https://github.com/daybrush/scenejs/commit/184db34e5aac51d503a306b8a0fd4155a21834b4)), closes [#20](https://github.com/daybrush/scenejs/issues/20) [#21](https://github.com/daybrush/scenejs/issues/21) [#22](https://github.com/daybrush/scenejs/issues/22) | ||
* **react-scenejs:** update scenejs ([77eb70b](https://github.com/daybrush/scenejs/commit/77eb70bed8cff215a6a3f5bcfc70b6b62072d5a9)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* Release 1.0.0 ([de16210](https://github.com/daybrush/scenejs/commit/de16210268c416eb4c575af275893327357f9359)) |
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.0.0-beta.1 (2022-12-15) | ||
|
||
|
||
### :rocket: New Features | ||
|
||
* add svelte-scenejs #80 ([5198c5c](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/5198c5c72eaebe5f1b1bd636eb78a19fb688c0f9)) | ||
|
||
|
||
### :bug: Bug Fix | ||
|
||
* remove useless file ([c28c2da](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/c28c2da241f1a05a0bd098d3f1cd9183c964a930)) | ||
|
||
|
||
### :memo: Documentation | ||
|
||
* fix README ([f818dd9](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/f818dd929b687d91b36005b861934538a16e7286)) | ||
|
||
|
||
### :mega: Other | ||
|
||
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) | ||
* publish packages ([de47f51](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e)) |