1.0 KiB
1.0 KiB
Breaking changes
This document contains a list of breaking changes for Pinafore. For a full changelog, see GitHub releases.
2.0.0
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.
1.0.0
This version switches Pinafore from npm to yarn. Those who self-host Pinafore will need to make the following changes:
- Install yarn if you haven't already.
- Instead of
npm install
, runyarn --pure-lockfile
.
This change fixes a functional bug in Webpack. If you use npm instead of yarn, Pinafore may not build correctly.
Notes:
- Using
yarn start
instead ofnpm start
should not make a difference. - Those using Docker shouldn't need to change anything.