Releases: TobitSoftware/chayns-toolkit
Releases · TobitSoftware/chayns-toolkit
v1.4.0
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
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
whentypescript
is installed
v1.2.0
v1.1.0
New Features
- Add warning for installed extraneous packages (
webpack
,@babel/core
or other packages thatchayns-toolkit
already includes) - Cache Babel results for increased build performance
Optimizations
- Move
typescript
todevDependencies
Bug Fixes
- Downgrade
dotenv-webpack
to v2 because of build errors (issue #240)