@swimlane/ngx-datatable 21.0.0-alpha.1 → 21.1.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.
package/CHANGELOG.md CHANGED
@@ -2,13 +2,14 @@
2
2
 
3
3
  ## HEAD (unreleased)
4
4
 
5
- ## 21.0.0-alpha.1
5
+ ## 21.1.0
6
6
 
7
- - Fix: Add missing package files from deployment.
7
+ - Fix: Prevent browser page crash when user inputs large Arrays
8
8
 
9
- ## 21.0.0-alpha.0
9
+ ## 21.0.0
10
10
 
11
- - Breaking: support for angular 19
11
+ - Fix: Add missing package files from deployment
12
+ - Breaking: support for angular 17-19
12
13
 
13
14
  ## 20.1.0
14
15
 
package/README.md CHANGED
@@ -55,7 +55,7 @@ Run `yarn build` to build the project. The build artifacts will be stored in the
55
55
  - Examine log to determine next version (X.Y.Z)
56
56
  - Run `git checkout -b release/X.Y.Z`
57
57
  - Update version in `projects/swimlane/ngx-datatable/package.json`.
58
- - Update changelog in `projects/swimlane/ngx-datatable/docs/CHANGELOG.md`
58
+ - Update changelog in `docs/CHANGELOG.md`
59
59
  - Run `yarn package` to build the package
60
60
  - Run `git commit -am "(release): X.Y.Z"`
61
61
  - Run `git tag X.Y.Z`