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

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

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

TimPietrusky
Copy link
Member

fixes #510

@TimPietrusky TimPietrusky requested a review from 2xAA November 10, 2021 10:20
@2xAA
Copy link
Member

2xAA commented Nov 23, 2021

LGTM!

@2xAA 2xAA merged commit 515e4c8 into next Nov 23, 2021
@2xAA 2xAA deleted the feat/510/defaultTextColor branch November 23, 2021 11:40
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] <support@github.com>

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 <492378+TimPietrusky@users.noreply.github.com>
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

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.

Default Text color should be something brighter than the default canvas background
2 participants