Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2020-05-06)

### Bug Fixes

* fixed opening a second project without refreshing breaking the svg ([b347d0a](b347d0a))
* now the cursor is set to text on all inputs ([79e35fb](79e35fb))

### Features

* basic projects page component ([a61e83b](a61e83b))
* clamped zooming ([66fce14](66fce14))
* function level cycle prevention ([e968b90](e968b90))
* in function cycle prevention ([31e811d](31e811d))
* inputs names on hover ([af3afc2](af3afc2))
* modified the editor state encoding and decoding to better fit the api ([33a3d24](33a3d24))
* only be able to connect pins of correct types ([0f519e7](0f519e7))
* project saving ([ac79b53](ac79b53))
* project searching ([7b82511](7b82511))
* same for outputs ([333f72d](333f72d))
* see node output on hover ([545bf65](545bf65))
* setting the names and example status of projects ([7cbb25f](7cbb25f))
* settings page ([8fc1b42](8fc1b42))
* some logic related to loading any Project ([601f8b7](601f8b7))
* some styling on the projects page ([c64ef9f](c64ef9f))
* visually show what inputs cant be connected ([b0a8d83](b0a8d83))
  • Loading branch information
semantic-release-bot committed May 6, 2020
1 parent 98f1a7b commit a20cbb7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [1.13.0](https://github.com/Mateiadrielrafael/lunarbox/compare/v1.12.0...v1.13.0) (2020-05-06)


### Bug Fixes

* fixed opening a second project without refreshing breaking the svg ([b347d0a](https://github.com/Mateiadrielrafael/lunarbox/commit/b347d0a0ea1e36dc50562828e9e1424dc4c554fb))
* now the cursor is set to text on all inputs ([79e35fb](https://github.com/Mateiadrielrafael/lunarbox/commit/79e35fb87dedd5c6bec1047398a23fe39eab34f0))


### Features

* basic projects page component ([a61e83b](https://github.com/Mateiadrielrafael/lunarbox/commit/a61e83b567d5ace053f3c183ee03221ac0563b19))
* clamped zooming ([66fce14](https://github.com/Mateiadrielrafael/lunarbox/commit/66fce1456211332c8809699adc3ff0da101c9919))
* function level cycle prevention ([e968b90](https://github.com/Mateiadrielrafael/lunarbox/commit/e968b90b75a2b10144202eb4ba91901db01b094f))
* in function cycle prevention ([31e811d](https://github.com/Mateiadrielrafael/lunarbox/commit/31e811d4e3f56a78a96cd73908c28fd885cb1d1e))
* inputs names on hover ([af3afc2](https://github.com/Mateiadrielrafael/lunarbox/commit/af3afc2800028d69c002c181df6b801f9e54432e))
* modified the editor state encoding and decoding to better fit the api ([33a3d24](https://github.com/Mateiadrielrafael/lunarbox/commit/33a3d245db48d2c3a1167c258fb0f10c9878b595))
* only be able to connect pins of correct types ([0f519e7](https://github.com/Mateiadrielrafael/lunarbox/commit/0f519e71a35f7541c7edeee1b98aadfd580ecbca))
* project saving ([ac79b53](https://github.com/Mateiadrielrafael/lunarbox/commit/ac79b534b90f18c9e29b98193e31c4cf887b8321))
* project searching ([7b82511](https://github.com/Mateiadrielrafael/lunarbox/commit/7b82511d9caf1d38e28dc71ec890bf12797e7f58))
* same for outputs ([333f72d](https://github.com/Mateiadrielrafael/lunarbox/commit/333f72d0ab1db6aacf9ebf4796a9c380206c9846))
* see node output on hover ([545bf65](https://github.com/Mateiadrielrafael/lunarbox/commit/545bf65bdc74c5042a6d70aae26c1b7a29957c72))
* setting the names and example status of projects ([7cbb25f](https://github.com/Mateiadrielrafael/lunarbox/commit/7cbb25ff92d1820cc23e8a4810a88cccc58793a8))
* settings page ([8fc1b42](https://github.com/Mateiadrielrafael/lunarbox/commit/8fc1b426924b63464655b47c8db972b6703d194d))
* some logic related to loading any Project ([601f8b7](https://github.com/Mateiadrielrafael/lunarbox/commit/601f8b7d2dcb62e87a604440142ad4a136c1643d))
* some styling on the projects page ([c64ef9f](https://github.com/Mateiadrielrafael/lunarbox/commit/c64ef9f50e28d040ecf8e8eacc101828811761ec))
* visually show what inputs cant be connected ([b0a8d83](https://github.com/Mateiadrielrafael/lunarbox/commit/b0a8d83bc51cff259d611bea149d2596552f0087))

# [1.12.0](https://github.com/Mateiadrielrafael/lunarbox/compare/v1.11.0...v1.12.0) (2020-05-02)


Expand Down

0 comments on commit a20cbb7

Please sign in to comment.