-
Notifications
You must be signed in to change notification settings - Fork 1.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
chore: update next
branch
#1063
Merged
Conversation
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
fix(transform): fix `invTransform` may not be reset when updating transform
chore: merge branch 'master' into 'release' for v5.4.4
chore: add release for v5.4.4
fix(svg): fix assigning style attribute does not work when CSP is enforced
…`Painter#insertLayer` when it doesn't exist
fix(canvas): fix potential NPE in canvas pattern dirty callback handler
fix: add `lib/all.js` to sideEffects
feat(matrix): allow rotating relative to a point different than the origin
fix(env): fix env detection compatibility in node v21.1.0
feat(ssr): add emphasis style in ssr css apache/echarts#18334
fix(svg): duplicate id for background rect with multiple charts
…dispose Signed-off-by: yechunxi <[email protected]>
fix: avoid errors when executing unfinished operations after dispose
… function `truncateText` optional. resolves apache/echarts#19447
…bute fix(svg): skip to set SSR attributes with `undefined` values
fix(type): make the last two parameters `ellipsis` & `options` of the function `truncateText` optional
…sage in customization module scenario. See apache/echarts#19513
feat: change to default ESM package. For developer testing and node usage in customization module scenario.
Merge master to release
fix: fix lint problems and add ci workflow; invTransform NPE due to #1011
…nize wildcard that not at the end of the patter string (e.g. "exports: {"./*.js": "xxx"}"). (2) Add readme to package.json.
Fix package.json exports
fix: silent should not be depend on ignoreClip
chore: fix a few typos
chore(workflow): update actions/checkout + actions/setup-node to v4
chore: release 5.5.0
chore: merge release to master after releasing 5.5.0
Ovilia
approved these changes
Feb 1, 2024
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.
Merge
master
intonext
- The currentnext
branch is quite out of date. It may affect the publishing of the nightly version.