tidy-table 4.0.4 → 4.0.5
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 +4 -0
- package/README.md +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,10 @@ The following items are **breaking changes** and not supported in prior releases
|
|
|
26
26
|
- Fixed menu alignment in Chrome.
|
|
27
27
|
- Expand table to 100% width.
|
|
28
28
|
|
|
29
|
+
## [4.0.5] - 2023-08-07
|
|
30
|
+
|
|
31
|
+
NPM dependency security updates.
|
|
32
|
+
|
|
29
33
|
### Documentation
|
|
30
34
|
|
|
31
35
|
- Added [React](https://github.com/nuxy/react-tidy-table)/[Vue](https://github.com/nuxy/vue-tidy-table) install examples.
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Tidy Table [](https://badge.fury.io/js/tidy-table) [](https://app.travis-ci.com/github/nuxy/tidy-table) [](https://www.npmjs.com/package/tidy-table) [](https://packagephobia.com/result?p=tidy-table)
|
|
2
2
|
|
|
3
3
|
Create a HTML table that can be sorted, selected, and post-processed using a simple callback.
|
|
4
4
|
|
|
@@ -14,7 +14,6 @@ Checkout the [demo](https://nuxy.github.io/tidy-table) for examples of use.
|
|
|
14
14
|
- Easy to set-up and customize.
|
|
15
15
|
- Customizable callback functions for post-processing selected results.
|
|
16
16
|
- Post-process options for manipulating table/column/menu elements.
|
|
17
|
-
- Fast and lightweight (JavaScript plug-in *only 4 kB)
|
|
18
17
|
|
|
19
18
|
## Dependencies
|
|
20
19
|
|