@carbon/vue 2.25.0-canary.0 → 2.26.0

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.26.0
4
+
5
+ - Fix animation issues in data table and accordion
6
+ - Fix combo box expansion.
7
+ - Release slotted header updates
8
+
9
+ ## 2.26.0-canary.0
10
+
11
+ - Feat: Add slotted headings to data table## 2.25.0
12
+
13
+ - Fix: tooltip on icon only button
14
+ - Feat: Add disabled attributes for forwards and backwards pagination buttons.
15
+
3
16
  ## 2.25.0-canary.0
4
17
 
5
18
  ### Chore