0.19.0-rc.2
Pre-release
Pre-release
·
258 commits
to main
since this release
v0.19.0-rc.2 (2024-03-06)
Features
- implement data-target-path for rust (a90a264)
- implement data-target-path for tailwind (ca2c48c)
- implement data-target-path for sass (1550f0d)
- add data-target-path to the script asset (9b8df94)
- add data-target-path to the icon step (c1b6c66)
- add data-target-path to the css step (106863c)
- add data-target-path to the copy-file action (51098c9)
- also release musl linux target (5fe208d)
- #668 #626 allow more control over the different base URLs (391be74)
- add required trunk version, and update version check (761f503)
- add configuration 'no-sys-proxy' to bypass the system proxy. (9e6ac82)
- allow using IPv6 with
serve
(0619061) - allow tracking progress when loading the application (e3a0c35)
Fixes
- convert paths to hrefs in way that works on all platforms (80f42f9)
- if data-target-path ends with a slash, remove it (e97d7d3)
- remove the data-target-path attribute from the output (73d967a)
- ensure that the target-path is applied to hrefs (07cc1ed)
- handle case where one bind fails (1d12d25)
- handle errors while spawning the server (ce499a5)
- handle initializer relative to html_dir (5a9130f)
- race condition when creating the dist directory (6f4bdc5)
- accept older "address" field as before (383f249)
- #705 if there's not required version, we accept any (0d380e2)
- run servers in parallel, improve output of binds (6cdb74c)
- #659 use original artifact name when generating intermediate files (121361d)