Skip to content

Releases: TobitSoftware/chayns-toolkit

v1.6.3

19 May 15:12
Compare
Choose a tag to compare

🐛 Fixed

  • Fix warnings from Babel on chayns-toolkit dev

♻️ Changed

v1.6.2

13 Apr 12:16
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed an issue where ESLint would not work without the typescript package installed

v1.6.1

07 Apr 08:35
Compare
Choose a tag to compare

Fixed

  • 🐛 Add missing assets for testing
  • ♻️ Make ESLint config more compatible with TypeScript

v1.6.0

06 Apr 15:38
Compare
Choose a tag to compare

✨ Added

  • chayns-toolkit test command for testing with Jest (experimental)
  • Support for absolute paths and path aliases in tsconfig.json and jsconfig.json (docs)

v1.5.6

25 Feb 09:24
Compare
Choose a tag to compare

Changed

  • ⬆️ Upgrade dependencies

v1.5.5

11 Jan 15:27
Compare
Choose a tag to compare

🐛 Fixes

  • Remove @babel/plugin-transform-react-constant-elements because it has serious bugs (issue at babel repo)

v1.5.4

07 Jan 15:22
Compare
Choose a tag to compare

Changed

  • Upgrade dependencies

v1.5.3

07 Dec 15:23
Compare
Choose a tag to compare

📝 Documentation

  • Update README for chayns-toolkit npm-package

v1.5.1

27 Oct 09:43
Compare
Choose a tag to compare

🔧 Improvements

  • Support the new built-in tree-shaking for chayns-components version 4.20.0

v1.5.0

22 Oct 14:43
Compare
Choose a tag to compare

✨ New Features

  • Add new JavaScript configuration format (toolkit.config.js)
  • Add new webpack configuration option to customize the webpack config
  • Add check to convert old JSON configuration files to the new JavaScript format (JSON will also be supported until the next major version)
  • Add support to use the standalone React Devtools to debug iframes

📝 Docs

  • Mention new create-chayns-app package in the documentation for getting started

🐛 Fixes

  • Use style-loader again during development because HMR does not work properly with mini-css-extract-plugin