Skip to content

Commit 02f10f2

Browse files
Release patch
1 parent 134ddc1 commit 02f10f2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ These are changes that have backwards-compatible solutions present and that comp
3131

3232
### Latest Release
3333

34+
## Release 0.8.22
35+
36+
**Bugfixes**
37+
38+
* Fixes v0.8.21 CommonJS/ES6 module versions of this library which had an undefined error that is a high priority blocker. See 0.8.21 release tag for more details on the bug.
39+
3440
## Release 0.8.21
3541

3642
* DataTable's `onChange` replaced with `onRowChange`. `onChange`'s parameters are `(selectedArrayOfItems, event)`. `onRowChange` standardizes the parameters with the rest of the library with `event, { selection:[array] }`.

patch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Release 0.8.22
2+
3+
**Bugfixes**
4+
5+
* Fixes v0.8.21 CommonJS/ES6 module versions of this library which had an undefined error that is a high priority blocker. See 0.8.21 release tag for more details on the bug.

0 commit comments

Comments
 (0)