Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vec2control): fixes inputlink focus #666

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

2xAA
Copy link
Member

@2xAA 2xAA commented Jan 5, 2022

😈

@2xAA 2xAA requested a review from TimPietrusky January 5, 2022 21:00
Copy link
Member

@TimPietrusky TimPietrusky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM <3

@TimPietrusky TimPietrusky merged commit a3f47d0 into next Jan 5, 2022
@TimPietrusky TimPietrusky deleted the fix/vec2d/subproperties branch January 5, 2022 21:14
2xAA added a commit that referenced this pull request Jan 5, 2022
* build(deps): bump tar from 4.4.13 to 4.4.19 (#648)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(text): set the default fill color to white and the stroke to red (#654)

fixes #510

* feat(props): adds sub-property inputs to allow input links (#658)

Up until now, we've not been able to assign input links to any value "under" a prop. These changes
allow this.

* fix(inputs): adds clean-up of inputs when modules or groups are removed (#656)

* fix(inputs): adds clean-up of inputs when modules or groups are removed

* fix(groups): cleans up active modules when group is deleted

* fix(modules): handle non registered modules (#661)

* feat(tooltip): extends v-tooltip to allow for mouseover tooltip messages

* feat(modules): adds $status array to modules

allows user feedback in the case of an error or unexpected behaviour

re #660

* feat(modules): adds status display on active modules

fixes #660

* fix(fs): handle fs errors when files aren't found

This adds fixes for missing files as part of presets

* fix(vec2control): fixes inputlink focus (#666)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Pietrusky <[email protected]>
2xAA pushed a commit that referenced this pull request Jan 6, 2022
# [3.20.0](3.19.1...3.20.0) (2022-01-06)

### Bug Fixes

* **copyright:** updates copyright notice in readme ([#668](#668)) ([d9d9621](d9d9621))
* **inputs:** adds clean-up of inputs when modules or groups are removed ([#656](#656)) ([910f731](910f731))
* **modules:** handle non registered modules ([#661](#661)) ([4748d34](4748d34)), closes [#660](#660) [#660](#660)
* **vec2control:** fixes inputlink focus ([#666](#666)) ([a3f47d0](a3f47d0))

### Features

* **props:** adds sub-property inputs to allow input links ([#658](#658)) ([8bb9073](8bb9073))
* **text:** set the default fill color to white and the stroke to red ([#654](#654)) ([515e4c8](515e4c8)), closes [#510](#510)
@2xAA
Copy link
Member Author

2xAA commented Jan 6, 2022

🎉 This PR is included in version 3.20.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@2xAA 2xAA added the released label Jan 6, 2022
2xAA pushed a commit that referenced this pull request Jan 7, 2022
# [3.20.0](3.19.1...3.20.0) (2022-01-06)

### Bug Fixes

* **copyright:** updates copyright notice in readme ([#668](#668)) ([d9d9621](d9d9621))
* **inputs:** adds clean-up of inputs when modules or groups are removed ([#656](#656)) ([910f731](910f731))
* **modules:** handle non registered modules ([#661](#661)) ([4748d34](4748d34)), closes [#660](#660) [#660](#660)
* **vec2control:** fixes inputlink focus ([#666](#666)) ([a3f47d0](a3f47d0))

### Features

* **props:** adds sub-property inputs to allow input links ([#658](#658)) ([8bb9073](8bb9073))
* **text:** set the default fill color to white and the stroke to red ([#654](#654)) ([515e4c8](515e4c8)), closes [#510](#510)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants