v1.3.4

THU-MAIC/OpenMAICv1.3.4Aug 6, 2026by harijoe

AI Summary

Resolves a build failure encountered by views containing url() references in CSS by restricting runtime asset URL rewriting to JavaScript only.

Key Highlights

  • Fixes build failure for CSS with url()
  • Restricts asset URL rewriting to JS only, leaving CSS alone

Full Release Notes

Fixes a build failure for any view whose CSS contains a `url()` (a `@font-face`, a background image).

## Changes

- fix(1018): only rewrite asset URLs at runtime for JS, not CSS @thomaswelton (#1021)