-
-
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
Font selection is broken #442
Comments
2xAA
added a commit
that referenced
this issue
Sep 15, 2020
This tells the build process to use font-list as a node.js module rather than attempt to bundle it in the renderer bundle fixes #442
2xAA
added a commit
that referenced
this issue
Oct 9, 2020
This tells the build process to use font-list as a node.js module rather than attempt to bundle it in the renderer bundle fixes #442
2xAA
pushed a commit
that referenced
this issue
Oct 9, 2020
# [3.2.0](3.1.0...3.2.0) (2020-10-09) ### Bug Fixes * **font-selection:** adds font-list to externals list ([#445](#445)) ([21783ea](21783ea)), closes [#442](#442) * fixes logic flow for quit confirmation ([#443](#443)) ([b68e358](b68e358)), closes [#440](#440) ### Features * **color-picker:** adds custom color picker ([#448](#448)) ([b0cc2ff](b0cc2ff)), closes [#372](#372) [#373](#373) * **groups:** adds inputlink methods to group controls ([#441](#441)) ([c467b87](c467b87))
🎉 This issue has been resolved in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system and application version
Describe the bug
The font selector in the Text module is broken.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The font-list should load and be usable.
Screenshots
N/A
Additional context
This seems to only be a production build issue.
The text was updated successfully, but these errors were encountered: