Releases: godaddy/antares
@bento/use-props@0.2.3
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
Updated dependencies
- @bento/types@0.1.1
@bento/types@0.1.1
Patch Changes
-
fix: correct tsdown migration issues and indeterminate checkbox group behavior
@bento/checkbox: rewrite indeterminate-group example to drive selection through the group'svalue/onChangeexclusively, eliminating the mixed-control pattern that preventeddata-valuefrom settling. Update browser test to click the underlyinginputelement so react-aria's press handler fires correctly.@bento/types: point thetypesexport entry todist/index.d.mtsto match the actual file emitted by tsdown for ESM-only packages.@godaddy/antares: add explicitincludetotsconfig.jsonso tsgo does not walktsdown.config.tsand emit stray declaration files into sibling package source directories. (#205 by @rmarkins-godaddy)
@bento/radio@0.2.3
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
- @bento/input@0.1.1
@bento/pressable@0.1.5
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
@bento/listbox@0.2.2
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
- using react-aria-components 1.18.0 with new features for calendar and date picker components (#199 by @egaitan-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
@bento/input@0.1.1
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
@bento/focus-lock@0.0.3
Patch Changes
- feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
@bento/checkbox@0.2.3
Patch Changes
-
feat(antares): add drawer, inline-drawer, also dep fixes for react-aria and react-aria-compoennts (#186 by @rmarkins-godaddy)
-
fix: correct tsdown migration issues and indeterminate checkbox group behavior
@bento/checkbox: rewrite indeterminate-group example to drive selection through the group'svalue/onChangeexclusively, eliminating the mixed-control pattern that preventeddata-valuefrom settling. Update browser test to click the underlyinginputelement so react-aria's press handler fires correctly.@bento/types: point thetypesexport entry todist/index.d.mtsto match the actual file emitted by tsdown for ESM-only packages.@godaddy/antares: add explicitincludetotsconfig.jsonso tsgo does not walktsdown.config.tsand emit stray declaration files into sibling package source directories. (#205 by @rmarkins-godaddy)
Updated dependencies
- @bento/use-props@0.2.3
- @bento/input@0.1.1
@godaddy/antares@0.1.1
Patch Changes
-
feat(LineChart): RTL support
LineChartnow follows the current layout direction (LTR or RTL). By default the direction is detected automatically from the browser or system settings, and it can also be controlled by wrapping the chart in an ancestorI18nProvider. When the direction is RTL, the X-axis reverses, the Y-axis renders on the inline-end edge, and tick labels and the tooltip dismiss strip mirror to match the writing direction. See the new "Right-to-Left" example in the LineChart README. (#169 by @rmojica-godaddy) -
fix(BarChart, LineChart): axis margins now follow the labels that actually render
- Axis margins are measured from the rendered tick labels, so long labels, custom
tickFormatoutput, and largenumTicksvalues no longer overflow the plot area or get clipped by the container. - When labels need more room than the container provides, the chart grows past the viewport and the parent scrolls instead of squeezing or cropping.
xLabelsOrientation="auto"(the default) is driven by the same measurements: X-axis labels flip vertical as soon as the horizontal layout would collide with the Y-axis, and rotate clockwise underrtlso they mirror the writing direction.BarChartin RTL: plot area, axis backdrops, and tooltip placement now agree — fixes a horizontal offset where the right-side Y-axis backdrop and tooltip arrow pointed at the wrong column.- Raised
BarChart's minimum height so bottom-axis tick marks render fully on short containers. (#161 by @rmojica-godaddy)
- Axis margins are measured from the rendered tick labels, so long labels, custom
@bento/visually-hidden@0.1.1
Patch Changes
Updated dependencies
- @bento/slots@0.3.0
- @bento/use-props@0.2.1