Version Packages - #910
Merged
Merged
Conversation
commit: |
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
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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
layerchart@2.4.0
Minor Changes
feat(Axis): Add
tickOcclusionto drop ticks whose labels would overlap, measured at the size they render (including rotation), withpriorityof'end'(default),'start', or'start-end'to choose which survive (#909)feat(utils): Add
rotateand multiline support togetTextRect, so a rotated or stacked<Text>can be measured foroccludewithout the caller reproducing<Text>'s pivot (#909)Patch Changes
fix(Area): Apply
mask,filter, andclip-pathto thelinepath as well as the fill (unless overrideden byline={{...}}) (#909)fix(Calendar): Adjust month labels after recent Text verticalAnchor improvements (#909)
fix(Calendar): Size cells to fit
monthPath, which can extend past the last cell when the range ends mid-month (#909)perf(Chart): Measure the container before building the subtree, so marks are only built once (#909)
fix(downloadImage, downloadSvg): Inline
stop-color/stop-opacityso gradients don't export as solid black (#909)fix(Chart): Return
undefinedfromxGet/yGetwhen that axis has no accessor, instead of throwingaccessor is not a function(#909)fix(Spline, Area): Animate each path when the mark is split by
z, whichmotionpreviously skipped — segments split by a style function are still redrawn outright (#909)fix(Path, Spline): Render
endContentwithout adrawtransition (#909)