Skip to content

Releases: Esri/calcite-design-system

v1.0.0-beta.23

08 Apr 19:11

Choose a tag to compare

Breaking Changes

  • calcite-icon - filled prop removed (use F at end of icon name)

Added

  • Support for icons which use multiple paths + opacity

v1.0.0-beta.22

03 Apr 19:59

Choose a tag to compare

Breaking Changes

  • calcite-date-picker is now calcite-date
  • calcite-date no longer accepts start of week as a prop

Added

  • new component calcite-stepper
  • new component calcite-split-button
  • improved focus styles across all components
  • a max-items attribute has been added to calcite-dropdown (#396)

Updated

  • calcite-date - automatically finds start of week for given locale
  • calcite-date - automatically formats date in input for given locale
  • calcite-date - support for buddhist era
  • calcite-date - support for arabic numerals
  • calcite-date - calciteDateChange emits selected Date object in event.detail

Fixed

  • calcite-date - fixed in ie11 (#368)
  • calcite-date - fixed date entering via input (#307)
  • calcite-date - columns correct even when very narrow (#308)
  • calcite-icon - always render in target size to prevent shifting layout (#432)
  • calcite-accordion - fixed in ie11 (#366)
  • calcite-dropdown - fixed in ie11 (#369)

v1.0.0-beta.18

03 Feb 22:03

Choose a tag to compare

Fixed

  • calcite-icon: fixed issue where icon would not load its icon data. #314

v1.0.0-beta.15

26 Nov 21:47

Choose a tag to compare

Fixed

  • calcite-date-picker - Corrected date picker calendar opening up on null or no value property.
  • calcite-date-picker - Change of input value updates the calendar to show same date.

v1.0.0-beta.14

18 Nov 19:22

Choose a tag to compare

Breaking Changes

  • calcite-button - iconposition attribute updated to icon-position
  • calcite-dropdown-group - grouptitle attribute updated to group-title
  • calcite-dropdown-item - linktitle attribute updated to link-title
  • calcite-alert - dismiss attribute updated to auto-dismiss
  • calcite-alert - duration attribute updated to auto-dismiss-duration
  • calcite-alert - .openCalciteAlert() method updated to .open()
  • calcite-alert - .closeCalciteAlert() method updated to .close()
  • calcite-alert no longer requires a wrapping calcite-alerts component
  • calcite-alerts has been removed

Added

  • calcite-notice - new component has been added
  • calcite-alert - scale is now available as a configurable attribute
  • calcite-dropdown now has configurable selection-mode (#220)
  • no-padding attribute for modals allowing modal content to fill space
  • calcite-dropdown now has configurable type - click or hover (#220)

Fixed

  • Fix for calcite-dropdown taking up height when closed (#213)
  • Fixed incorrect dark theme color, other styling updates

Updated

v1.0.0-beta.13

07 Nov 19:22

Choose a tag to compare

Added

  • Added accordion component (#10)
  • New ScrollContent method on modals, which allows manipulating scroll position of modal content
  • Border radius on popover (#218)

Fixed

  • Fix clicks of radio group item in Edge (#139)
  • Fix clicks of calcite-switch in Edge (#138)
  • Fix calcite-button of type submit (#193)
  • Fix calcite-dropdown focus style (#181)

Updated

  • Improved modal styling (#191)

v1.0.0-beta.7

30 Aug 20:40

Choose a tag to compare

Added

  • Adds support for dropdown items as links
  • Updates toggle styling and adds props for scale

v1.0.0-beta.6

26 Aug 21:56

Choose a tag to compare

Fixed

  • calcite-tree-items with both a <a> and a calcite-tree

v1.0.0-beta.5

22 Aug 01:40

Choose a tag to compare

Added

  • adds scale prop to calcite-radio-group
  • updates style of calcite-radio-group
  • adds transparent appearance style for calcite-button
  • adds iconposition prop to calcite-button
  • updates dark theme style for calcite-button
  • updates theme for calcite-tree

Fixed

  • fix width of medium/large modals with narrow contents

v1.0.0-beta.4

19 Aug 18:23

Choose a tag to compare

Added

  • dark theme for calcite-slider
  • added <calcite-dropdown>
  • added <calcite-tree>

Fixed

  • solved issue with incorrect positioning of handle in calcite-slider
  • fix various issue in Edge