Releases: omnidotdev/sigil
v0.11.3
v0.11.2
Patch Changes
-
#123
9b51feb
Thanks @hobbescodes! - AddtriggerProps
toTooltip
component -
#123
9b51feb
Thanks @hobbescodes! - AddpositionerProps
toTooltip
component
v0.11.1
Patch Changes
- #120
00ef25c
Thanks @hobbescodes! - Allow customization ofCombobox
async data fetch preloading viapreloadItems
prop
v0.11.0
Minor Changes
- #116
257fca9
Thanks @coopbri! - BREAKING: removeitems
in favor of Ark v4collection
API forSelect
andCombobox
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 toColorPicker
,FileUpload
,PINInput
,Rating
,SegmentGroup
,Slider
, andSwitch
-
#116
257fca9
Thanks @coopbri! - ExportFileUpload
subcomponents
v0.10.10
v0.10.9
v0.10.8
v0.10.7
v0.10.6
Patch Changes
-
#98
850f3af
Thanks @coopbri! - FixSwitch
not having styles applied due to not being tracked from recipe -
#98
850f3af
Thanks @coopbri! - Fix recipe variant props not being injected into component roots -
#98
850f3af
Thanks @coopbri! - BREAKING: RemoveButton
link variant -
#98
850f3af
Thanks @coopbri! - Use virtual color (colorPalette
) in link recipe
v0.10.5
Patch Changes
-
#95
bd9628a
Thanks @coopbri! - Remove default placeholder onSelect
andCombobox
-
#95
bd9628a
Thanks @coopbri! - Fix Panda style props not being injected into component props -
#95
bd9628a
Thanks @coopbri! - FixCombobox
input value change handler composition. Previously, passingonInputValueChange
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.