.. |
Accordion
|
fix(types): improve formatting of prop comments (#1779)
|
2023-07-23 12:25:44 -07:00 |
AspectRatio
|
fix(aspect-ratio): add missing "2x3" ratio value (#1276)
|
2022-04-30 09:14:18 -07:00 |
Breadcrumb
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
Breakpoint
|
chore(deps-dev): upgrade svelte-check to v4 (#2043)
|
2024-11-10 10:53:02 -08:00 |
Button
|
feat(ui-shell): support button tooltip in HeaderGlobalAction (#1894)
|
2024-03-07 20:37:58 -08:00 |
Checkbox
|
fix(inline-checkbox): bind indeterminate for Svelte 5 compatibility (#2045)
|
2024-11-10 11:50:41 -08:00 |
CodeSnippet
|
fix(code-snippet): showMoreLess={false} should hide button
|
2024-02-24 10:24:59 -08:00 |
ComboBox
|
fix(combo-box): fix types for on:clear (#2020)
|
2024-10-25 15:36:43 -07:00 |
ComposedModal
|
feat(typescript)!: support svelte 4 (#1773)
|
2023-07-19 09:44:56 -07:00 |
ContentSwitcher
|
fix: avoid using reserved $ for Svelte 5 compat
|
2024-03-06 22:49:27 -05:00 |
ContextMenu
|
fix(context-menu): prevent on:contextmenu default behavior only when opening menu (#1911)
|
2024-02-07 14:37:44 -08:00 |
CopyButton
|
fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311)
|
2022-05-22 12:39:53 -07:00 |
DataTable
|
Loosen empty table row header key
|
2024-11-11 21:02:32 -08:00 |
DatePicker
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
Dropdown
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
FileUploader
|
fix(file-uploader-button): clear value by setting to "" instead of null (#1812)
|
2023-09-30 08:41:14 -07:00 |
FluidForm
|
fix(types): add missing $$restProps for Checkbox , Filename , FluidForm (#1655)
|
2023-02-11 13:50:01 -05:00 |
Form
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
FormGroup
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
FormItem
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
FormLabel
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
Grid
|
Add padding prop to Grid component (#420)
|
2020-11-27 04:08:30 -08:00 |
icons
|
fix: use correct View icon [ci skip]
|
2022-04-03 12:15:56 -07:00 |
ImageLoader
|
fix(image-loader): updated src should update the image
|
2024-02-24 13:40:02 -08:00 |
InlineLoading
|
fix(loading)!: remove redundant description label (#1783)
|
2023-07-23 14:07:55 -07:00 |
Link
|
fix(link)!: do not render p for disabled link
|
2024-03-06 22:49:27 -05:00 |
ListBox
|
fix(types): improve e.detail type for dispatched events (#1907)
|
2024-02-01 10:56:34 -05:00 |
ListItem
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
Loading
|
fix(loading)!: remove redundant description label (#1783)
|
2023-07-23 14:07:55 -07:00 |
LocalStorage
|
fix(types): dispatched events without a detail value should be null (#1124)
|
2022-02-21 09:42:42 -08:00 |
Modal
|
feat(typescript)!: support svelte 4 (#1773)
|
2023-07-19 09:44:56 -07:00 |
MultiSelect
|
fix(multi-select): avoid cyclic dependency for Svelte 5 compatibility (#2034)
|
2024-11-09 14:53:46 -08:00 |
Notification
|
fix(toast-notification): fire on:clear from timeout correctly
|
2024-02-25 13:38:46 -08:00 |
NumberInput
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
OrderedList
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
OverflowMenu
|
fix: address Svelte 5 warnings (#2011)
|
2024-10-24 07:43:10 -07:00 |
Pagination
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
PaginationNav
|
fix(pagination-nav): set button type="button" to prevent form submission (#1846)
|
2023-11-18 10:18:42 -08:00 |
Popover
|
refactor: use style directive where applicable (#1760)
|
2023-07-23 12:26:46 -07:00 |
ProgressBar
|
feat(progress-bar): add status prop (#1560)
|
2023-02-19 12:34:41 -05:00 |
ProgressIndicator
|
fix: avoid using reserved $ for Svelte 5 compat
|
2024-03-06 22:49:27 -05:00 |
RadioButton
|
fix(radio-button): allow value type to be a number (#1868)
|
2023-12-17 09:42:28 -08:00 |
RadioButtonGroup
|
fix(radio-button): allow value type to be a number (#1868)
|
2023-12-17 09:42:28 -08:00 |
RecursiveList
|
feat(recursive-list): rename children prop to nodes for Svelte 5 compatibility
|
2024-11-09 14:50:44 -08:00 |
Search
|
fix(search): collapse expandable search if value is falsy (#1987)
|
2024-08-08 12:36:28 -07:00 |
Select
|
fix(select-item): export class and style props (#1840)
|
2023-11-07 18:58:45 -08:00 |
SkeletonPlaceholder
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
SkeletonText
|
fix(skeleton-text): fix reactivity in paragraph variant (#1794)
|
2023-08-26 10:19:37 -07:00 |
Slider
|
fix(slider): dispatch on:input event (#1906)
|
2024-02-10 20:44:39 -08:00 |
StructuredList
|
fix(types): improve e.detail type for dispatched events (#1907)
|
2024-02-01 10:56:34 -05:00 |
Tabs
|
fix(types): improve e.detail type for dispatched events (#1907)
|
2024-02-01 10:56:34 -05:00 |
Tag
|
feat(typescript)!: support svelte 4 (#1773)
|
2023-07-19 09:44:56 -07:00 |
TextArea
|
fix(text-area): type value prop as nullable (#1933)
|
2024-08-09 05:55:30 -07:00 |
TextInput
|
fix: address Svelte 5 warnings (#2011)
|
2024-10-24 07:43:10 -07:00 |
Theme
|
fix(theme): Theme correctly imports toggle , select props (#2019)
|
2024-10-25 14:56:59 -07:00 |
Tile
|
fix(radio-button-group): strongly type dispatched change/select events (#1819)
|
2023-10-03 11:23:17 -07:00 |
TimePicker
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
Toggle
|
refactor: use style directive where applicable (#1760)
|
2023-07-23 12:26:46 -07:00 |
Tooltip
|
refactor: use style directive where applicable (#1760)
|
2023-07-23 12:26:46 -07:00 |
TooltipDefinition
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
TooltipIcon
|
refactor: use style directive where applicable (#1760)
|
2023-07-23 12:26:46 -07:00 |
TreeView
|
feat(treeview)!: rename children prop to nodes for Svelte 5 compatibility
|
2024-11-09 14:53:02 -08:00 |
Truncate
|
breaking(actions): move truncate action to src/Truncate (#1224)
|
2022-04-02 12:04:33 -07:00 |
UIShell
|
fix(header-action): allow vertical scroll when expanded (#1992)
|
2024-08-13 09:57:31 -07:00 |
UnorderedList
|
chore(a11y): ignore svelte@4 a11y warnings (#1769)
|
2023-07-13 10:50:51 -07:00 |
index.js
|
breaking(actions): move truncate action to src/Truncate (#1224)
|
2022-04-02 12:04:33 -07:00 |