-
Notifications
You must be signed in to change notification settings - Fork 230
refactor: sub-package governance #2094
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
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
🦋 Changeset detectedLatest commit: a64b046 The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9af2f65 to
aa37c23
Compare
50abbe3 to
af6d64b
Compare
741a084 to
097ecf0
Compare
wang1212
added a commit
that referenced
this pull request
Dec 22, 2025
* refactor: sub-package governance (#2094) * refactor: sub-package governance * refactor: type error * refactor: merge @antv/g-plugin-canvas-path-generator into @antv/g-canvas * chore: remove legacy code * chore: fix build error * refactor: merge @antv/g-plugin-canvas-picker into @antv/g-canvas * refactor: merge @antv/g-plugin-image-loader into @antv/g-lite * refactor: merge @antv/g-plugin-html-renderer into @antv/g-lite * refactor: merge @antv/g-plugin-dom-interaction into @antv/g-lite * refactor: merge @antv/g-plugin-canvas-renderer into @antv/g-canvas * refactor: merge @antv/g-plugin-svg-picker into @antv/g-svg * refactor: merge @antv/g-plugin-svg-renderer into @antv/g-svg * refactor: merge @antv/g-plugin-mobile-interaction into @antv/g-lite * refactor: remove package @antv/g-layout-blocklike * refactor: remove package @antv/g-css-typed-om-api * refactor: remove package @antv/g-css-layout-api * refactor: merge @antv/g-plugin-canvaskit-renderer into @antv/g-canvaskit * refactor: merge @antv/g-image-exporter into @antv/g * refactor: merge @antv/g-mobile-canvas-element into @antv/g-mobile-canvas * refactor: remove package @antv/g-gesture * refactor: merge @antv/g-pattern into @antv/g * refactor: merge @antv/g-components into @antv/g * chore: update docs * chore: add changeset * chore(release): bump version (#2106) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
The overly fine-grained splitting of sub-packages has increased maintenance costs. Therefore, we address this issue by consolidating the necessary plugin sub-packages into the g / g-lite packages.
Merge into
@antv/g:@antv/g-camera-api@antv/g-web-animations-api@antv/g-image-exporter@antv/g-pattern@antv/g-componentsMerge into
@antv/g-lite:@antv/g-dom-mutation-observer-api@antv/g-plugin-image-loader@antv/g-plugin-html-renderer@antv/g-plugin-dom-interaction@antv/g-plugin-mobile-interactionMerge into
@antv/g-canvas:@antv/g-plugin-canvas-path-generator@antv/g-plugin-canvas-picker@antv/g-plugin-canvas-rendererMerge into
@antv/g-svg:@antv/g-plugin-svg-picker@antv/g-plugin-svg-rendererMerge into
@antv/g-canvaskit:@antv/g-plugin-canvaskit-rendererMerge into
@antv/g-mobile-canvas:@antv/g-mobile-canvas-elementDeleted packages (that are no longer maintained and have almost no downloads):
@antv/g-layout-blocklike@antv/g-css-typed-om-api@antv/g-css-layout-api@antv/g-gesture=>@antv/g-plugin-gesture📝 Changelog
☑️ Self Check before Merge