Skip to content

Releases: godaddy/antares

@bento/use-props@0.2.3

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

Patch Changes

  • fix: correct tsdown migration issues and indeterminate checkbox group behavior

    • @bento/checkbox: rewrite indeterminate-group example to drive selection through the group's value/onChange exclusively, eliminating the mixed-control pattern that prevented data-value from settling. Update browser test to click the underlying input element so react-aria's press handler fires correctly.
    • @bento/types: point the types export entry to dist/index.d.mts to match the actual file emitted by tsdown for ESM-only packages.
    • @godaddy/antares: add explicit include to tsconfig.json so tsgo does not walk tsdown.config.ts and emit stray declaration files into sibling package source directories. (#205 by @rmarkins-godaddy)

@bento/radio@0.2.3

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

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

05 Jun 07:52
19c4a71

Choose a tag to compare

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's value/onChange exclusively, eliminating the mixed-control pattern that prevented data-value from settling. Update browser test to click the underlying input element so react-aria's press handler fires correctly.
    • @bento/types: point the types export entry to dist/index.d.mts to match the actual file emitted by tsdown for ESM-only packages.
    • @godaddy/antares: add explicit include to tsconfig.json so tsgo does not walk tsdown.config.ts and 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

30 Apr 21:29

Choose a tag to compare

Patch Changes

  • feat(LineChart): RTL support

    LineChart now 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 ancestor I18nProvider. 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 tickFormat output, and large numTicks values 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 under rtl so they mirror the writing direction.
    • BarChart in 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)

@bento/visually-hidden@0.1.1

18 Dec 16:31
0f8ba63

Choose a tag to compare

Patch Changes

Updated dependencies
  • @bento/slots@0.3.0
  • @bento/use-props@0.2.1