Skip to content

Commit

Permalink
Version 22.0.0
Browse files Browse the repository at this point in the history
Apparently I accidentally changed the package.json version field in df5c511 already.
  • Loading branch information
domenic committed May 2, 2023
1 parent 64db3ce commit 4bb2582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -26,6 +26,11 @@ Other guidelines:
* Roughly order changes within those groupings by impact.
-->

## 22.0.0

* Node.js v16 is now the minimum supported version.
* Removed support for running jsdom in the browser via a [browserified](https://browserify.org/) bundle. This carried with it too much complexity, especially for our testing infrastructure, and [a testing package we relied on was recently deprecated](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes).

## 21.1.2

* Fixed `setRangeText()` used on `<input>` and `<textarea>` elements to calculate the new end index correctly. (pmstss)
Expand Down

0 comments on commit 4bb2582

Please sign in to comment.