@carbon/vue 2.16.0 → 2.17.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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.17.1 (Nov 6th 2019)
4
+
5
+ ### Fix
6
+
7
+ - CvTabs not closing lower indexed tabs
8
+
9
+ ## 2.17.0 (Nov 4th 2019)
10
+
11
+ ### Feat
12
+
13
+ - Tests added or updated for
14
+ - CvAccordion
15
+ - CvWrapper
16
+ - CvCheckbox
17
+ - CvToggle
18
+ - CvTag
19
+ - CvRadioButton
20
+ - CvTabs
21
+ - Updated CvTabs behaviour when tab list is dynamic
22
+
23
+ ### Fix
24
+
25
+ - Dropdown workingn when disabled
26
+ - Overflow not closing on button click
27
+
3
28
  ## 2.16.0 (Oct 28th 2019)
4
29
 
5
30
  ### Feat