@procore/data-table 15.0.0-alpha.3 → 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 +19 -0
- package/dist/legacy/index.cjs +1531 -1181
- package/dist/legacy/index.d.cts +35 -10
- package/dist/legacy/index.d.ts +35 -10
- package/dist/legacy/index.js +1213 -865
- package/dist/modern/index.cjs +1523 -1170
- package/dist/modern/index.d.cts +35 -10
- package/dist/modern/index.d.ts +35 -10
- package/dist/modern/index.js +1205 -854
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
3
22
|
## 14.26.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|