@procore/data-table 14.35.1 → 14.35.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 +10 -0
- package/dist/legacy/index.cjs +177 -177
- package/dist/legacy/index.js +177 -177
- package/dist/modern/index.cjs +177 -177
- package/dist/modern/index.js +177 -177
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.35.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d205aa6: Support checkboxes in nested tables
|
|
8
|
+
- f24dc7c: Add `data-table-container` classname to the div wrapping AgGridReact and scope all global AG Grid style overrides to that container class.
|
|
9
|
+
|
|
10
|
+
- This will prevent DataTable from leaking AG Grid style overrides to Smart Grid or other AG Grid tables on the page.
|
|
11
|
+
- **Warning**: If you are targeting `.ag-` classnames to override DataTable styles you should confirm these styles are still working properly after upgrading.
|
|
12
|
+
|
|
3
13
|
## 14.35.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|