Releases
v1.0.0-beta.25
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 )
You can’t perform that action at this time.