Skip to content

Releases: omnidotdev/sigil

v0.12.2

18 Dec 23:58
07642c5
Compare
Choose a tag to compare

Patch Changes

v0.12.1

14 Nov 04:43
6fc2080
Compare
Choose a tag to compare

Patch Changes

v0.12.0

14 Nov 04:17
49d00c9
Compare
Choose a tag to compare

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

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