Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.2...v1.9.0) (2021-11-15)

### Bug Fixes

* **devices/controller:** draw unsnapped for select modes after waiting the first draw ([5682a37](5682a37))
* make the selector device re-render the layer buttons on the playground UI ([cb1f150](cb1f150))
* **state/devices:** save store when unpicking device ([ddb07e9](ddb07e9))

### Features

* add imports-exports ui + remove old reset button + add very basic import logic without overwriting strategy ([714b107](714b107))
* add new imports/exports dialog (work in progress) ([84c5d6a](84c5d6a))
* allow layers to interact with the mouse ([d8af52c](d8af52c))

### Performance Improvements

* **devices/controller:** better lights management ([3281729](3281729))
* **devices:** set blinking interval to 400ms ([d084899](d084899))
  • Loading branch information
semantic-release-bot committed Nov 15, 2021
1 parent ed1d179 commit 354040d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.9.0](https://github.com/CooLearning/playground/compare/v1.8.2...v1.9.0) (2021-11-15)


### Bug Fixes

* **devices/controller:** draw unsnapped for select modes after waiting the first draw ([5682a37](https://github.com/CooLearning/playground/commit/5682a3791816a16070800aca3aa76dcdc9b51543))
* make the selector device re-render the layer buttons on the playground UI ([cb1f150](https://github.com/CooLearning/playground/commit/cb1f1503675f065aec5b4cea398206fbe189ada5))
* **state/devices:** save store when unpicking device ([ddb07e9](https://github.com/CooLearning/playground/commit/ddb07e9efb017b6bc5ff4c9d484bbb38c6814d89))


### Features

* add imports-exports ui + remove old reset button + add very basic import logic without overwriting strategy ([714b107](https://github.com/CooLearning/playground/commit/714b10763b21862b159133c3f81e2a0cf11ca339))
* add new imports/exports dialog (work in progress) ([84c5d6a](https://github.com/CooLearning/playground/commit/84c5d6a73614e77cca686653d0c451628b91effc))
* allow layers to interact with the mouse ([d8af52c](https://github.com/CooLearning/playground/commit/d8af52cc1310dfc579906abfc77ce8645f5438e1))


### Performance Improvements

* **devices/controller:** better lights management ([3281729](https://github.com/CooLearning/playground/commit/3281729a62de6d6b25bb5127f2152cfc7d18b4f5))
* **devices:** set blinking interval to 400ms ([d084899](https://github.com/CooLearning/playground/commit/d084899387f989396de9eba48f989f6304418133))

## [1.8.2](https://github.com/CooLearning/playground/compare/v1.8.1...v1.8.2) (2021-11-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-playground-prototype",
"version": "1.8.2",
"version": "1.9.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 354040d

Please sign in to comment.