-
-
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
Merge next into main #861
Merged
Merge next into main #861
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
* fix: move maximize function to keep main window hidden until ready * fix: remove dialog
* feat(cursor): adds grab cursor to group and active module titles * fix: cleanup listener on component removal
…r path (#858) * feat(save/saveas): adds save menu item and updates save as to remember path * fix: only set listener once per window creation * fix: move relevant lines into try/catch * build: enable babel transformation of background process * feat(save/saveas): enable save item to open save-as dialog on first save
* feat(expressions): adds `inputValue` as scope item the current control's value is now available on the scope variable `inputValue` in the expression editor, allowing for input feedback fixes #857 * refactor: export swap as named export and remove useless else * feat: add swap to expressions
* test: add playwright for e2e tests fix :#688 * test: add gallery search/module addition * test: fix gallery item locator * test: add waitUntilModVReady function * test: refactor waitUntilModVReady to reduce promise creation * test: refactor waitUntilModVReady to remove useless else * test: refactor waitUntilModVReady to remove useless if * test: tidy up * test: add preset generation test * test: add evaluateWorkerState * test: add new group test * test: fix typo * test: add test:e2e script to package.json * test: split group tests into their own file * test: add group enabled toggle test * test: improve backspace removes focused group * test: add group clearing and pipeline tests * test: add inheritance test * test: add alpha state test * test: add blend mode test * refactor: remove console.log * test: add group name test * test: consolidate name locators * test: add group rearrangement test * test: tidy up * test: fix scope * test: add input link test * test: split up test files to avoid worker overlap * test: remove unneeded reload and wait * test: remove useless code * test: remove unused deps * fix: update title to name and fix keyboard event * test: significantly speed up tests on slower machines * test: remove page.waitForTimeout
* refactor(font-control): uses native font enumeration slightly reduces jank when enumerating the font list.adds fuzzy searching to font list. updates electron. * refactor(font-control): moves font initialisation to modV setup Fixes bad SCSS rewrite from #583 * fix: scroll font-list to top when typing * fix: use font-family only
* fix(output-window): removes immediate setSize call window timings are tricky, occasionally the setSize call sets width and height to 0 * feat(window): prevent accidental close or reload of output window * fix: undo in-dev changes
🎉 This PR is included in version 3.28.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
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.
No description provided.