Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@carbon/vue ^2.40.0^3.0.0 age confidence

Release Notes

carbon-design-system/carbon-components-vue (@​carbon/vue)

v3.0.30

Compare Source

Bug Fixes
Features
  • fix CvDropdown overflow flashing when expanding (d068af6)
  • fix CvTabs accessibility warnings and errors clicking overflow control buttons (e609beb)

v3.0.29

Compare Source

Note: Version bump only for package @​carbon/vue

v3.0.27

Compare Source

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)

v3.0.26

Compare Source

Bug Fixes
  • for CvSvg, update props structure for Vue 3 (2644682)
  • update snapshot to pass CI (36fe2e5)

v3.0.25

Compare Source

Bug Fixes
  • cv-data-table related components exports (b10ef62)
  • prevent non-numeric input on firefox and Safari (448b6c0)
  • v-model string (c3f39b0)

v3.0.24

Compare Source

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)

v3.0.23

Compare Source

Bug Fixes
  • data table recursive issue with expanding rows (58eef27)
  • data table recursive issue with expanding rows (e66b259)
  • eslint not properly run by lint-staged (34b1a93)
  • glob (1f88e76)
Features

v3.0.22

Compare Source

Bug Fixes
Features
  • cv-multi-select add title attribute to div "list-boxmenu-itemoption" to allow user to read all content from a label that exceeds the component width size (ea415a0)

v3.0.21

Compare Source

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)

v3.0.20

Compare Source

Bug Fixes
Features

v3.0.19

Compare Source

Bug Fixes

v3.0.18

Compare Source

Bug Fixes
Features
  • cv-file-uploader update to current File object coming from event to internalFile (#​1609) (3068ec0)

v3.0.17

Compare Source

Bug Fixes
  • cvComboBox arrows navigation failing due to missing value access to Proxy (#​1605) (6815a25)

v3.0.16

Compare Source

Bug Fixes

v3.0.15

Compare Source

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)

v3.0.14

Compare Source

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)

v3.0.13

Compare Source

Bug Fixes
  • cv-date-picker: + add a code example; + move props descriptions from the story to the component (e8c85bc)
  • cv-date-picker: improve date picker story (a6bee73)
  • cv-radio-group: basic a11y tests (3da0a02)
  • date picker input backspace (3b8b59e)
  • date picker test case (19908a7)
  • resolve PR comments (0a43706)
Features
  • add v-model for open sections (d32bc62)
  • prelim implementation (5ef7621)

v3.0.12

Compare Source

Bug Fixes

v3.0.11

Compare Source

Bug Fixes
  • aria-busy should be 'true' or 'false' string (834260d)
  • aria-checked should be 'true' or 'false' string (01afbfb)
  • aria-hidden should be 'true' or 'false' string (4d259ba)
  • update test to match aria and v-model changes (ccba212)
  • use null instead of false to remove aria-disabled (a071aae)
  • v-model misunderstanding (5372cfd)
Features

v3.0.10

Compare Source

Bug Fixes
  • add label for cv-icon-button usages (ba32b16)
  • cv:sort payload uses 'value', not 'val' (#​1543) (15b0eb3)
  • lint cv-button (4944ff7)
  • resolve other console warning from storybook (6f53d83)
  • review comment for CvGrid story (79a742a)
  • review comment for CvIconButton story (00df52f)
  • review comment for CvPagination story (315618b)
  • suppres [Vue warn]: injection (c092974)
Features

v3.0.9

Compare Source

Bug Fixes
  • file-uploader: add 'button' to inputKind array @​ test (22128da)
  • file-uploader: define 'initialStateUploading' as props (07f4e58)
  • file-uploader: setup 'disabled' as props (6298294)
  • file-uploader: update emitted values at clear & onItemRemove (25ef2f4)
  • file-uploader: update initial state of existing files (b986494)
  • remove console errors from CvTag Storybook (bf0c5b3)
  • slot name value (78fb362)
  • stories text updated to align with changes (2839f66)
Features
  • add CvTagSkeleton component and it's Storybook (07fd62b)
  • add slot to gain control over tabs switching buttons (ccdd8af)
  • add small (sizing) option to CvTag component (125d054)
  • add test for new cv-tabs slot (e30f275)
  • tweak workflows, issue template, & README (e5c8eb9)
  • updates docs and actions for switch to Vue 3 (f24a526)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 2433883 to 89a6432 Compare June 30, 2025 18:52
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch 2 times, most recently from 170523c to 9f9162c Compare August 13, 2025 16:27
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 9f9162c to 5012def Compare August 19, 2025 18:32
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 5012def to 9106eb7 Compare August 31, 2025 13:57
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 9106eb7 to 2271836 Compare September 25, 2025 18:41
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 2271836 to 273be0b Compare October 21, 2025 09:11
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 273be0b to ecfbd2a Compare November 10, 2025 20:04
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from ecfbd2a to c8a3f82 Compare November 18, 2025 03:06
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from c8a3f82 to 1244899 Compare December 3, 2025 18:39
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 1244899 to 3144e35 Compare December 23, 2025 13:03
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch 2 times, most recently from 13cbd8e to 116d399 Compare January 23, 2026 18:28
@renovate renovate bot force-pushed the renovate/carbon-vue-3.x branch from 116d399 to 4d2e16d Compare February 2, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants