Releases: carbon-design-system/carbon-components-vue
Releases · carbon-design-system/carbon-components-vue
@carbon/[email protected]
3.0.22 (2024-10-15)
Bug Fixes
- fix batch action docs (0f58880)
- lint (66682bf)
- protect watcher against null calendar (ef66b51)
- set default story to Welcome (#1641) (46528a9)
- vmodel broken in 3.0.21 (72eb80a)
Features
- cv-multi-select add title attribute to div "list-box__menu-item__option" to allow user to read all content from a label that exceeds the component width size (ea415a0)
@carbon/[email protected]
@carbon/[email protected]
@carbon/[email protected]
@carbon/[email protected]
@carbon/[email protected]
@carbon/[email protected]
@carbon/[email protected]
3.0.15 (2024-04-19)
Bug Fixes
- add calOptions as reactive prop (0cd0485)
- cv-dropdown v-model does not clear caption when set to empty (b01cf04)
- cv-pagination make page, pageSizes, & numberOfItems properties reactive (b9c4c09)
- replicated missing
cv-
classes from Vue2 repo (ea305ad) - restore CvTag default color from Vue2 (#1589) (1d7a2df)
- storybook: brandUrl point to main root (#1586) (8217814)
Features
- cv-data-table add property to force showing batch actions (64cbe0c)
@carbon/[email protected]
3.0.14 (2024-03-18)
Bug Fixes
- cv-checkbox wrong wrapper class/jump scroll (8b032ab)
- cv-data-table expandable rows not reactive (c35afbb)
- cv-datepicker allow empty label (fb54660)
- cv-overflow-menu-item & several other components - resolve attribute coercion warning (ed0e34d)
- cv-progress-step complete & disable not reactive (52a8c5d)
@carbon/[email protected]
3.0.13 (2024-02-19)
Bug Fixes
- cv-date-picker: improve date picker story + add a code example for flatpickr options + move props descriptions from the story to the component (a6bee73) @hedint
- cv-radio-group, cv-list, cv-checkbox, cv-radio-button basic a11y tests (3da0a02) @benceszenassy
- cv-date-picker: fix issue with date picker input backspace (3b8b59e) @davidnixon
Features
- cv-accordion: add v-model for open sections (d32bc62) @davidnixon