Skip to content

Release v14.3.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 11:52
· 8 commits to master since this release

Bugfixes

  • Fixed: Firmware updates fail to start on some devices with error "invalid hardware version" (#7452)

Changes under the hood

  • Classes that emit events are now based on the DOM compatible EventTarget class instead of Node.js's proprietary EventEmitter. This means that some methods like prependListener no longer exist, but we haven't found any usage of this in the wild.