Skip to content

Releases: Esri/calcite-design-system

v1.0.0-beta.25

28 Apr 21:10
Compare
Choose a tag to compare

Breaking Changes

  • calcite-button no longer accepts inline as a value for appearance - you can instead
  • calcite-pagination - backgroundStyle property removed (always transparent)
  • calcite-pagination - num, start, and total now refer to records not pages
  • calcite-pagination - calcitePaginationUpdate event now only fires in response to user input
  • calcite-pagination - setPage method removed
  • calcite-date - show-calendar prop changed to active

Added

  • new component calcite-link
  • new calcite-label, calcite-input, and calcite-input-message components
  • calcite-slider can now be programmatically focused with the setFocus() method
  • calcite-date now has scale prop for small, medium, and large
  • calcite-radio-group now has an appearance prop that accepts outline or solid (default) values
  • calcite-radio-group now has a layout prop that accepts vertical or horizontal (default) values
  • calcite-input can now be programmatically focused with the setFocus() method
  • calcite-pagination now has a scale prop that accepts s, m (default), or l values
  • calcite-accordion-item can now display an icon by passing a Calcite UI Icon name to the icon attribute

Fixed

  • calcite-pagination - pages and next/previous can now be navigated with keyboard
  • calcite-icon - fixed use of kebab case in filled icon variants (#494)

v1.0.0-beta.24

08 Apr 19:22
Compare
Choose a tag to compare

Fixed

  • fix NPM deployment issue

v1.0.0-beta.23

08 Apr 19:11
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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