+* **design:** `@daffodil/design/image` now exposes the `DaffImageComponent` inputs `src`, `alt`, `width`, and `height` as signals rather than plain properties, and renames the `load` output to `loaded`. Input template bindings (`[src]`, `[alt]`, etc.) continue to work unchanged. Programmatic reads must invoke the signal: `image.src` → `image.src()`, `image.width` → `image.width()`, etc. Inputs are now read-only and can no longer be assigned imperatively (`image.src = '/image/test.jpg'` is no longer supported).
0 commit comments