carbon-components-svelte/src
metonym 8d3ac75170
feat(file-uploader-drop-container): rework FileUploaderDropContainer (#1125)
- convert `FileList` to `File[]` to be consistent with `FileUploader` and `FileUploaderButton`
- add `files` prop for two-way binding
- dispatch instead of forward the `change` event (detail signature: `File[]`)
2022-02-21 13:33:11 -08:00
..
Accordion Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
AspectRatio Align v10.33 (#619) 2021-04-30 17:08:09 -07:00
Breadcrumb Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Breakpoint Breakpoint (#733) 2021-07-07 12:40:06 -07:00
Button fix(button): not set aria-pressed on link buttons (#1091) 2022-02-12 06:47:53 -08:00
Checkbox fix(checkbox): fix two-way binding (#1042) 2022-01-26 19:04:32 -08:00
CodeSnippet fix(code-snippet): remove whitespace from pre tag (#1088) 2022-02-11 16:56:46 -08:00
ComboBox Type id as any in ComboBox, Dropdown, MultiSelect (#1019) 2022-01-20 18:50:36 -08:00
ComposedModal feat(modal): support primaryButtonIcon prop (#1047) 2022-01-29 09:35:08 -08:00
ContentSwitcher fix(content-switcher): Switch should have type="button" (#1104) 2022-02-18 06:12:28 -08:00
ContextMenu Revert "Refactor prop types to omit redundant null for null | HTMLElement types" (#1008) 2022-01-14 11:29:37 -10:00
Copy chore(deps-dev): upgrade prettier-plugin-svelte (#498) 2021-01-27 15:02:02 -08:00
CopyButton Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
DataTable fix(data-table): pass header key to TableHeader (#1114) 2022-02-21 08:33:41 -08:00
DatePicker Align 10.51 (#1021) 2022-01-22 08:02:24 -08:00
Dropdown Type id as any in ComboBox, Dropdown, MultiSelect (#1019) 2022-01-20 18:50:36 -08:00
FileUploader feat(file-uploader-drop-container): rework FileUploaderDropContainer (#1125) 2022-02-21 13:33:11 -08:00
FluidForm fix(fluid-form): forward missing events (#583) 2021-03-28 12:10:51 -07:00
Form feat(form): add ref prop (#900) 2021-11-10 19:46:14 -08:00
FormGroup Set a condition for showing legend in FormGroup (#785) 2021-09-05 13:25:32 -07:00
FormItem Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
FormLabel Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Grid Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
Icon fix(types): use @component comments for deprecation notices (#1111) 2022-02-19 18:50:25 -08:00
icons Align 10.51 (#1021) 2022-01-22 08:02:24 -08:00
ImageLoader fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
InlineLoading hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Link Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
ListBox fix(multi-select): ListBoxField should not prevent default keyboard behavior (#1101) 2022-02-18 15:54:00 -08:00
ListItem Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Loading chore(deps-dev): upgrade prettier-plugin-svelte (#498) 2021-01-27 15:02:02 -08:00
LocalStorage fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Modal feat(modal): support primaryButtonIcon prop (#1047) 2022-01-29 09:35:08 -08:00
MultiSelect fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Notification fix(types): use @component comments for deprecation notices (#1111) 2022-02-19 18:50:25 -08:00
NumberInput breaking(number-input): align change, input events with native input behavior (#1053) 2022-01-30 09:01:51 -08:00
OrderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
OverflowMenu fix(overflow-menu): keyboard navigation should skip disabled items (#1096) 2022-02-12 15:43:45 -08:00
Pagination Correct page number when dispatching update (#911) 2021-11-18 07:41:33 -08:00
PaginationNav hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Popover hotfix(popover): manually apply relative style if relative is true (#915) 2021-11-18 07:28:40 -08:00
ProgressBar Export id in ProgressBar, add UX animated progress bar example (#732) 2021-07-07 10:08:03 -07:00
ProgressIndicator Align 10.51 (#1021) 2022-01-22 08:02:24 -08:00
RadioButton Add required prop to RadioButton. (#1035) 2022-01-22 09:05:41 -08:00
RadioButtonGroup Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
RecursiveList RecursiveList (#717) 2021-07-05 08:43:48 -07:00
Search fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Select Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
SkeletonPlaceholder Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
SkeletonText Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Slider Align 10.51 (#1021) 2022-01-22 08:02:24 -08:00
StructuredList fix(structured-list): override overfow-y to be visible (#1107) 2022-02-18 15:54:23 -08:00
Tabs Modify click events to prevent navigation. (#946) 2021-12-28 12:59:26 -08:00
Tag Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
TextArea fix(text-area): export readonly prop (#1043) 2022-01-26 19:19:49 -08:00
TextInput fix: slottable labelText should correctly render (#1110) 2022-02-19 18:24:26 -08:00
Theme feat(theme): add Theme (#741) 2021-07-10 16:00:03 -07:00
Tile Update TileGroup on programmatic selection change. (#971) 2022-01-08 09:24:33 -08:00
TimePicker fix(label-text): correctly render "labelText" slots (#949) 2021-12-28 12:59:33 -08:00
Toggle Make Toggle labels slottable (#1002) 2022-01-12 16:43:27 -10:00
ToggleSmall fix(types): use @component comments for deprecation notices (#1111) 2022-02-19 18:50:25 -08:00
Tooltip fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
TooltipDefinition fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
TooltipIcon Omit explicit "from carbon-icons-svelte" from icon prop definitions (#866) 2021-10-20 13:48:52 -07:00
TreeView Revert "Refactor prop types to omit redundant null for null | HTMLElement types" (#1008) 2022-01-14 11:29:37 -10:00
Truncate Alignment with Carbon version 10.29 (#529) 2021-02-19 16:08:16 -08:00
UIShell fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
UnorderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
index.js feat(theme): add Theme (#741) 2021-07-10 16:00:03 -07:00