github carbon-design-system/carbon-components-svelte v0.58.0

latest releases: v0.89.7, v0.89.6, v0.89.5...
3 years ago

Compare v0.57.1...v0.58.0

Breaking Changes

  • if TextInput is type="number", value can be a number or null to signify "no value" (173d416, #1065)
  • TextInput dispatches instead of forwards input, change events (detail type: null | number | string) (a15c1f5, #1065)

Features

  • pass rowIndex, cellIndex to DataTable "cell" slot (1d861bd, #1086)
  • add itemToInput prop to MultiSelect to customize name, title, labelText values (0f7349e, #1074)
  • add open prop to TooltipDefinition; dispatch open, close events (20e6172, #1057)

Fixes

  • DataTable headers should be reactive (a5f5550, #1075)
  • DataTable batch selection checkbox should be reactive (0518fe6, #1085)
  • MultiSelect should correctly lose focus (8b39cca, #1077)
  • non-filterable MultiSelect should dispatch a blur event (63f52b4, #1080)
  • resolve MultiSelect accessibility issues (30a5f2c, #1072)
  • toggle HeaderNavMenu when pressing "Enter" or "Space" (18eb1e2, #1073)
  • close HeaderNavMenu menu when pressing "Enter" on an item (c196ec0, #1073)
  • resolve HeaderNavMenu accessibility issues (1939e43, #1079)
  • fix TextInput reactivity by using native bind:value (173d416, #1065)

Documentation

Housekeeping

  • upgrade carbon-components to v10.52.0

Don't miss a new carbon-components-svelte release

NewReleases is sending notifications on new releases.