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

Some fixes for 5.4.0 #7015

Merged
merged 3 commits into from
Nov 22, 2020
Merged

Some fixes for 5.4.0 #7015

merged 3 commits into from
Nov 22, 2020

Conversation

andrewstart
Copy link
Collaborator

Fixes #7009 and part of #7013 (the rest of that is fixed by #7006).

For the OffscreenCanvas change, I realized that bailing early would prevent the non-style cursor functionality from working, so changed it to be a more targeted check.

@andrewstart andrewstart added this to the v5.4.0 milestone Nov 18, 2020
@andrewstart andrewstart linked an issue Nov 18, 2020 that may be closed by this pull request
@codecov-io
Copy link

codecov-io commented Nov 18, 2020

Codecov Report

Merging #7015 (0635278) into dev (a39b546) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #7015   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          671       671           
=========================================
  Hits           671       671           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a39b546...0635278. Read the comment docs.

Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @andrewstart!

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Nov 19, 2020
@bigtimebuddy bigtimebuddy merged commit 2b86ef8 into dev Nov 22, 2020
@bigtimebuddy bigtimebuddy deleted the as-5.4.0-fixes branch November 22, 2020 00:02
@bigtimebuddy
Copy link
Member

Thanks @andrewstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5.4.0-rc.2 Text type issues 5.4.0-rc2 OffscreenCanvas issue
4 participants