Skip to content

v1.0.0-beta.51

Choose a tag to compare

@jcfranco jcfranco released this 08 Mar 23:38
· 1 commit to 81689e1dd3d85c84fd52be72f1cebce762537c95 since this release

⚠ BREAKING CHANGES

  • hide internal styling props (#1523)

  • notice: remove open and close methods (#1634)

  • button, split-button: light and dark colors of buttons have been removed, replace with neutral and invers, respectively (#1515)

  • update storybook, fix references in other components:

  • fix issues with split buttons

  • update more instances of light/dark

  • color: The following events were renamed:

  • calciteColorChange -> calciteColorPickerChange

  • calciteColorHexInputChange -> calciteColorPickerHexInputChange

  • color: The following components were changed:

  • calcite-color -> calcite-color-picker

  • calcite-color-hex-input -> calcite-color-picker-hex-input

  • calcite-color-swatch -> calcite-color-picker-swatch

† renamed to indicate that these are supporting components and not meant to be used standalone.

  • Remove 'host-context' selector within component CSS. #1601 (#1606)
  • FAB: Remove clear option from appearance property. (#1589)

Features

Bug Fixes

  • button: fixes missing text-alignment for alignment prop. (#1564) (f419848)

  • button, split-button: update light, dark button colors to neutral, inverse (#1618) (b262529)

  • calcite-checkbox: fixing focus outline styling weirdness on Safari (#1603) (1df7c9e)

  • calcite-checkbox: removing unnecessary aria attributes (#1560) (4e0b5bc)

  • color: convert default value based on initial format (#1599) (73a7573), closes #1468

  • color: ensure hue slider always updates internal color regardless of RGB value being equal (#1611) (7626089), closes #1474

  • combobox: prevent hidden options from causing scroll (#1577) (e50f63d)

  • FAB: Remove clear option from appearance property. (#1589) (a81fa15)

  • input: Support default value to reset an input (#1571) (388209c)

  • notice: remove open and close methods (#1634) (c1cd778)

  • shell: content layout when not content-behind (b6f7448), closes #1637 #1637 #1637 #1637 #1637

  • tooltip: Tooltip should appear in front of a popover. (#1588) (0e0c298)

  • hide internal styling props (#1523) (b8b45e0), closes #1145

  • color: rename color to color-picker (#1613) (6fcb994)

  • color: rename color to color-picker (#1624) (6500242), closes #1437

  • Remove 'host-context' selector within component CSS. #1601 (#1606) (2844ab8)