Skip to content

Commit 86cbc4c

Browse files
committed
chore(release): 17.2.4
1 parent 3b49a52 commit 86cbc4c

File tree

6 files changed

+20
-9
lines changed

6 files changed

+20
-9
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [17.2.4](https://github.com/BePo65/mat-datatable/compare/v17.2.3...v17.2.4) (2024-07-02)
6+
57
## [17.2.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06)
68

79
## [17.2.2](https://github.com/BePo65/mat-datatable/compare/v17.2.1...v17.2.2) (2024-03-06)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A simple data table with virtual scrolling using Angular Material.
66

7-
![Version](https://img.shields.io/badge/version-17.2.3-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.4-blue.svg?cacheSeconds=2592000)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
99
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
1010
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.3",
3+
"version": "17.2.4",
44
"description": "A component for Angular using Angular Material that implements a table as a simplified replacement for ngx-datatable. The project contains a library component and a demo project.",
55
"repository": {
66
"type": "git",

projects/mat-datatable-lib/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [17.2.4](https://github.com/BePo65/mat-datatable/compare/v17.2.3...v17.2.4) (2024-07-02)
6+
57
## [17.2.3](https://github.com/BePo65/mat-datatable/compare/v17.2.2...v17.2.3) (2024-03-06)
68

79
## [17.2.2](https://github.com/BePo65/mat-datatable/compare/v17.2.1...v17.2.2) (2024-03-06)

projects/mat-datatable-lib/README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A simple data table with virtual scrolling using Angular Material.
66

7-
![Version](https://img.shields.io/badge/version-17.2.3-blue.svg?cacheSeconds=2592000)
7+
![Version](https://img.shields.io/badge/version-17.2.4-blue.svg?cacheSeconds=2592000)
88
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)]
99
![Angular version](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/core?color=red&label=Angular&logo=angular&logoColor=red)
1010
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/bepo65/mat-datatable/@angular/material?color=red&label=Angular-Material&logo=angular&logoColor=red)
@@ -50,6 +50,7 @@ A simple data table with virtual scrolling using Angular Material.
5050
</ul>
5151
</li>
5252
<li><a href="#license">License</a></li>
53+
<li><a href="#hints">Hints</a></li>
5354
</ol>
5455
</details>
5556

@@ -264,7 +265,7 @@ The component is generic; the given type is used to define the object for the ro
264265
265266
| Name | Description |
266267
|------|-------------|
267-
| `filterDefinitions: FieldFilterDefinition\<T>[]` | Gets / sets the current filter definition. |
268+
| `filterDefinitions: FieldFilterDefinition<T>[]` | Gets / sets the current filter definition. |
268269
| | |
269270
270271
##### **Methods**
@@ -287,7 +288,7 @@ The component is generic; the given type is used to define the object for the ro
287288
288289
#### DataStoreProvider
289290
290-
Component to create an angular material table based datatable.
291+
Interface for a component that fetches data from the datastore respecting sorting and filtering.
291292
The component is generic; the given type is used to define the object for the row data.
292293
293294
##### **Methods**
@@ -339,7 +340,7 @@ Interface for the definition of the sorting of 1 table column.
339340
| `direction: SortDirection` | The direction used to sort the column. |
340341
| | |
341342
342-
#### Page
343+
#### RequestRowsRange
343344
344345
Interface defining the properties of a requests for a range of rows.
345346
@@ -351,7 +352,7 @@ Interface defining the properties of a requests for a range of rows.
351352
| `numberOfRows: number` | The number of rows to return. |
352353
| | |
353354
354-
#### RequestRowsRange
355+
#### Page
355356
356357
Interface defining the properties of a page of rows returned from the datastore.
357358
@@ -376,7 +377,7 @@ The alignment of the content of a column
376377
377378
| |
378379
|------|
379-
| type ColumnAlignmentType = "left" | "center" | "right"; |
380+
| type ColumnAlignmentType = "left" \| "center" \| "right"; |
380381
| |
381382
382383
#### FieldFilterDefinition
@@ -1096,3 +1097,9 @@ Distributed under the MIT License. See `LICENSE` for more information.
10961097
This project uses the fonts '[Roboto](https://fonts.google.com/specimen/Roboto/about)' and '[Material Icons](https://github.com/google/material-design-icons)' from the [Google Fonts Library](https://fonts.google.com/) that are licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).
10971098

10981099
<p align="right">(<a href="#top">back to top</a>)</p>
1100+
1101+
<!-- HINTS -->
1102+
## Hints
1103+
As `eslint` V9 requires a fundamental change to the configuration files, the update will be done in a later version.
1104+
1105+
<p align="right">(<a href="#top">back to top</a>)</p>

projects/mat-datatable-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mat-datatable",
3-
"version": "17.2.3",
3+
"version": "17.2.4",
44
"description": "A component for Angular using Angular Material that implements a table as a simplified replacement for ngx-datatable. The project contains a library component and a demo project.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)