mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.22.0
This commit is contained in:
parent
fba37e4d1d
commit
418e9efaef
5 changed files with 50 additions and 20 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.22.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.22.0) - 2020-10-30
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- Button: add "danger-tertiary", "danger-ghost" kinds
|
||||||
|
- OverflowMenu: support "sm", "xl" size variants
|
||||||
|
- TimePicker: support "sm", "xl" size variants
|
||||||
|
- Link: support "sm", "lg" size variants
|
||||||
|
- OrderedList: support native list styles
|
||||||
|
- MultiSelect: forward "clear" event
|
||||||
|
- MultiSelect: dispatch "select" event to be consistent with ComboBox, Dropdown
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- OverflowMenu: dynamic menu shadow width should be scoped to component instance; remove `tabindex` attribute from trigger button
|
||||||
|
- CodeSnippet: `showMoreLess` should be re-computed if `code` is dynamically updated
|
||||||
|
|
||||||
|
**Documentation**
|
||||||
|
|
||||||
|
- Document `itemToString` prop for Dropdown, MultiSelect
|
||||||
|
- MultiSelect: add example for "Initial selected items"
|
||||||
|
- CodeSnippet: add example for dynamically updating `code`
|
||||||
|
- CodeSnippet: add example for "Hidden code snippet" edge case (issue #373)
|
||||||
|
- OverflowMenu: add example for "Custom trigger icon"
|
||||||
|
|
||||||
|
**Housekeeping**
|
||||||
|
|
||||||
|
- upgrade `carbon-components` to v10.23.1, `@carbon/themes` to v10.22.1
|
||||||
|
- bump/patch development dependencies
|
||||||
|
|
||||||
## [0.21.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.21.0) - 2020-10-26
|
## [0.21.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.21.0) - 2020-10-26
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 154 components exported from carbon-components-svelte 0.21.0
|
> 154 components exported from carbon-components-svelte 0.22.0
|
||||||
|
|
||||||
- Accordion
|
- Accordion
|
||||||
- [Accordion](#accordion)
|
- [Accordion](#accordion)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.21.0",
|
"version": "0.22.0",
|
||||||
"components": {
|
"components": {
|
||||||
"Accordion": {
|
"Accordion": {
|
||||||
"moduleName": "Accordion",
|
"moduleName": "Accordion",
|
||||||
|
@ -1544,20 +1544,20 @@
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"start": 4853,
|
"start": 5081,
|
||||||
"end": 4859,
|
"end": 5087,
|
||||||
"type": "MustacheTag",
|
"type": "MustacheTag",
|
||||||
"expression": {
|
"expression": {
|
||||||
"type": "Identifier",
|
"type": "Identifier",
|
||||||
"start": 4854,
|
"start": 5082,
|
||||||
"end": 4858,
|
"end": 5086,
|
||||||
"loc": {
|
"loc": {
|
||||||
"start": {
|
"start": {
|
||||||
"line": 184,
|
"line": 191,
|
||||||
"column": 19
|
"column": 19
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 184,
|
"line": 191,
|
||||||
"column": 23
|
"column": 23
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1574,8 +1574,8 @@
|
||||||
[
|
[
|
||||||
"click",
|
"click",
|
||||||
{
|
{
|
||||||
"start": 5101,
|
"start": 5329,
|
||||||
"end": 5109,
|
"end": 5337,
|
||||||
"type": "EventHandler",
|
"type": "EventHandler",
|
||||||
"name": "click",
|
"name": "click",
|
||||||
"modifiers": [],
|
"modifiers": [],
|
||||||
|
@ -1585,8 +1585,8 @@
|
||||||
[
|
[
|
||||||
"mouseover",
|
"mouseover",
|
||||||
{
|
{
|
||||||
"start": 4467,
|
"start": 4695,
|
||||||
"end": 4479,
|
"end": 4707,
|
||||||
"type": "EventHandler",
|
"type": "EventHandler",
|
||||||
"name": "mouseover",
|
"name": "mouseover",
|
||||||
"modifiers": [],
|
"modifiers": [],
|
||||||
|
@ -1596,8 +1596,8 @@
|
||||||
[
|
[
|
||||||
"mouseenter",
|
"mouseenter",
|
||||||
{
|
{
|
||||||
"start": 4486,
|
"start": 4714,
|
||||||
"end": 4499,
|
"end": 4727,
|
||||||
"type": "EventHandler",
|
"type": "EventHandler",
|
||||||
"name": "mouseenter",
|
"name": "mouseenter",
|
||||||
"modifiers": [],
|
"modifiers": [],
|
||||||
|
@ -1607,8 +1607,8 @@
|
||||||
[
|
[
|
||||||
"mouseleave",
|
"mouseleave",
|
||||||
{
|
{
|
||||||
"start": 4506,
|
"start": 4734,
|
||||||
"end": 4519,
|
"end": 4747,
|
||||||
"type": "EventHandler",
|
"type": "EventHandler",
|
||||||
"name": "mouseleave",
|
"name": "mouseleave",
|
||||||
"modifiers": [],
|
"modifiers": [],
|
||||||
|
@ -1618,8 +1618,8 @@
|
||||||
[
|
[
|
||||||
"animationend",
|
"animationend",
|
||||||
{
|
{
|
||||||
"start": 5120,
|
"start": 5348,
|
||||||
"end": 5135,
|
"end": 5363,
|
||||||
"type": "EventHandler",
|
"type": "EventHandler",
|
||||||
"name": "animationend",
|
"name": "animationend",
|
||||||
"modifiers": [],
|
"modifiers": [],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.21.0",
|
"version": "0.22.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
"svelte": "./src/index.js",
|
"svelte": "./src/index.js",
|
||||||
|
|
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
|
@ -1,4 +1,4 @@
|
||||||
// Type definitions for carbon-components-svelte 0.21.0
|
// Type definitions for carbon-components-svelte 0.22.0
|
||||||
// Project: https://github.com/IBM/carbon-components-svelte
|
// Project: https://github.com/IBM/carbon-components-svelte
|
||||||
|
|
||||||
export class CarbonSvelteComponent {
|
export class CarbonSvelteComponent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue