mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.35.0
This commit is contained in:
parent
db645c30f0
commit
099fb84767
4 changed files with 33 additions and 3 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [0.35.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.35.0) - 2021-06-26
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- support expressive styles for `Button`, `UnorderedList`, `OrderedList`
|
||||||
|
- support large size for `Button` (`size="lg"`)
|
||||||
|
- support large, extra-large `ButtonSkeleton` sizes
|
||||||
|
- support field, small sizes for `FileUploaderItem`
|
||||||
|
- allow custom `Search` icon
|
||||||
|
- allow `NumberInput` input steppers to be hidden (`hideSteppers={true}`)
|
||||||
|
- add `icon` prop to `TooltipIcon`
|
||||||
|
- support disabled `TooltipIcon`
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- make `Tooltip` screenreader description less verbose
|
||||||
|
|
||||||
|
**Documentation**
|
||||||
|
|
||||||
|
- add Button examples "Large size", "Expressive styles"
|
||||||
|
- add OrderedList example "Expressive styles"
|
||||||
|
- add UnorderedList example "Expressive styles"
|
||||||
|
- add Search example "Custom search icon"
|
||||||
|
- add NumberInput example "Hidden steppers"
|
||||||
|
- add TooltipIcon example "Disabled"
|
||||||
|
|
||||||
|
**Housekeeping**
|
||||||
|
|
||||||
|
- upgrade `carbon-components` to version 10.35.0
|
||||||
|
|
||||||
## [0.34.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.34.0) - 2021-06-25
|
## [0.34.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.34.0) - 2021-06-25
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 167 components exported from carbon-components-svelte@0.34.0.
|
> 167 components exported from carbon-components-svelte@0.35.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.34.0",
|
"version": "0.35.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.34.0",
|
"version": "0.35.0",
|
||||||
"components": {
|
"components": {
|
||||||
"Accordion": {
|
"Accordion": {
|
||||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue