ngx-mat-table-multi-sort 19.3.0-pre.0 → 19.3.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,6 +12,8 @@ An Angular library that adds multi-sort capability to the Angular Material table
12
12
  ## Features
13
13
 
14
14
  - Extend the Angular Material Table to support multiple sorting
15
+ - Extend the Angular Material Table to allow the user to re-order columns and toggle their visibility.
16
+ - Support persisting the configuration in local, session or custom storage implementations.
15
17
  - Supports Angular 18 and 19. Supporting all actively supported Angular versions is planned (see [#5](https://github.com/pgerke/ngx-mat-table-multi-sort/issues/5))
16
18
  - Batteries included: The repository contains a demo application that can help you integrate the library with your project
17
19
  - 100% covered by automated unit tests and secured by static code analysis
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ngx-mat-table-multi-sort",
3
- "version": "19.3.0-pre.0",
4
- "preview": true,
3
+ "version": "19.3.0",
4
+ "preview": false,
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "email": "info@philipgerke.com",