Skip to content

v2.0.0

Compare
Choose a tag to compare
@nolanlawson nolanlawson released this 06 Aug 19:06
· 146 commits to master since this release

2.0.0 (2021-08-06)

This is a major release due to a breaking change for self-hosters.

For self-hosters, the new minimum Node.js versions are v12.20+, v14.14+, or v16.0+ due to native ES Modules.

Please check your Node version using node --version and update as necessary.

Bug Fixes

Performance Improvements

  • avoid style recalc for spinner in Chrome (#2071) (374b8b2)

BREAKING CHANGES

  • Node v12.20+, v14.14+, or v16.0+ is required

  • fix!: remove esm package, use native Node ES modules

  • fix: fix some CJS imports