Releases: Esri/calcite-design-system
Releases · Esri/calcite-design-system
v1.0.0-beta.25
Breaking Changes
calcite-button
no longer acceptsinline
as a value forappearance
- you can insteadcalcite-pagination
-backgroundStyle
property removed (always transparent)calcite-pagination
-num
,start
, andtotal
now refer to records not pagescalcite-pagination
-calcitePaginationUpdate
event now only fires in response to user inputcalcite-pagination
-setPage
method removedcalcite-date
-show-calendar
prop changed toactive
Added
- new component
calcite-link
- new
calcite-label
,calcite-input
, andcalcite-input-message
components calcite-slider
can now be programmatically focused with thesetFocus()
methodcalcite-date
now hasscale
prop for small, medium, and largecalcite-radio-group
now has anappearance
prop that acceptsoutline
orsolid
(default) valuescalcite-radio-group
now has alayout
prop that acceptsvertical
orhorizontal
(default) valuescalcite-input
can now be programmatically focused with thesetFocus()
methodcalcite-pagination
now has ascale
prop that acceptss
,m
(default), orl
valuescalcite-accordion-item
can now display an icon by passing a Calcite UI Icon name to theicon
attribute
Fixed
calcite-pagination
- pages and next/previous can now be navigated with keyboardcalcite-icon
- fixed use of kebab case in filled icon variants (#494)
v1.0.0-beta.24
Fixed
- fix NPM deployment issue
v1.0.0-beta.23
Breaking Changes
calcite-icon
-filled
prop removed (useF
at end of icon name)
Added
- Support for icons which use multiple paths + opacity
v1.0.0-beta.22
Breaking Changes
calcite-date-picker
is nowcalcite-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 tocalcite-dropdown
(#396)
Updated
calcite-date
- automatically finds start of week for given localecalcite-date
- automatically formats date in input for given localecalcite-date
- support for buddhist eracalcite-date
- support for arabic numeralscalcite-date
-calciteDateChange
emits selectedDate
object inevent.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
Fixed
calcite-icon
: fixed issue where icon would not load its icon data. #314
v1.0.0-beta.15
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
Breaking Changes
calcite-button
-iconposition
attribute updated toicon-position
calcite-dropdown-group
-grouptitle
attribute updated togroup-title
calcite-dropdown-item
-linktitle
attribute updated tolink-title
calcite-alert
-dismiss
attribute updated toauto-dismiss
calcite-alert
-duration
attribute updated toauto-dismiss-duration
calcite-alert
-.openCalciteAlert()
method updated to.open()
calcite-alert
-.closeCalciteAlert()
method updated to.close()
calcite-alert
no longer requires a wrappingcalcite-alerts
componentcalcite-alerts
has been removed
Added
calcite-notice
- new component has been addedcalcite-alert
-scale
is now available as a configurable attributecalcite-dropdown
now has configurableselection-mode
(#220)no-padding
attribute for modals allowing modal content to fill spacecalcite-dropdown
now has configurabletype
- 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
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 typesubmit
(#193) - Fix
calcite-dropdown
focus style (#181)
Updated
- Improved modal styling (#191)
v1.0.0-beta.7
Added
- Adds support for dropdown items as links
- Updates toggle styling and adds props for scale
v1.0.0-beta.6
Fixed
calcite-tree-item
s with both a<a>
and acalcite-tree