You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,23 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
9
9
- Added `data-target-path` to `copy-dir`.
10
10
- Allow processing `<script>` tags with the asset pipeline.
11
11
- Added `data-loader-shim` to workers to create shim script.
12
+
- Added tailwindcss support via `rel="tailwind-css"`.
13
+
- Added support for `svg` files when using `rel="inline"`
14
+
- Print all acessible addresses if `0.0.0.0` is used.
12
15
- Added `--example` command line option to `trunk build`, `serve` and `watch`.
16
+
13
17
### changed
14
18
- Updated gloo-worker example to use gloo-worker crate v2.1.
15
19
- Our website (trunkrs.dev) now only updates on new releases.
16
20
- Additional attributes are now passed through script tags (fixes #429)
17
21
- Updated internal http stack to axum v0.6.0.
18
22
- Updated CLI argument parser to clap v0.4.
23
+
- Reduce error to warning when processing a project without Cargo.toml and no `<link rel="rust"/>` (fixes #487)
24
+
19
25
### fixed
20
26
- Nested WS proxies - if `backend=ws://localhost:8000/ws` is set, queries for `ws://localhost:8080/ws/entityX` will be linked with `ws://localhost:8000/ws/entityX`
21
27
- Updated all dependencies in both Trunk and its examples, to fix currently open security advisories for old dependencies.
28
+
- Fix [trunk/issues/330](https://github.com/thedodd/trunk/issues/330), to properly handle proxy endpoint with and without a slash at the end.
0 commit comments