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

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

Features

  • DataTableSkeleton: add size prop to support "compact", "small", "tall" row heights (PR #279, thanks @albertms10)

  • HeaderPanelLink: forward click event (PR #286, thanks @weaseldotro)

  • FluidForm: add FluidForm component and support fluid variants for TextInput, PasswordInput (PR #293, thanks @josefaidt)

  • UI Shell: add ref prop to interactive (i.e. anchor links, buttons) UI Shell elements (PR #297, thanks @josefaidt)

Fixes

Slider:

  • attach mousemove/touch events to document body, not slider input (issue #288)
  • value prop type should be a number, not a string (issue #289)
  • input value should not update if disabled is true
  • change event should only be dispatched if the value changes

UI Shell: correctly bind ref prop in HeaderGlobalAction (PR #297, thanks @josefaidt)

Misc: export DatePickerSkeleton, FileUploaderSkeleton components

Breaking Changes

  • DataTableSkeleton: compact prop is removed in favor of size="compact"

Dependencies

  • upgrade carbon-icons-svelte to version ^10.17.0

Housekeeping

  • prettier: enable svelteBracketNewLine rule for improved readability (PR #281, thanks @josefaidt)

  • git hooks: add husky, lint-staged to development workflow (PR #295, thanks @josefaidt)

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

NewReleases is sending notifications on new releases.