Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.2...v1.12.0) (2021-11-16)

### Bug Fixes

* **controller:** in layer mode, show active neurons in green instead of selected ([a03eff3](a03eff3))
* make the controller update when mouse click on layer button ([666981e](666981e))
* **selector:** add self check before rendering layer buttons ([e024c73](e024c73))
* **selector:** should exit layer mode when long pressing a layer button ([aa8d1e5](aa8d1e5))

### Features

* **device:** add new `novation-launchpad-mini` ([855e610](855e610))

### Performance Improvements

* **controller/layer-mode:** add green color buttons for neurons that are selected within the selected layer ([a7db018](a7db018))
  • Loading branch information
semantic-release-bot committed Nov 16, 2021
1 parent 93c091b commit e24a224
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.12.0](https://github.com/CooLearning/playground/compare/v1.11.2...v1.12.0) (2021-11-16)


### Bug Fixes

* **controller:** in layer mode, show active neurons in green instead of selected ([a03eff3](https://github.com/CooLearning/playground/commit/a03eff3fe6a6eb0b5d5e5a098a449f0f2e1d4ee2))
* make the controller update when mouse click on layer button ([666981e](https://github.com/CooLearning/playground/commit/666981e571ea3d5f0bc8209bdb98a9279f63c468))
* **selector:** add self check before rendering layer buttons ([e024c73](https://github.com/CooLearning/playground/commit/e024c73ff3284d36be100db3fa0ca108742dbb1c))
* **selector:** should exit layer mode when long pressing a layer button ([aa8d1e5](https://github.com/CooLearning/playground/commit/aa8d1e5969b5d778fe623f0f4a7ddc8b41b51846))


### Features

* **device:** add new `novation-launchpad-mini` ([855e610](https://github.com/CooLearning/playground/commit/855e61083a281427485802593de097155697c987))


### Performance Improvements

* **controller/layer-mode:** add green color buttons for neurons that are selected within the selected layer ([a7db018](https://github.com/CooLearning/playground/commit/a7db018f8fa9c29f72e429bc85d27d95b57915de))

## [1.11.2](https://github.com/CooLearning/playground/compare/v1.11.1...v1.11.2) (2021-11-16)


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.11.2",
"version": "1.12.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit e24a224

Please sign in to comment.