Skip to content

Commit

Permalink
Canary 2.27.0-canary.0 (#907)
Browse files Browse the repository at this point in the history
* chore: update chagnelog and table story

* chore(release): publish %s

 - @carbon/vue@2.26.0

* Table pagination (#905)

* fix: pagination range end when fewer rows shown than page-size

* fix: page size change glitch

Co-authored-by: Lee Chase <lee.chase@uk.ibm.com>

* fix: labels in table checkboxes (#906)

* fix: labels in table checkboxes

* chore: update table doc

Co-authored-by: Lee Chase <lee.chase@uk.ibm.com>

* chore: update changelog

* chore(release): publish %s

 - @carbon/vue@2.27.0-canary.0

* chore: update chagnelog and table story

* chore(release): publish %s

 - @carbon/vue@2.26.0

* chore: update changelog

* chore(release): publish %s

 - @carbon/vue@2.27.0-canary.0

Co-authored-by: Lee Chase <lee.chase@uk.ibm.com>
  • Loading branch information
lee-chase and lee-chase authored May 22, 2020
1 parent 4acf0c7 commit a776770
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.27.0-canary.0

- Feat: Allow the number of items on page to be set for pagination seperately from page size
- Fix: Checkbox labels in data table.

## 2.26.0

- Fix animation issues in data table and accordion
- Fix combo box expansion.
- Release slotted header updates

## 2.26.0-canary.0

- Feat: Add slotted headings to data table## 2.25.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/vue",
"description": "A collection of components for the Carbon Design System built using Vue.js",
"version": "2.26.0-canary.0",
"version": "2.27.0-canary.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion storybook/stories/cv-data-table-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ let variants = [
},
{ name: 'slotted HTML', includes: ['columns', 'htmlData', 'basicPagination'] },
{ name: 'styled columns', includes: ['sortable', 'columns2', 'data', 'sort'] },
{ name: 'Slotted headings (EXPERIMENTAL)', includes: ['slottedHeadings', 'data', 'sort'] },
{ name: 'Slotted headings', includes: ['slottedHeadings', 'data', 'sort'] },
];

let storySet = knobsHelper.getStorySet(variants, preKnobs);
Expand Down

0 comments on commit a776770

Please sign in to comment.