-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
BREAKING(Object Stacking): 🔙 refactor logic to support Group 🔝 #8461
Merged
Merged
Changes from 48 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
4b46dd6
init
ShaMan123 4fc4319
Update collection.mixin.ts
ShaMan123 84a75de
types
ShaMan123 339e8c1
Update object_interactivity.mixin.ts
ShaMan123 76f26d6
Update object.class.ts
ShaMan123 82ded9b
Update collection.mixin.ts
ShaMan123 a97d170
Update group.class.ts
ShaMan123 b4e85c2
Update group.js
ShaMan123 305e9bd
Update CHANGELOG.md
ShaMan123 07fbc40
Update group.class.ts
ShaMan123 9f187cb
Squashed commit of the following:
ShaMan123 4fe445f
Update group.class.ts
ShaMan123 c36121d
migrate AS
ShaMan123 9ac6ec3
Update active_selection.class.ts
ShaMan123 a77f803
Update activeselection.js
ShaMan123 69f5c38
Update active_selection.class.ts
ShaMan123 4e8db1a
remove redundant deep clone
ShaMan123 2061e5b
Revert "Squashed commit of the following:"
ShaMan123 3523a0b
rename
ShaMan123 7510e6c
Update active_selection.class.ts
ShaMan123 05b7968
init
ShaMan123 099489c
typo
ShaMan123 18b85b3
Squashed commit of the following:
ShaMan123 45abc34
TS complaining
ShaMan123 806b6e7
fix(): `_onAfterObjectsChange`
ShaMan123 13f6613
port group changes from #7878
ShaMan123 2205224
Update CHANGELOG.md
ShaMan123 b3fb13e
Merge branch 'master' into ts-group
ShaMan123 68d2280
fix merge conflict
ShaMan123 7b33323
more cleanup
ShaMan123 971c4d3
cleanup
ShaMan123 6525025
Merge branch 'ts-group' into collection-stacking
ShaMan123 cf82a83
temporary fix
ShaMan123 e1cb367
checkout patternBrush
ShaMan123 c8b15fb
Merge branch 'ts-group' into collection-stacking
ShaMan123 e3de06a
Merge branch 'master' into collection-stacking
ShaMan123 da869a9
Merge branch 'master' into collection-stacking
ShaMan123 dac93c4
adapt tests
ShaMan123 3971f4f
not private
ShaMan123 c490d23
stupid TS
ShaMan123 ff8f040
Merge branch 'master' into collection-stacking
ShaMan123 aa63f84
dep(): object stacking
ShaMan123 53693f7
Merge branch 'master' into collection-stacking
ShaMan123 97195e7
cleanup merge
ShaMan123 b9fecd1
Merge branch 'master' into collection-stacking
ShaMan123 3ff4106
Merge branch 'master' into collection-stacking
ShaMan123 f39ae71
Merge branch 'master' into collection-stacking
ShaMan123 a766702
fix conflict
ShaMan123 098c9d7
fix typo that wasn't found by tests
ShaMan123 a5035fc
test intersecting
ShaMan123 1dc1b34
Merge branch 'master' into collection-stacking
ShaMan123 044d619
fixed conflicts
asturur 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 was deleted.
Oops, something went wrong.
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.
we can if we want send the indexes (from ,to) to this method. For now nothing uses it.
Perhaps for an event...