Skip to content

Commit faf731e

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.4...v1.15.0) (2022-04-04) ### Bug Fixes * **networkState:** Target output node when present in multiple selection ([7f846da](7f846da)) * **NPM:** Rename package + Add license and description to package.json ([82362f7](82362f7)) * **selectorDevice:** Attach additional `note` event to play pause button handler + Split before adding new navigation features ([1a00c50](1a00c50)) ### Features * **Controller:** Allow controlling for output node ([7d9db58](7d9db58)) * **devicePrototype:** Add new `addNodeListener_NEW` method to avoid repetition in client code, also preparing for later refactoring ([ddf377e](ddf377e)) * **devicePrototype:** Add new control listener generator with embedded filtering ([30675bb](30675bb)) * **Output Node:** Add selection from device + Add display in select card + Add styling in view ([8b98f8f](8b98f8f)) * **selectorDevice:** Allow function keys sending control events to handle output node ([d78c0c0](d78c0c0))
1 parent 670610f commit faf731e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.15.0](https://github.com/CooLearning/playground/compare/v1.14.4...v1.15.0) (2022-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **networkState:** Target output node when present in multiple selection ([7f846da](https://github.com/CooLearning/playground/commit/7f846da111b29a4d62d8d02a51a4c2b6757d9fd1))
7+
* **NPM:** Rename package + Add license and description to package.json ([82362f7](https://github.com/CooLearning/playground/commit/82362f75908aef21d3f12e27a19087d5be287273))
8+
* **selectorDevice:** Attach additional `note` event to play pause button handler + Split before adding new navigation features ([1a00c50](https://github.com/CooLearning/playground/commit/1a00c504d0e8f5cd5c2a7d5a06c95baabdc2f113))
9+
10+
11+
### Features
12+
13+
* **Controller:** Allow controlling for output node ([7d9db58](https://github.com/CooLearning/playground/commit/7d9db58956a3f9d9e0bc9a149db4a427be45532c))
14+
* **devicePrototype:** Add new `addNodeListener_NEW` method to avoid repetition in client code, also preparing for later refactoring ([ddf377e](https://github.com/CooLearning/playground/commit/ddf377e8752a1d6036356b7028f7b7b8bd4b15cf))
15+
* **devicePrototype:** Add new control listener generator with embedded filtering ([30675bb](https://github.com/CooLearning/playground/commit/30675bbacfec127761c164ef2fd44c02cfc9800d))
16+
* **Output Node:** Add selection from device + Add display in select card + Add styling in view ([8b98f8f](https://github.com/CooLearning/playground/commit/8b98f8ff2688472b3b7a07df028bbe3378bebb81))
17+
* **selectorDevice:** Allow function keys sending control events to handle output node ([d78c0c0](https://github.com/CooLearning/playground/commit/d78c0c08b8cb1d367ecbeb43e623d4ab58ea3053))
18+
119
## [1.14.4](https://github.com/CooLearning/playground/compare/v1.14.3...v1.14.4) (2021-11-18)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coolearning-playground",
3-
"version": "1.14.4",
3+
"version": "1.15.0",
44
"description": "Bringing MIDI interactivity to `tensorflow/playground`",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)