@procore/data-table 14.36.0 → 14.37.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 +12 -0
- package/dist/legacy/index.cjs +706 -14
- package/dist/legacy/index.js +706 -14
- package/dist/modern/index.cjs +705 -13
- package/dist/modern/index.js +705 -13
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 14.37.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 129f3d0: Add support for new locales: Italian, Portuguese, Traditional Chinese (Taiwan) and Norwegian (Norway)
|
|
8
|
+
|
|
9
|
+
## 14.36.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6f750df: Add tooltip support for row selection checkboxes. Checkboxes can now display contextual information via the checkboxTooltip row data property.
|
|
14
|
+
|
|
3
15
|
## 14.36.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|