Closed carbonrobot closed 2 weeks ago
Latest commit: 25ed241b4f7e43ef744826ee9ea32e9ec04b3d73
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
victory | ✅ Ready (Inspect) | Visit Preview | Nov 7, 2024 9:25pm |
Looks like a few places have control
set to "string"
, but I think it should be "text"
Updated the types, fixed warnings, and corrected the VictoryLabel
doc which listed props that were not actually defined on VictoryLabelProps
.
Split storybook stories into individual files for easier maintenance and faster HMR. Improves the development experience by correct Types and Auto gen controls for props.
Previous format
New format