Skip to content

Releases: electron-react-boilerplate/electron-react-boilerplate

2.3.0

20 Mar 00:46
9092ddc
Compare
Choose a tag to compare

Fixes

  • fix incorrect cursor style in boilerplate button

Improvements

  • only validate native dependencies if they exist

2.2.0

26 Jan 22:13
9664838
Compare
Choose a tag to compare

🔨 Fixes

  • fixed broken css linking in prod

2.0.1

20 Dec 18:37
Compare
Choose a tag to compare

Fixes

  • Fix broken css linking in production build

2.0.0

11 Dec 06:48
Compare
Choose a tag to compare
  • drop redux
  • remove counter example app
  • simplify directory structure
  • move dll dir to .erb dir
  • fix icon/font import paths
  • migrate to react-refresh from react-hot-loader
  • migrate to webpack@5
  • migrate to electron@11
  • remove e2e tests and testcafe integration
  • rename app dir to more conventional src dir
  • rename resources dir to assets
  • simplify npm scripts
  • drop stylelint
  • simplify styling of boilerplate app
  • remove START_HOT env variable
  • notarize support
  • landing page boilerplate
  • docs updates
  • restore removed debugging support

1.4.0

09 Nov 02:19
Compare
Choose a tag to compare
  • Migrate to eslint-config-erb@2
  • Rename dev npm script to start
  • GitHub Actions: only publish GitHub releases when on master branch

1.3.1

11 Oct 02:13
fc53901
Compare
Choose a tag to compare
  • Fix sass building bug (#2540)
  • Fix CI bug related to E2E tests and network timeouts
  • Move automated dependency PRs to next (#2554)
  • Bump dependencies to patch semver

1.3.0

24 Jul 18:16
Compare
Choose a tag to compare
  • Fixes E2E tests (#2516)
  • Fixes preload entrypoint (#2503)
  • Downgrade to electron@8
  • Bump dependencies to latest semver

1.2.0

21 Jun 03:49
Compare
Choose a tag to compare
  • Migrate to redux toolkit
  • Lazy load routes with react suspense
  • Drop support for azure-pipelines and use only github actions
  • Bump all deps to latest semver
  • Remove test-e2e script from tests (blocked on release of DevExpress/testcafe-browser-provider-electron#65)
  • Swap typed-css-modules-webpack-plugin for typings-for-css-modules-loader
  • Use latest version of eslint-config-erb
  • Remove unnecessary file extensions from ts exclude
  • Add experimental support for vscode debugging
  • Revert #2365 as default for users, provide as opt in option

1.1.0

11 Mar 15:24
c240eca
Compare
Choose a tag to compare
remove config files (#2406)

* remove config files

* remove readme status badges

* simplify getting started readme

0.18.1

09 Mar 17:02
87bc2f2
Compare
Choose a tag to compare
Fix routing bug caused by react-router import (#2404)

* fix #2402

* update changelog