Skip to content

Latest commit

 

History

History
320 lines (173 loc) · 22.1 KB

CHANGELOG.md

File metadata and controls

320 lines (173 loc) · 22.1 KB

@omnidev/sigil

0.12.3

Patch Changes

0.12.2

Patch Changes

0.12.1

Patch Changes

0.12.0

Minor Changes

  • #132 f3bd97d Thanks @coopbri! - BREAKING: Replace displayClearTrigger in Combobox and Select with clearTrigger React node render. This was done to maintain consistency with the rest of the Sigil components, e.g. TagsInput

Patch Changes

0.11.3

Patch Changes

0.11.2

Patch Changes

0.11.1

Patch Changes

  • #120 00ef25c Thanks @hobbescodes! - Allow customization of Combobox async data fetch preloading via preloadItems prop

0.11.0

Minor Changes

  • #116 257fca9 Thanks @coopbri! - BREAKING: remove items in favor of Ark v4 collection API for Select and Combobox

Patch Changes

  • #116 257fca9 Thanks @coopbri! - Avatar: only render if a valid image source (imageSrc prop) is passed, add 'no-referrer' referrer policy

  • #116 257fca9 Thanks @coopbri! - Add hidden inputs and composable props to ColorPicker, FileUpload, PINInput, Rating, SegmentGroup, Slider, and Switch

  • #116 257fca9 Thanks @coopbri! - Export FileUpload subcomponents

0.10.10

Patch Changes

0.10.9

Patch Changes

0.10.8

Patch Changes

  • #104 273ffb2 Thanks @coopbri! - Initiate Combobox input value with Combobox root default value, if supplied

0.10.7

Patch Changes

0.10.6

Patch Changes

0.10.5

Patch Changes

  • #95 bd9628a Thanks @coopbri! - Remove default placeholder on Select and Combobox

  • #95 bd9628a Thanks @coopbri! - Fix Panda style props not being injected into component props

  • #95 bd9628a Thanks @coopbri! - Fix Combobox input value change handler composition. Previously, passing onInputValueChange would override the built-in handler, causing filtering to not work correctly. This update combines the logic of the built-in handler and any passed in handler.

0.10.4

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

  • #89 cb907ec Thanks @coopbri! - Allow overriding Popover close trigger render via the closeTrigger prop

0.10.1

Patch Changes

  • #87 c5bb92f Thanks @coopbri!
    • Updated Popover
      • Added subcomponent prop composition
      • Added children support
      • Made title and description props optional

0.10.0

Minor Changes

  • #84 f30bc13 Thanks @coopbri!
    • BREAKING: Change Switch children prop to label
    • BREAKING: Change TreeView child and MenuItem id prop to value to match Ark upstream
    • Make label prop optional on TabsInput
    • Refine Toaster API and added styled variants (base, info (default), loading, success, warning, error)
    • Add Keyboard ghost variant
    • Add colorPalette support to Combobox, PINInput, Pagination, Select, and TreeView
    • Add displayFieldLabel, displayGroupLabel, and displayClearTrigger props to Combobox and Select
    • Add subcomponent prop composition to Accordion, Checkbox, ColorPicker, Combobox, Dialog, Drawer, Menu, NumberInput, Pagination, RadioGroup, Select
    • Add clear triggers to Combobox and Select which clear the selected/entered value
    • Update Skeleton color to be easier to see on both light and dark modes
    • Add margin to Alert icon
    • Set pointer cursor on ColorPicker swatch trigger
    • Tighten RadioGroup styles (reduce spacing)
    • Set default cursor when readOnly is passed to Rating
    • Fix Dialog animations not working
    • Prevent text wrapping in code and keyboard recipes

0.9.1

Patch Changes

  • #77 7ac917d Thanks @coopbri! - Fix Dialog DOM nesting validation by adding asChild prop to triggers

0.9.0

Minor Changes

Patch Changes

0.8.0

Minor Changes

0.7.0

Minor Changes

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.0

Minor Changes

Patch Changes

0.4.0

Minor Changes

Patch Changes

0.3.0

Minor Changes

  • #28 1c25e59 Thanks @coopbri! - Add FileUpload component for uploading files in a dropzone

Patch Changes

  • #29 431d0ec Thanks @coopbri! - Make trigger-enabled components conditionally render trigger only if passed (Drawer, HoverCard, Menu, Popover, Tooltip)

  • #26 ba71618 Thanks @coopbri! - Improve legibility of text selection (highlight) styles

  • #29 431d0ec Thanks @coopbri! - Update style recipes for accordion, checkbox, dialog, and drawer

  • #29 431d0ec Thanks @coopbri! - Improve ability to customize and compose Accordion

0.2.1

Patch Changes

  • #20 dc54771 Thanks @coopbri! - Fix type errors in breakpoint hooks preventing type declaration file emission

0.2.0

Minor Changes

  • #16 5a7cb87 Thanks @coopbri!
    • Add Link component
    • Update brand colors and semantic tokens
    • Add default color token to each color scale
    • Add styles for indeterminate checkbox state
    • Update accordion and code style recipes

0.1.1

Patch Changes

0.1.0

Minor Changes