Skip to content

Releases: slingshot/paris

v0.16.2

17 Dec 21:35
eb47401

Choose a tag to compare

Patch Changes

  • 9e882cc: Added AI agent documentation files (AGENTS.md, CLAUDE.md, public/llms.txt) to help AI assistants work effectively with this codebase
  • 6c9a661: Bump Next.js to 14.2.35

v0.16.1

30 Oct 00:30
187c36c

Choose a tag to compare

Patch Changes

  • 5b48701: Input: add iOS zoom avoidance hack by using 16px size w/ 87.5% transform

v0.16.0

16 Oct 23:20
655bc51

Choose a tag to compare

Minor Changes

  • fa73931: Upgrades NextJS to v14 and Storybook to v8
  • fa73931: chore: Update @ssh/eslint-config and migrate to ESLint v9

Patch Changes

  • fa73931: fix(Card): Update Card and Cardbutton styles

v0.15.3

03 Sep 11:29
570b4dc

Choose a tag to compare

Patch Changes

  • ba3cf03: fix: Controlled state for Accordion
    feat: Add Card styles to CardButton

v0.15.2

29 Jul 18:14
e964c83

Choose a tag to compare

Patch Changes

  • 656978c: Checkbox: added panel variant

v0.15.1

03 Jun 21:36
d2dc893

Choose a tag to compare

Patch Changes

  • 26ddb63: Select: fixed rendering bug on listbox checkmark for selected options

v0.15.0

03 Jun 19:35
d43c9d9

Choose a tag to compare

Minor Changes

  • 5072392: Menu: refactored from dot notation to named exports, so new MenuButton, MenuItems, and MenuItem replaces Menu.Button, etc

Patch Changes

  • 5072392: Checkbox: new switch kind and hideLabel prop
  • 5072392: Select: multiselect listbox stays open for selecting multiple options
  • 5072392: Combobox: options dropdown opens initially on focus, can disable with hideOptionsInitially prop
  • 5072392: General: upgraded headlessui package to v2
  • 5072392: Menu, Select, Combobox: dropdowns now render as modal, meaning page scroll is locked

v0.14.2

14 May 21:25
b1b60c1

Choose a tag to compare

Patch Changes

  • 8252518: InformationalTooltip: Added overrides, and increased padding
  • 8252518: Menu: Item side padding from 16px to 14px

v0.14.1

05 May 21:08
9c6f160

Choose a tag to compare

Patch Changes

  • ffa4d0c: InformationalTooltip: Removed headingIcon prop
  • ffa4d0c: InformationalTooltip: Opens onClick for mobile support, new disableClick prop to disable that behavior

v0.14.0

02 May 21:20
a9d669c

Choose a tag to compare

Minor Changes

  • a805866: Select: added multiple prop to convert listbox into a multiselect

Patch Changes

  • fa49d95: Select: updated hover state for segemented control
  • fa49d95: InformationalTooltip: added defaultOpen prop, replacing previous open prop
  • fa49d95: InformationalTooltip: added exit animation, and animations use duration theme variables