- Svelte 5 upgrade
- IconMessage
icon
prop only supports a Component now. Theicon
slot/snippet is removed. - HyvorBar now supports
config.name
for a custom name, andproduct="core"
for core colors
<HyvorBar>
component added- Callout
title
prop - Navlink disabled state
- Document component added to marketing
on:change
event in Slider Component
- Slider component added
- ColorPicker show export, fix onclick
- ActionItem selectionAlign added
- button conditional slots (margin fixed)
- confirm():
autoClose
property - confirm() now returns an OBJECT, not true, on success to support manual loading and closing operations
- Improved dot types for I18n
- Pass context down to I18n elements
- I18n type safety, dot notation, etc.
- Nav category icon
- TextInput wrapper changed to for better accessibility and semantics
- TextInput input height 100%
- key param in is now reactive
- role="dialog" and role="alertdialog" for Modal component
- id property added to Modal component, with aria-labelledby and aria-describedby props
- role="alert" (default) to Validation component
- Rest Props sent to other FormControl components
- i18n.t() added
- element support added to i18n strings
- t() function added for i18n
- Added i18n
- Mobile-friendly docs
- Table of Contents - Docs
- Fixed dependency issue with svelte-awesome-color-picker
- Color picker: native picker removed
- JSON support in CodeBlock
- Callout line height fix
- YAML support in CodeBlock
- ActionListItem disabled state
- Button invisible disabled state
- DocsImage added
- .hds-container global class
- Button accent, invisible text color fix
- Tooltip content changed to inline-flex, transition fade added
- Action list, checkbox disabled states added
- IconButton
input
color added - IconButton
fill-light
,accent
color changed to be lighter
- IconMessage layout fixes
- Base refactor
- Modal loading state
- Modal footer prop
- Fix textarea enter bug
- Toast z-index change
- Column prop in split control added
- Tooltip disabled state
- Nav tab state update fix
- Split Control flex prop
- Load Button added
- Icon Message added
- Icon Button fill, fill-light, and disabled
- contentProps in confirm()
- Modal closing bug fixed
- await confirm() added
- Modal overflow - align to top when large
- Button fill-light
- Tag disabled state
- var(--orange) color update
- TextInput blur bug fixed
- Forward the inner input/button/textarea elements via a prop
- added Modal title slot
- added color picker
- button colors/variants (BREAKING)
- tooltip z-index fix
- input size matches button size
- Added loader state
- Changed icon button color/variant props
- Added number size to icon button
- Changed input color
- Added x-small text input size
- Added textarea slots
- Fixed input dark mode color
- Added oninput events to TextInput and Textarea
- Added tab nav
- Added color="accent" to
- Added custom colors to
- Moved .hds-box class to index.css
- Added fill prop to Tag
- Added $$restProps to Tag
- Fixed exporting component
- Added component
- NavLink align-items:center
- Added .hds-box class
- Fixed Toast message pointer events issue fixed
- Upgrade to sveltekit 2.0
- Button disabled state
- Local code block styles
- Footer export and docs
- Header mobile friendly
- Fix TextInput value not binding bug
- Change Tooltip wrap display to inline
- Pass props down to Tooltip
- Adds Modal