mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.21.0
This commit is contained in:
parent
a3ed75fea9
commit
1300104661
5 changed files with 25 additions and 4 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.21.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.21.0) - 2020-10-26
|
||||
|
||||
**Features**
|
||||
|
||||
- ListBoxMenu: forward "scroll" event ([PR #366](https://github.com/IBM/carbon-components-svelte/pull/366))
|
||||
- ComboBox: export reference to list box menu ([PR #366](https://github.com/IBM/carbon-components-svelte/pull/366))
|
||||
- DataTable: add `ToolbarMenu`, `ToolbarMenuItem` ([PR #369](https://github.com/IBM/carbon-components-svelte/pull/369))
|
||||
- DataTable: support empty table body columns by adding optional `empty` key to `headers` prop ([PR #370](https://github.com/IBM/carbon-components-svelte/pull/370))
|
||||
- Dropdown: support "sm", "xl" field sizes
|
||||
|
||||
**Fixes**
|
||||
|
||||
- DataTable: cancelling batch selection should deselect "select all rows" checkbox
|
||||
- Toolbar: remove duplicate "bx--toolbar-content" element
|
||||
|
||||
**Documentation**
|
||||
|
||||
- DataTable: add example ["Empty column with overflow menu"](https://carbon-svelte.vercel.app/components/DataTable#empty-column-with-overflow-menu)
|
||||
- hand off current theme for examples opened in a new tab
|
||||
- add field size examples for `Dropdown`, `MultiSelect`, `Select`
|
||||
|
||||
## [0.20.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.20.0) - 2020-10-24
|
||||
|
||||
**Features**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 154 components exported from carbon-components-svelte 0.20.0
|
||||
> 154 components exported from carbon-components-svelte 0.21.0
|
||||
|
||||
- Accordion
|
||||
- [Accordion](#accordion)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.20.0",
|
||||
"version": "0.21.0",
|
||||
"components": {
|
||||
"Accordion": {
|
||||
"moduleName": "Accordion",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.20.0",
|
||||
"version": "0.21.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"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.20.0
|
||||
// Type definitions for carbon-components-svelte 0.21.0
|
||||
// Project: https://github.com/IBM/carbon-components-svelte
|
||||
|
||||
export class CarbonSvelteComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue