You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped the i18next-electron-fs-backend package to a major version. Please see here for steps on how to upgrade. Most users should not have an issue upgrading this package.
Moved away from connected-react-router to redux-first-history so that we could upgrade to v6 of react-router. (connected-react-router doesn't look to be maintained/have support for react-router v6). This change may be breaking for those templates that make use of react-router. We also were able to upgrade to React v18 as part of this release.
Partial Typescript support (only in the app/src folder). (See this discussion for a starting point if you'd like to convert your Electron files to Typescript). Thanks to tyler-hitzeman for his work here.