Skip to content

Commit 00f8088

Browse files
committed
(release): 21.0.0
1 parent 03e2e52 commit 00f8088

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

docs/changelog.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Changelog
22

3+
## 21.0.0
4+
5+
- Feature: support custom loading indicator
6+
- Fix: prevent internal sorting if `externalSorting` is set
7+
- Breaking: `emptyCustomContent` input no longer required/supported
8+
39
## 20.1.0
410

5-
Feature: support custom content for empty table
6-
Fix: tabindex on datatable body
7-
Fix: orderable directive
8-
Fix: column resizing cases
9-
Fix: refresh virtual grid after scroll
10-
Fix: clearTimeout/\_destroySubscription race
11-
Fix: CSP script-src 'self'
12-
Fix: emit page event on page size change for virtual paging
11+
- Feature: support custom content for empty table
12+
- Fix: tabindex on datatable body
13+
- Fix: orderable directive
14+
- Fix: column resizing cases
15+
- Fix: refresh virtual grid after scroll
16+
- Fix: clearTimeout/\_destroySubscription race
17+
- Fix: CSP script-src 'self'
18+
- Fix: emit page event on page size change for virtual paging
1319

1420
## 20.0.0
1521

projects/ngx-datatable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siemens/ngx-datatable",
3-
"version": "20.1.0",
3+
"version": "21.0.0",
44
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
55
"peerDependencies": {
66
"@angular/common": ">=11.0.2",

0 commit comments

Comments
 (0)