Skip to content

Commit

Permalink
(release): 22.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timowolf committed May 23, 2024
1 parent 0b74cce commit cfdaca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 22.2.2

- Fix: prefer un-prefixed style attributes over prefixed one

Fixes an issue on Firefox 126 (released May 2024), which no longer support
`-moz-transform` but `transform`. But when we get style attributes from an element,
`-moz-transform` is still available, which makes our `testStyle` fails. So to resolve
this issue, we want to use un-prefixed attribute if available.

## 22.2.1

- Fix: revert add types for table rows
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-datatable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
"version": "22.2.1",
"version": "22.2.2",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
Expand Down

0 comments on commit cfdaca9

Please sign in to comment.