@carbon/vue 2.23.2-canary.0 → 2.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.24.1
4
+
5
+ ## Fix
6
+
7
+ Dropdown value presentation
8
+
9
+ ## 2.24.0
10
+
11
+ ## Feat
12
+
13
+ - Left and right options added to cv-tooltip
14
+
15
+ ### Fix
16
+
17
+ - CvDropdown needed multiple tab presses to move past #868
18
+ - CircleCI deployment fix
19
+
20
+ ### Chore
21
+
22
+ - Warn on duplicate IDs in table row and tab
23
+ - Dependency bot bumps
24
+ - Other dependency version bumps
25
+ - Update documentation on use of expanded/isExpanded in table rows
26
+
27
+ ## 2.23.2
28
+
29
+ Publis canary fixes as listed
30
+
31
+ ## 2.23.2-canary.1
32
+
33
+ ### Fix
34
+
35
+ - CvContentSwitcher adds tablist to container #849
36
+
3
37
  ## 2.23.2-canary.0
4
38
 
5
39
  ### Fix