Skip to content

Releases: omnidotdev/sigil

v0.11.3

25 Oct 20:57
8424460
Compare
Choose a tag to compare

Patch Changes

v0.11.2

24 Oct 23:22
56aeb29
Compare
Choose a tag to compare

Patch Changes

v0.11.1

16 Oct 02:31
2b40e22
Compare
Choose a tag to compare

Patch Changes

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

v0.11.0

15 Oct 22:52
77fbad8
Compare
Choose a tag to compare

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

v0.10.10

12 Aug 01:32
6278d89
Compare
Choose a tag to compare

Patch Changes

v0.10.9

29 Jul 05:56
7c219ea
Compare
Choose a tag to compare

Patch Changes

v0.10.8

29 Jul 05:28
00916b6
Compare
Choose a tag to compare

Patch Changes

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

v0.10.7

27 Jul 22:57
5135105
Compare
Choose a tag to compare

Patch Changes

v0.10.6

27 Jun 02:59
eadae0e
Compare
Choose a tag to compare

Patch Changes

v0.10.5

24 Jun 04:07
739d6c2
Compare
Choose a tag to compare

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.