All Versions
56
Latest Version
Avg Release Cycle
85 days
Latest Release
-

Changelog History
Page 1

  • v2.1.0 Changes

    • ๐Ÿ”Œ Migrate to css-minifier-webpack-plugin
  • v2.0.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix broken css linking in production build
  • v2.0.0 Changes

    ๐Ÿ’ฅ Breaking Changes

    • โฌ‡๏ธ 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 [email protected]
    • migrate to [email protected]
    • โœ‚ 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
  • v1.4.0 Changes

    November 09, 2020
    • ๐Ÿ‘• Migrate to [email protected]
    • ๐Ÿ“‡ Rename dev npm script to start
    • ๐Ÿš€ GitHub Actions: only publish GitHub releases when on master branch
  • v1.3.1 Changes

    October 11, 2020
    • ๐Ÿ›  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
  • v1.3.0 Changes

    July 24, 2020
    • ๐Ÿ›  Fixes E2E tests (#2516)
    • ๐Ÿ›  Fixes preload entrypoint (#2503)
    • โฌ‡๏ธ Downgrade to [email protected]
    • โฌ†๏ธ Bump dependencies to latest semver
  • v1.2.0 Changes

    June 21, 2020
    • 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
  • v1.0.1 Changes

    • ๐Ÿ›  Fix #2402
  • v1.0.0 Changes

    February 21, 2020
    • Migrate to TypeScript from Flow (#2363)
    • ๐Ÿ’ป Use browserslist for @babel/preset-env targets (#2368)
    • ๐Ÿ”’ Use preload script, disable nodeIntegration in renderer process for improved security (#2365)
    • โž• Add support for azure pipelines (#2369)
    • Disable sourcemaps in production