@procore/data-table 14.12.2 → 14.14.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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f15455d4a3: Add Expand/Collapse state persistence
8
+
9
+ ### Patch Changes
10
+
11
+ - 1375fc5db2: Fix removeEventListener when unmounting GenericHeader
12
+ - f41092bb36: `Pill` no longer converts text to uppercase by default. Customization must be done manually using `pillOptions`
13
+ - cb8844fbdd: Fix issue with selected rows on ClientSide after Searching
14
+
15
+ ## 14.13.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 03bf2b82b: Add Polish support
20
+
3
21
  ## 14.12.2
4
22
 
5
23
  ### Patch Changes