Skip to content

v0.15.0

Compare
Choose a tag to compare
@metonym metonym released this 02 Oct 00:37
· 1311 commits to master since this release

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)