tidy-table 4.0.8 → 4.0.9
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 +8 -0
- package/README.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -48,3 +48,11 @@ NPM dependency security updates.
|
|
|
48
48
|
|
|
49
49
|
- Removed Unsupported releases section
|
|
50
50
|
- Deleted legacy branch
|
|
51
|
+
|
|
52
|
+
## [4.0.9] - 2024-02-29
|
|
53
|
+
|
|
54
|
+
NPM security update ([CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22))
|
|
55
|
+
|
|
56
|
+
## Updated
|
|
57
|
+
|
|
58
|
+
- Replaced Travis-CI with Github workflow
|
package/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
# Tidy Table
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/tidy-table) [](https://www.npmjs.com/package/tidy-table) [](https://badge.fury.io/js/tidy-table) [](https://www.npmjs.com/package/tidy-table) [](https://github.com/nuxy/tidy-table/actions) [](https://packagephobia.com/result?p=tidy-table) [](https://github.com/nuxy/tidy-table/releases)
|
|
4
4
|
|
|
5
5
|
Create a HTML table that can be sorted, selected, and post-processed.
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
Checkout the [demo](https://nuxy.github.io/tidy-table) for examples of use.
|
|
10
|
-
|
|
11
9
|
## Features
|
|
12
10
|
|
|
13
11
|
- Extensible HTML/CSS interface.
|
|
14
12
|
- Compatible with all modern desktop and mobile web browsers.
|
|
15
13
|
- Fully responsive layout with touch event support.
|
|
16
|
-
- Easy to set-up and customize.
|
|
14
|
+
- Easy to set-up and customize. **No dependencies**.
|
|
17
15
|
- Customizable callback functions for post-processing selected results.
|
|
18
16
|
- Post-process options for manipulating table/column/menu elements.
|
|
19
17
|
|
|
18
|
+
Checkout the [demo](https://nuxy.github.io/tidy-table) for examples of use.
|
|
19
|
+
|
|
20
20
|
## Dependencies
|
|
21
21
|
|
|
22
22
|
- [Node.js](https://nodejs.org)
|