-
-
Notifications
You must be signed in to change notification settings - Fork 929
Release - v2.3.0 #3016
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
Merged
Merged
Release - v2.3.0 #3016
Conversation
This file contains hidden or 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
Bumps the normal group with 1 update: [glob](https://github.com/isaacs/node-glob). Updates `glob` from 11.0.1 to 11.0.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: normal ... Signed-off-by: dependabot[bot] <[email protected]>
Don't merge this yet. Blocked on JAForbes/pr-release#373. |
Signed-off-by: Claudia Meadows <[email protected]>
This makes it clear that the event listener is being called but redraw is not being called.
Signed-off-by: Claudia Meadows <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
minor
patch
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.
Release v2.3.0
Changelog
Minor Changes
feat: Make redraws when Promises returned by event handlers are completed (@kfule)
This PR allows redraw on completion of the async event handler. This PR makes redraws when Promises returned by event handlers are completed.
Patch Changes
Allow additional async redraw even if the first redraw is skipped (@kfule)
This PR allows asynchronous redraw processing even if the first redraw is skipped by setting
event.redraw=false
before await in the async function.Bump glob from 11.0.1 to 11.0.2 in the normal group (@dependabot[bot])
Bumps the normal group with 1 update: glob. Updates
glob
from 11.0.1 to 11.0.2. Commits. fd61f24 11.0.2.Fix badge for build status (@kfule)
The URL for the Shields.io badge for build status has been corrected.