mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.31.1
This commit is contained in:
parent
d5db33abc1
commit
f13e3b100e
3 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.31.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.1) - 2021-03-28
|
||||
|
||||
**Fixes**
|
||||
|
||||
- add missing "name" attribute to non-mobile `NumberInput`
|
||||
- forward missing "keydown" event to `Form`
|
||||
- forward click/keydown/mouse events in `FluidForm` to `Form`
|
||||
|
||||
## [0.31.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.0) - 2021-03-20
|
||||
|
||||
**Breaking Changes**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 166 components exported from carbon-components-svelte@0.31.0.
|
||||
> 166 components exported from carbon-components-svelte@0.31.1.
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.31.0",
|
||||
"version": "0.31.1",
|
||||
"license": "Apache-2.0",
|
||||
"author": "IBM",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue