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

Default Text color should be something brighter than the default canvas background #510

Closed
2xAA opened this issue Dec 16, 2020 · 1 comment · Fixed by #654
Closed

Default Text color should be something brighter than the default canvas background #510

2xAA opened this issue Dec 16, 2020 · 1 comment · Fixed by #654
Labels
enhancement Feature requests released

Comments

@2xAA
Copy link
Member

2xAA commented Dec 16, 2020

It's impossible to see text when trying to write something on the screen without changing the color

@2xAA 2xAA added the enhancement Feature requests label Dec 16, 2020
@2xAA 2xAA closed this as completed in #654 Nov 23, 2021
2xAA added a commit that referenced this issue 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 issue 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 issue has been resolved 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 issue 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
enhancement Feature requests released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant