Releases: quarkiverse/quarkus-web-bundler
Releases · quarkiverse/quarkus-web-bundler
1.7.3
1.7.2
What's Changed
- Avoid publishing support modules in Maven Central by @gastaldi in #270
- Fix ecosystem by @ia3andy in #271
- Create CODEOWNERS by @gastaldi in #272
- Fix #273: Remove YUI Compressor by @melloware in #274
- 1.7.2 by @ia3andy in #278
- Update to esbuild-java 1.5.0 by @ia3andy in #275
- 1.7.2 by @ia3andy in #279
Full Changelog: 1.7.1...1.7.2
1.7.0
What's Changed
- Fix test by @ia3andy in #242
- Fix windows paths by @ia3andy in #248
- Env launch mode by @ia3andy in #249
- Improve live-reload and fallback when needed by @ia3andy in #251
- 1.7.0.CR1 by @ia3andy in #252
- Add real-world examples in doc by @ia3andy in #253
- Fix exception for unsupported fs operation by @ia3andy in #254
- 1.7.0 by @ia3andy in #255
Full Changelog: 1.6.0...1.7.0
[Quarkus 3.12+] 1.6.0
What's Changed
- [3.12+] Generated static resources and new way to notify extensions about changes by @ia3andy in #239
- [Quarkus 3.12+] 1.6.0 by @ia3andy in #241
Full Changelog: 1.5.3...1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
After 6 CR, Final is here with Browser-Live-Reload and a bunch of other nice features :)
- Browser Live Reload
- Nice Dev-UI for Web Bundler
- Bundling Envs
- SourceMap config
What's Changed
- [Breaking] Introduce source-map config by @ia3andy in #195
- Introduce basic dev-ui by @ia3andy in #196
- Add all contributors to README.MD by @melloware in #200
- docs: add blazmrak as a contributor for mentoring by @allcontributors in #206
- docs: add wowselim as a contributor for question by @allcontributors in #207
- docs: add nanobreaker as a contributor for bug by @allcontributors in #205
- docs: add rasmushaglund as a contributor for ideas by @allcontributors in #209
- docs: add edewit as a contributor for code by @allcontributors in #210
- Some updates to the Dev UI by @phillip-kruger in #198
- 1.5.0.CR1 by @ia3andy in #211
- Fix bug and add livereload cache for dev-ui by @ia3andy in #212
- Add groupid and fix min-width in dev-ui by @ia3andy in #213
- Introduce browser live-reload by @ia3andy in #214
- 1.5.0.CR2 by @ia3andy in #216
- Fixing a few issues with live-reload by @ia3andy in #218
- 1.5.0.CR3 by @ia3andy in #219
- Fix npe by @ia3andy in #221
- Bump io.quarkiverse.playwright:quarkus-playwright from 0.0.1 to 1.0.0 by @dependabot in #220
- 1.5.0.CR4 by @ia3andy in #222
- Fixes and update by @ia3andy in #223
- 1.5.0.CR5 by @ia3andy in #224
- Fix SSE limit issue by @ia3andy in #225
- 1.5.0.CR6 by @ia3andy in #226
- Introduce Bundling envs by @ia3andy in #228
- 1.5.0 by @ia3andy in #229
New Contributors
- @melloware made their first contribution in #200
- @allcontributors made their first contribution in #206
Full Changelog: 1.4.0...1.5.0
Release 1.4.0 (Quarkus 3.7.3+)
This release introduces two new non breaking features:
- Switch to Web Bundler managed static resource routing, this does not impact perf, it just makes it easier to manage dev mode resources update for the Web Bundler.
- Introduce auto import for web dependencies (a doc section about this is coming soon)
It also fixes two bugs, one with scss (when already defined in the PATH) and the other with resources not getting updated on change in dev-mode.
What's Changed
- Update esbuild-java (fix scss issue when PATH contains scss) by @ia3andy in #177
- Switch to Web Bundler managed static resource routing by @ia3andy in #178
- Introduce auto import for web dependencies by @ia3andy in #173
- Bump org.mvnpm:bootstrap from 5.3.1 to 5.3.3 by @dependabot in #170
- Fix bundling condition by @ia3andy in #180
- esbuild-java 1.3.3 by @ia3andy in #182
- 1.4.0 by @ia3andy in #184
Full Changelog: 1.3.1...1.4.0
Release 1.3.0 (Quarkus 3.7.3+)
This requires Quarkus 3.7.3+
- Support for 'provided' web dependencies (used for bundling but excluded from the packaged app)
- Deeper scss integration (directly through esbuild)
- Import scss from modules
- Cool codestart for code.quarkus.io
- Allow to use src/main/resources/web/templates as Renarde/Qute templates location
What's Changed
- Add COMPILE_ONLY flag support (provided scope) by @ia3andy in #142
- Update release workflow by @gastaldi in #157
- Fix check for dev mode by @ia3andy in #158
- 1.3.0.CR1 by @ia3andy in #159
- New esbuild-java with scss-loader by @ia3andy in #147
- 1.3.0.CR2 by @ia3andy in #161
- Workaround for dev-ui deps bug by @ia3andy in #163
- Bump io.quarkiverse:quarkiverse-parent from 15 to 16 by @dependabot in #162
- 1.3.0.CR3 by @ia3andy in #164
- Add codestart by @ia3andy in #167
- Add web/templates as a Qute template root by @ia3andy in #165
- 1.3.0 by @ia3andy in #168
- Fix codestart generation phase by @ia3andy in #169
Full Changelog: 1.2.0...1.3.0