mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.28.0
This commit is contained in:
parent
7cd3723960
commit
4e4234f83d
4 changed files with 38 additions and 3 deletions
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [0.28.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.28.0) - 2021-02-05
|
||||||
|
|
||||||
|
**Breaking Changes**
|
||||||
|
|
||||||
|
- The `transitionend` event in ComposedModal is dispatched, not forwarded; it will only trigger when the modal has finished animating
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- Support small size variant for Tag (`size="sm"`)
|
||||||
|
- Dispatch `close` event in a filterable Tag (an alias for `click`)
|
||||||
|
- Dispatch `toggle` event in Toggle
|
||||||
|
- Make `tooltipText` slottable in TooltipIcon (slot name="tooltipText")
|
||||||
|
- Add `hideLabel` prop to Dropdown
|
||||||
|
- Dispatch `transitionend` event in Modal, ComposedModal to fire after the modal has finished animating
|
||||||
|
- Add warn state to DatePickerInput
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- Forward the `click` event to Tab
|
||||||
|
- Do not trigger initial Tab focus when mounting
|
||||||
|
|
||||||
|
**Documentation**
|
||||||
|
|
||||||
|
- Add a "Hidden label" example for the Select component
|
||||||
|
- Add a light variant example for OverflowMenu
|
||||||
|
- Add a reactive example for Tabs
|
||||||
|
|
||||||
|
**Housekeeping**
|
||||||
|
|
||||||
|
- Upgrade `carbon-components` to version 10.28.0
|
||||||
|
- Remove unused `@carbon/themes` development dependency; themes are pulled from `carbon-components`
|
||||||
|
|
||||||
## [0.27.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.27.0) - 2021-01-28
|
## [0.27.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.27.0) - 2021-01-28
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 156 components exported from carbon-components-svelte@0.27.0.
|
> 156 components exported from carbon-components-svelte@0.28.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.27.0",
|
"version": "0.28.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "IBM",
|
"author": "IBM",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.27.0",
|
"version": "0.28.0",
|
||||||
"components": {
|
"components": {
|
||||||
"Accordion": {
|
"Accordion": {
|
||||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||||
|
@ -187,6 +187,9 @@
|
||||||
"Link": {
|
"Link": {
|
||||||
"path": "carbon-components-svelte/src/Link/Link.svelte"
|
"path": "carbon-components-svelte/src/Link/Link.svelte"
|
||||||
},
|
},
|
||||||
|
"OutboundLink": {
|
||||||
|
"path": "carbon-components-svelte/src/Link/OutboundLink.svelte"
|
||||||
|
},
|
||||||
"ListBox": {
|
"ListBox": {
|
||||||
"path": "carbon-components-svelte/src/ListBox/ListBox.svelte"
|
"path": "carbon-components-svelte/src/ListBox/ListBox.svelte"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue