Skip to content

Releases: quarkiverse/quarkus-web-bundler

1.7.3

03 Oct 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.2...1.7.3

1.7.2

01 Oct 08:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.0

19 Jul 09:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.7.0

[Quarkus 3.12+] 1.6.0

21 Jun 07:59
Compare
Choose a tag to compare

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

12 Jun 08:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

1.5.2

02 Jun 13:19
Compare
Choose a tag to compare

This changes the web-bundler output directory to target/web-bundler/[dev,prod,test]/, depending on the launch mode.

What's Changed

Full Changelog: 1.5.1...1.5.2

1.5.1

27 May 12:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

27 May 09:27
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.4.0...1.5.0

Release 1.4.0 (Quarkus 3.7.3+)

20 Mar 11:08
Compare
Choose a tag to compare

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

Full Changelog: 1.3.1...1.4.0

Release 1.3.0 (Quarkus 3.7.3+)

19 Feb 15:41
Compare
Choose a tag to compare

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

Full Changelog: 1.2.0...1.3.0