carbon-components-svelte/src
Eric Liu c02b4738bc
fix: resolve a11y warnings from Svelte version 3.58 (#1732)
* chore(deps-dev): upgrade svelte to 3.58

* chore(a11y): ignore false positives

Referencing the upstream Carbon React implementation, these warnings can be ignored.

* fix(list-box-menu-item): set `tabindex` to `-1`

* chore: fix `tabindex` capitalization

The Svelte Language server does not detect `tabIndex` as a valid attribute.

Note, however, that `tabIndex` is correct when using it in JavaScript (e.g., `node.tabIndex`).
2023-05-18 14:53:17 -04:00
..
Accordion refactor: prefer class directive over class attribute (#1318) 2022-05-29 08:16:27 -07:00
AspectRatio fix(aspect-ratio): add missing "2x3" ratio value (#1276) 2022-04-30 09:14:18 -07:00
Breadcrumb Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Breakpoint chore: improve lint, release workflows (#1627) 2023-01-15 15:34:09 -08:00
Button fix(button): resolve visual regression in Pagination, PaginationNav (#1495) 2022-09-23 07:15:01 -07:00
Checkbox fix(types): add missing $$restProps for Checkbox, Filename, FluidForm (#1655) 2023-02-11 13:50:01 -05:00
CodeSnippet fix(a11y): ignore false positive a11y warnings (#1522) 2022-10-13 21:37:52 -07:00
ComboBox fix(combobox): avoid runtime error if items is empty (#1545) 2022-12-07 20:29:04 -08:00
ComposedModal fix(a11y): ignore false positive a11y warnings (#1522) 2022-10-13 21:37:52 -07:00
ContentSwitcher fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04:00
ContextMenu chore(a11y): silence new a11y warnings from svelte@3.57 (#1703) 2023-03-26 15:28:48 -04:00
CopyButton fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311) 2022-05-22 12:39:53 -07:00
DataTable fix(table-header): button should have explicit type="button" (#1573) 2022-12-07 20:14:47 -08:00
DatePicker fix(date-picker): display warn/invalid icons in input with calendar (#1508) 2022-10-03 19:07:48 -07:00
Dropdown fix(dropdown): dispatch correct selectedItem in select event (#1646) 2023-02-04 20:31:31 -05:00
FileUploader fix(types): add missing $$restProps for Checkbox, Filename, FluidForm (#1655) 2023-02-11 13:50:01 -05:00
FluidForm fix(types): add missing $$restProps for Checkbox, Filename, FluidForm (#1655) 2023-02-11 13:50:01 -05:00
Form breaking(form): do not prevent default behavior on submit event (#1170) 2022-03-13 19:04:10 -07: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
icons fix: use correct View icon [ci skip] 2022-04-03 12:15:56 -07:00
ImageLoader fix: localize HeaderAction, ImageLoader transitions (#1502) 2022-10-03 18:33:04 -07:00
InlineLoading refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
Link refactor(link): make a precede p element for restProps (#1237) 2022-04-09 14:17:36 -07:00
ListBox fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04: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 fix(a11y): ignore false positive a11y warnings (#1522) 2022-10-13 21:37:52 -07:00
MultiSelect fix(multi-select): avoid runtime error if items is empty (#1577) 2022-12-07 20:34:46 -08:00
Notification feat(notification)!: replace iconDescription prop with statusIconDescription, closeButtonDescription (#1591) 2022-12-18 15:28:23 -08:00
NumberInput chore: run yarn lint (#1701) 2023-03-24 15:48:00 -07:00
OrderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
OverflowMenu chore(a11y): silence new a11y warnings from svelte@3.57 (#1703) 2023-03-26 15:28:48 -04:00
Pagination feat!: dispatch "change" event in Pagination, rename "change" to "update" in Select (#1497) 2022-12-13 10:22:17 -08:00
PaginationNav fix(pagination-nav)!: use 1-indexing to be consistent with Pagination (#1518) 2022-12-13 10:23:04 -08:00
Popover fix(popover): fire "click:outside" event when clicking sibling elements (#1570) 2022-12-07 20:10:45 -08:00
ProgressBar feat(progress-bar): add status prop (#1560) 2023-02-19 12:34:41 -05:00
ProgressIndicator chore(a11y): silence new a11y warnings from svelte@3.57 (#1703) 2023-03-26 15:28:48 -04:00
RadioButton Add required prop to RadioButton. (#1035) 2022-01-22 09:05:41 -08:00
RadioButtonGroup Align v10.54 (#1133) 2022-02-26 11:26:31 -08:00
RecursiveList RecursiveList (#717) 2021-07-05 08:43:48 -07:00
Search fix(search): prop types should extend input attributes (#1523) 2022-10-13 22:04:32 -07:00
Select feat!: dispatch "change" event in Pagination, rename "change" to "update" in Select (#1497) 2022-12-13 10:22:17 -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 fix(slider): add aria-labelledby to slider thumb (#1435) 2022-08-10 07:42:41 -07:00
StructuredList fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04:00
Tabs chore(a11y): silence new a11y warnings from svelte@3.57 (#1703) 2023-03-26 15:28:48 -04:00
Tag fix(tag): add type="button" on interactive, filter tag variants (#1246) 2022-04-14 20:17:23 -07:00
TextArea fix(a11y): ignore false positive a11y warnings (#1522) 2022-10-13 21:37:52 -07:00
TextInput fix(text-input): correctly set input padding for warning state (#1688) 2023-03-15 10:23:59 -07:00
Theme fix(theme): use @see tag for link in tokens prop description (#1309) 2022-05-18 19:28:38 -07:00
Tile fix(selectable-tile): include dispatched events in types (#1695) 2023-03-20 21:27:29 -04:00
TimePicker fix(a11y): ignore false positive a11y warnings (#1522) 2022-10-13 21:37:52 -07:00
Toggle fix(toggle): forward change, keyup events after toggled updates (#1559) 2022-12-07 20:05:20 -08:00
Tooltip fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04: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 chore(a11y): silence new a11y warnings from svelte@3.57 (#1703) 2023-03-26 15:28:48 -04:00
Truncate breaking(actions): move truncate action to src/Truncate (#1224) 2022-04-02 12:04:33 -07:00
UIShell feat(ui-shell): make HeaderNavItem slottable (#1693) 2023-05-02 16:23:04 -07:00
UnorderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
index.js breaking(actions): move truncate action to src/Truncate (#1224) 2022-04-02 12:04:33 -07:00