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

Release #1793

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Release #1793

merged 4 commits into from
Oct 22, 2024

Conversation

Aarebecca
Copy link
Contributor

@Aarebecca Aarebecca commented Oct 22, 2024

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / Document optimization
  • TypeScript definition update
  • Refactoring
  • Performance improvement
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

* chore: update release script

* chore: add script to mark current packages to latest
* test: add base perf test case

* refactor: remove CSSParsing support

* refactor: remove enableDataset support

* refactor: remove enableAttributeDashCased support

* refactor: remove useless methods of StyleValueRegistry

* feat: transform support array type

* refactor: simplify CSSProperty

* test: add test tsconfig and update test case

* fix: remove dom event listenser

* refactor: simpify utils

* refactor: optimize display-object, style-value-registry

* refactor: canvas support cleanUpOnDestroy config, fix memory leak after destroy

* refactor: event target remove 3.0 compatible

* feat: add fragment to support batch operations

* refactor: node foreach remove assign params

* refactor: scene graph service use shared variables

* fix: fix crash after node destroyed

* fix: fix parsedTransformToMat4 optimizer

* refactor: cancel animation frame after canvas destroy
Comment on lines +143 to +144
!isNaN(rBushNode.aabb.maxX) &&
!isNaN(rBushNode.aabb.maxX) &&

Check warning

Code scanning / CodeQL

Identical operands Warning

Operands
!isNaN( ... b.maxX)
and
!isNaN( ... b.maxX)
are identical.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@Aarebecca Aarebecca merged commit 9f2873c into next Oct 22, 2024
6 checks passed
@Aarebecca Aarebecca deleted the release branch October 22, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant