@procore/data-table 15.0.0-alpha.2 → 15.0.0-alpha.4
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 +32 -0
- package/dist/legacy/index.cjs +1567 -1196
- package/dist/legacy/index.d.cts +35 -10
- package/dist/legacy/index.d.ts +35 -10
- package/dist/legacy/index.js +1249 -880
- package/dist/modern/index.cjs +1559 -1185
- package/dist/modern/index.d.cts +35 -10
- package/dist/modern/index.d.ts +35 -10
- package/dist/modern/index.js +1241 -869
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.27.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 03fe679: Fix layout issue in RowActionsCellStyles when closing side panel
|
|
8
|
+
|
|
9
|
+
## 14.27.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c07623f: Allow Shift Click multi-row select
|
|
14
|
+
- cfd02a2: Exposes `ServerSideMultiNumberFilterRenderer` and `ServerSideNumberFilterRenderer` as public APIs
|
|
15
|
+
|
|
16
|
+
## 14.26.3
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 6b4152c: Fix row height progressively increasing in Safari when `enableDynamicRowHeight` is true.
|
|
21
|
+
|
|
22
|
+
## 14.26.2
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- ec16c0e: Upgrade react-resize-detector to avoid error with lodash import. More info: https://github.com/maslianok/react-resize-detector/issues/257
|
|
27
|
+
|
|
28
|
+
## 14.26.1
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 4a1d11d: Update procore/labs-procore-environment to 5.0.1 in data-table
|
|
33
|
+
- @procore/error-pages@0.2.1
|
|
34
|
+
|
|
3
35
|
## 14.26.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|