carbon-components-svelte/src
2024-04-29 22:04:18 -07:00
..
Accordion fix(accordion-item): fix internal typing 2024-04-21 14:36:29 -07:00
AspectRatio feat(aspect-ratio)!: integration with v11 (#1955) 2024-04-21 11:14:52 -07:00
Breadcrumb feat(breadcrumb)!: integrate Breadcrumb with v11 (#1956) 2024-04-21 12:14:51 -07:00
Breakpoint feat(breakpoint): integrate Breakpoint with v11 (#1957) 2024-04-21 12:35:14 -07:00
Button fix(button): apply layout class so sizes work 2024-03-31 10:39:35 -07:00
Checkbox chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07:00
CodeSnippet refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
ComboBox feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
ComposedModal feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
ContentSwitcher feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
ContextMenu refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
CopyButton fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311) 2022-05-22 12:39:53 -07:00
DataTable feat(data-table): pass row to display function (#1810) 2023-10-01 10:19:13 -07:00
DatePicker feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Dropdown feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
FileUploader feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05: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
Heading feat(heading): add Heading and Section components (#1961) 2024-04-21 14:27:26 -07:00
icons fix: use correct View icon [ci skip] 2022-04-03 12:15:56 -07:00
ImageLoader refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
InlineLoading feat(loading): integrate Loading, InlineLoading with v11 2024-04-23 22:27:16 -07:00
Layer feat(layer): first pass at Layer component (#1932) 2024-03-23 15:30:32 -07:00
Link feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
ListBox feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
ListItem feat(list)!: integrate OrderedList, UnorderedList with v11 (#1959) 2024-04-21 13:15:44 -07:00
Loading feat(loading): integrate Loading, InlineLoading with v11 2024-04-23 22:27:16 -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 feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Notification refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
NumberInput feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
OrderedList feat(list)!: integrate OrderedList, UnorderedList with v11 (#1959) 2024-04-21 13:15:44 -07:00
OverflowMenu feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05: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 feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
ProgressBar feat(progress-bar): add status prop (#1560) 2023-02-19 12:34:41 -05:00
ProgressIndicator chore(a11y): ignore svelte@4 a11y warnings (#1769) 2023-07-13 10:50:51 -07: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): integrate RecursiveList with v11 (#1960) 2024-04-21 14:36:21 -07:00
Search feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Select feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05: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 refactor: use style directive where applicable (#1760) 2023-07-23 12:26:46 -07:00
Stack feat(stack): add Stack component (#1963) 2024-04-21 21:19:12 -07:00
StructuredList feat(structured-list)!: integration StructuredList with v11 (#1965) 2024-04-22 22:33:05 -07:00
Tabs feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Tag feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
TextArea feat(text-area)!: integrate TextArea with v11 (#1967) 2024-04-29 21:50:33 -07:00
TextInput feat(text-input-skeleton)!: remove forwarded events, props 2024-04-29 22:04:18 -07:00
Theme feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Tile fix(radio-button-group): strongly type dispatched change/select events (#1819) 2023-10-03 11:23:17 -07:00
TimePicker feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Toggle feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05: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!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
Truncate feat(truncate): integrate Truncate with v11 (#1958) 2024-04-21 12:58:38 -07:00
UIShell feat!: initial pre-release - Carbon v11 styles (#1881) 2024-01-12 13:45:09 -05:00
UnorderedList feat(list)!: integrate OrderedList, UnorderedList with v11 (#1959) 2024-04-21 13:15:44 -07:00
index.js feat(stack): add Stack component (#1963) 2024-04-21 21:19:12 -07:00