-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TimPietrusky
approved these changes
Jan 5, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM <3
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)
🎉 This PR is included in version 3.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
😈