Skip to content

2.2.0

Compare
Choose a tag to compare
@ia3andy ia3andy released this 03 Oct 08:48
· 289 commits to main since this release

Breaking Changes

The quinoa target build directory is not target/quinoa/build instead of target/quinoa-build. This may affect automation using the target quinoa directory.

Changed config:

  • Replaced quarkus.quinoa.frozen-lockfile => quarkus.quinoa.ci
  • Dropped quarkus.quinoa.package-manager-command.prepend-binary (this is always the default behavior now to make it compatible/consistant with package-manager install)
  • Added quarkus.quinoa.dev-server.index-page to override the index page but only for the dev-server
  • Added quarkus.quinoa.framework.detection to allow disabling framework detection

New features

  • Improve framework auto-detection with pre-configuraiton and allow to override just what's needed
  • Better packages install management which is re-triggered automatically now
  • Fix stability problems on CI when downloading NodeJS
  • Support for yarn berry (v2+)
  • Fix network bugs in dev mode

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0