mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.32.0
This commit is contained in:
parent
fa9b90cd79
commit
fbcb14c268
4 changed files with 43 additions and 3 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.32.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.32.0) - 2021-04-02
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- copy text by default in `CodeSnippet` and `CopyButton` using `clipboard-copy`
|
||||
- deprecate `light` prop in `ContentSwitcher`
|
||||
|
||||
**Features**
|
||||
|
||||
- support disabled state for `SelectableTile`, `RadioTile`
|
||||
- add `TooltipFooter` component
|
||||
- support `OverflowMenu` in Breadcrumbs
|
||||
- support danger kind for `ContextMenuOption`
|
||||
- allow sorting to be disabled for a specific header in `DataTable`
|
||||
- render an empty header column in `DataTableSkeleton` if a value is `{ "empty": true }`
|
||||
- export `inputRef` prop in `MultiSelect`
|
||||
- add `searchClass` prop to `Search`, which is passed to the outermost element
|
||||
- add `noMargin` prop to `FormGroup` to remove default bottom margin (default value is `false`)
|
||||
|
||||
**Fixes**
|
||||
|
||||
- render initial `ContextMenu` position based on viewport constraints
|
||||
- correctly display invalid text in `TimePicker`
|
||||
- remove outer div in `ToolbarSearch`
|
||||
- set hasScrollingContent class on `ModalBody`
|
||||
|
||||
**Documentation**
|
||||
|
||||
- add disabled state examples for `SelectableTile`, `RadioTile`
|
||||
- add expandable `DataTable` size examples, empty header column `DataTableSkeleton` example
|
||||
- remove the light `ContentSwitcher` example
|
||||
|
||||
**Housekeeping**
|
||||
|
||||
- upgrade `carbon-components` to version 10.32.0
|
||||
- add `clipboard-copy` to direct dependencies
|
||||
|
||||
## [0.31.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.1) - 2021-03-28
|
||||
|
||||
**Fixes**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 167 components exported from carbon-components-svelte@0.31.1.
|
||||
> 167 components exported from carbon-components-svelte@0.32.0.
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.31.1",
|
||||
"version": "0.32.0",
|
||||
"license": "Apache-2.0",
|
||||
"author": "IBM",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.31.1",
|
||||
"version": "0.32.0",
|
||||
"components": {
|
||||
"Accordion": {
|
||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||
|
@ -433,6 +433,9 @@
|
|||
"Tooltip": {
|
||||
"path": "carbon-components-svelte/src/Tooltip/Tooltip.svelte"
|
||||
},
|
||||
"TooltipFooter": {
|
||||
"path": "carbon-components-svelte/src/Tooltip/TooltipFooter.svelte"
|
||||
},
|
||||
"TooltipDefinition": {
|
||||
"path": "carbon-components-svelte/src/TooltipDefinition/TooltipDefinition.svelte"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue