mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
v0.33.0
This commit is contained in:
parent
f3cddbad9f
commit
cff16e5d7d
6 changed files with 41 additions and 13 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.33.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.33.0) - 2021-04-30
|
||||
|
||||
**Features**
|
||||
|
||||
- support nested object values for DataTable sorting
|
||||
- pass DataTable header display function to slotted cell
|
||||
- add icon prop to `Link` to support rendering links with icons; refactor `OutboundLink` to use `Link.icon` prop
|
||||
|
||||
**Fixes**
|
||||
|
||||
- prevent DataTable sorting from crashing by defaulting `undefined` to an empty string
|
||||
- add extra DataTable cell `colspan` to support expandable, selectable rows
|
||||
- support disabled state for `ClickableTile`
|
||||
- add missing "3x2" ratio to `AspectRatio`
|
||||
|
||||
**Documentation**
|
||||
|
||||
- add DataTable example ["Sortable with nested object values"](https://carbon-svelte.vercel.app/components/DataTable#sortable-with-nested-object-values)
|
||||
- add ClickableTile example ["Disabled state"](https://carbon-svelte.vercel.app/components/ClickableTile#disabled-state)
|
||||
- add Link example ["Link with icon"](https://carbon-svelte.vercel.app/components/Link#link-with-icon)
|
||||
|
||||
**Housekeeping**
|
||||
|
||||
- upgrade `carbon-components` to version 10.33.0
|
||||
|
||||
## [0.32.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.32.2) - 2021-04-23
|
||||
|
||||
**Fixes**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue