Skip to content

Releases: TobitSoftware/chayns-toolkit

v1.4.0

16 Oct 16:01
Compare
Choose a tag to compare

New Features

  • ⬆️ Upgrade to webpack 5. This improves bundle sizes and build speeds.
  • ✨ Add a check for the chayns-toolkit dev command that checks if the port for the dev server is currently in use.

Improvements

  • ⚡ Create a bundle of the CLI with some dependencies included to improve download/install speeds
  • ✨ Use automatic runtime with @babel/preset-react to support the new JSX transform of React 16.14.0

v1.3.0

01 Oct 15:38
Compare
Choose a tag to compare

New Features

  • Add support for index.dev.html files during development
  • Add support for custom build paths

Improvements

  • Add warning message when more than 1 lockfiles are present
  • Remove Ink and React as dependencies
  • Add warning when SSL certificates cannot be found
  • Add hint to install @types/react and @types/react-dom when typescript is installed

v1.2.0

28 Sep 08:50
Compare
Choose a tag to compare

New Features

  • Add Flowtype support for legacy projects

Improvements

  • Load chayns-components source-map for easier error tracing
  • Add the deprecated chayns-scripts-package to the list of extraneous packages

v1.1.0

24 Sep 14:45
Compare
Choose a tag to compare

New Features

  • Add warning for installed extraneous packages (webpack, @babel/core or other packages that chayns-toolkit already includes)
  • Cache Babel results for increased build performance

Optimizations

  • Move typescript to devDependencies

Bug Fixes

  • Downgrade dotenv-webpack to v2 because of build errors (issue #240)