2.2.0
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
- Bump quarkus.version from 3.1.0.Final to 3.3.0 by @dependabot in #491
- Update README.md - add a link to repository map by @alexkarezin in #490
- docs: add alexkarezin as a contributor for doc by @allcontributors in #492
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 in /integration-tests/src/main/ui-react by @dependabot in #496
- use action/checkout@v4 by @shivam-sharma7 in #497
- Fix #500: Framework INFO to TRACE messages by @melloware in #501
- Bump com.github.eirslett:frontend-plugin-core from 1.13.4 to 1.14.0 by @dependabot in #504
- Fix wrong host after restart by @ia3andy in #502
- Use quarkus-playwright by @ia3andy in #505
- Bump quarkus.version from 3.3.0 to 3.4.0 by @dependabot in #508
- Quarkus 3.2.6.Final by @melloware in #509
- download node 18.18.0 LTS by @shivam-sharma7 in #510
- [Breaking Change] Big refactor and improvements code and doc by @ia3andy in #511
- Add Node.js install retry (5) by @ia3andy in #514
- Replaces flacky Maven Frontend Plugin download manager by Vertx to install Node.js by @ia3andy in #513
- 2.2.0.CR1 by @ia3andy in #515
- Improve File Downloader by @ia3andy in #522
- Improve Framework detection and tests by @ia3andy in #523
- 2.2.0.CR2 by @ia3andy in #524
- Fix #516: Better error message if failed moving files by @melloware in #525
- [Breaking Change] Fix #526: Detect package.json changes for install by @melloware in #527
- 2.2.0.CR3 by @ia3andy in #528
- Make ignore watch more precise and ignore lockfiles by @ia3andy in #529
- Add support for yarn Berry by @ia3andy in #532
- Bump semver from 5.7.1 to 5.7.2 in /integration-tests/src/main/ui-angular by @dependabot in #533
- Update node version in document by @shivam-sharma7 in #531
- Release 2.2.0 by @ia3andy in #536
New Contributors
- @alexkarezin made their first contribution in #490
Full Changelog: 2.1.0...2.2.0