Releases: carbon-design-system/carbon-components-vue
Releases · carbon-design-system/carbon-components-vue
3.0.27 (2025-05-30)
Bug Fixes
- cv-header: fix crash when focusing out of right panels (6eb9603)
- for date picker, remove invalid aria role and add aria-description (245d1d1)
3.0.26 (2025-05-20)
Bug Fixes
- for CvSvg, update props structure for Vue 3 (2644682)
- update snapshot to pass CI (36fe2e5)
3.0.25 (2025-03-11)
Bug Fixes
- cv-data-table related components exports (b10ef62)
- prevent non-numeric input on firefox and Safari (448b6c0)
- v-model string (c3f39b0)
3.0.24 (2025-01-21)
Bug Fixes
- adjust CvFileUploader drop handler (20808d8)
- make ids consistent (905eb2c)
- remove xl for numer (b4bd1c3)
- standardize on cvId and suffixes (d6964cc)
- unit test - seems to be a change in vue 3 (c581059)
Features
- add size property to text and number input to match react version as mentioned in #1669 (d14944b)
3.0.23 (2024-12-02)
Bug Fixes
- data table recursive issue with expanding rows (58eef27)
- eslint not properly run by lint-staged (34b1a93)
Features
3.0.22 (2024-10-15)
Bug Fixes
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)
3.0.21 (2024-09-23)
Bug Fixes
- do not show batch actions if no rows (fa32398)
- emit date change event to match React (ee173f4)
- lint attribute order (253aea8)
- make clear that checkbox value is required in checkboxes and in batch actions (7909f7e)
3.0.20 (2024-08-22)
Bug Fixes
- dropdown menu fix for accessability announcement (#1619) (31cd6ee)
Features
3.0.18 (2024-07-17)
Bug Fixes
Features
- cv-file-uploader update to current File object coming from event to internalFile (#1609) (3068ec0)