@procore/data-table 14.5.1 → 14.7.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,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9c9f6d6d4: Refactors project to be type "module".
8
+
9
+ ### Patch Changes
10
+
11
+ - 051f318d4: Fixed header text wrapping to 4 lines
12
+ - 88f23884c: Update useRowSelectionState to get row nodes instead of using stale ref data for SSRM.
13
+ - d96b401d7: Fix overflow issue in Line Numbers
14
+
15
+ ## 14.6.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 2bbf160ec: Prevent filters from resetting to initial state on every columnDefinition changes.
20
+ - 1908a0e84: Expose `groupSelectsChildren` on `TableProps` and `getServerSideSelectionState` on `TableApi` in order to support group row selection on SSRM tables
21
+
22
+ ### Patch Changes
23
+
24
+ - ba88a21d9: Fixes type definitions.
25
+ - Updated dependencies [ba88a21d9]
26
+ - @procore/labs-group-by-select@3.1.2
27
+
3
28
  ## 14.5.1
4
29
 
5
30
  ### Patch Changes
@@ -656,9 +681,9 @@ TextCellColumnDefinition<
656
681
  'customBottomRowRenderer', // pinned row renderer
657
682
  string,
658
683
  string
659
- >;
684
+ >
660
685
  // v8
661
- TextCellColumnDefinition<string, string, string>;
686
+ TextCellColumnDefinition<string, string, string>
662
687
  ```
663
688
 
664
689
  ### Server Side Row Model Breaking Changes