Skip to content

Commit

Permalink
chore: require node@20
Browse files Browse the repository at this point in the history
node@18 is soon out of maintenance and I'd rather only major bump
for such a change once.

Cf. https://nodejs.org/en/about/previous-releases
  • Loading branch information
nikku committed Nov 4, 2024
1 parent ae7d4ac commit e582602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ___Note:__ Yet to be released changes appear here._

### Breaking Changes

* Require `Node >= 18` for building the project.
* Require `Node >= 20`
* `Canvas` is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with new `focus` and `restoreFocus` APIs.
* Keyboard is now implicitly bound to canvas SVG element. Calls to `keyboard.bind` and `keyboard.bindTo` now result with a descriptive console error and have no effect.

Expand Down

0 comments on commit e582602

Please sign in to comment.