-
Notifications
You must be signed in to change notification settings - Fork 13
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 origin/main into origin/dev #56
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
daec425
docs: add product preview (#43)
yiiqii 6163433
build: 替换 pnpm-lock 中的 registry
yiiqii 9ac9aac
Merge pull request #46 from galacean/build/npm-registry
yiiqii 0acf9ed
build(deps-dev): bump typedoc from 0.25.3 to 0.25.4
dependabot[bot] 7cbf490
build(deps-dev): bump hammerjs and @types/hammerjs
dependabot[bot] 0f4ce98
build(deps-dev): bump rimraf from 3.0.2 to 5.0.5
dependabot[bot] ff6c570
build(deps-dev): bump vite-tsconfig-paths from 4.2.0 to 4.2.2
dependabot[bot] ae556a0
build(deps-dev): bump @commitlint/config-conventional
dependabot[bot] 394af8e
Merge pull request #48 from galacean/dependabot/npm_and_yarn/typedoc-…
yiiqii 4434a78
Merge pull request #49 from galacean/dependabot/npm_and_yarn/hammerjs…
yiiqii 52261df
Merge pull request #50 from galacean/dependabot/npm_and_yarn/rimraf-5…
yiiqii a93af8e
Merge pull request #51 from galacean/dependabot/npm_and_yarn/vite-tsc…
yiiqii 9248cc1
Merge pull request #52 from galacean/dependabot/npm_and_yarn/commitli…
yiiqii a245207
fix: render bugs caused by diff algorithm and pre-comp (#53)
RGCHN 74ef6c7
docs: changelog 1.1.2
yiiqii 35a94cf
Merge pull request #54 from galacean/docs/changelog-1.1.2
yiiqii a630241
Revert "build(deps-dev): bump rimraf from 3.0.2 to 5.0.5"
yiiqii 0e2d537
Merge pull request #55 from galacean/revert-50-dependabot/npm_and_yar…
yiiqii dae9252
Merge branch 'dev' into main
yiiqii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider incrementing
mask
after theisNaN
check to ensure it's only incremented when it has a valid number value.Committable suggestion