@procore/data-table 14.23.0 → 14.23.2
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 +14 -0
- package/dist/legacy/index.cjs +27696 -1042
- package/dist/legacy/index.d.cts +11 -5
- package/dist/legacy/index.d.ts +11 -5
- package/dist/legacy/index.js +27697 -1043
- package/dist/modern/index.cjs +27847 -1193
- package/dist/modern/index.d.cts +11 -5
- package/dist/modern/index.d.ts +11 -5
- package/dist/modern/index.js +27848 -1194
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.23.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 25ea323141: Fix install @ag-grid-enterprise/sparklines dep
|
|
8
|
+
- d6f8cdd9cd: Fix some accessibility a11y warnings
|
|
9
|
+
- 4e9b72a73f: Allow first column with checkbox to have CSS ellipsis display
|
|
10
|
+
|
|
11
|
+
## 14.23.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 9f321050db: Expose the type CellFocusedEvent to be used in onCellFocused event
|
|
16
|
+
|
|
3
17
|
## 14.23.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|