mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
* fix: vdom hoisting id bug * fix: diffing edge cases * [ci] format * [ci] release * feat: add componentIdPrefix to await id (#2111) * feat: add componentIdPrefix to await id * chore: add changeset * fix: update to also use runtimeId * chore: change to patch * [ci] release (#2112) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: improve attr tag handling with scriptlets * chore: update snapshots * [ci] release * fix: optimize and simplify preserved attr handling * fix: refactor how special attributes are handled * [ci] release * fix: regression with attr tag and input merging * [ci] release * fix: split text node hydrate issue * [ci] release * fix: renderBody regression with attribute tags * [ci] release --------- Co-authored-by: DylanPiercey <DylanPiercey@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Luke LaValva <lukelavalva@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>