Releases: marko-js/marko
[email protected]
Patch Changes
- #2541
6c24a30
Thanks @DylanPiercey! - Fix issue with no-update-body on native elements without a key not always being preserved during hydrate.
[email protected]
Patch Changes
- #2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.
@marko/[email protected]
Patch Changes
-
#2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.
@marko/[email protected]
Patch Changes
-
#2537
c4fd6e7
Thanks @DylanPiercey! - Rename renderer apis to content and create shorthand api for creating registered contents. -
#2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.
@marko/[email protected]
Patch Changes
- #2535
43522b7
Thanks @DylanPiercey! - Avoid creating intersections for closures which are now handled via the queue.
[email protected]
Patch Changes
-
#2531
6065ff2
Thanks @DylanPiercey! - Ensure & is escaped for server side attributes to improve consistency with csr. -
#2532
5c8c549
Thanks @DylanPiercey! - Update tags api interop.
@marko/[email protected]
Patch Changes
-
#2532
5c8c549
Thanks @DylanPiercey! - Update tags api interop.
@marko/[email protected]
Patch Changes
-
#2532
5c8c549
Thanks @DylanPiercey! - Unify CSR dynamic tag runtime to avoid separate calls for attrs vs tagName. -
#2531
6065ff2
Thanks @DylanPiercey! - Ensure & is escaped for server side attributes to improve consistency with csr.
[email protected]
Patch Changes
-
#2528
136bb14
Thanks @LuLaValva! - Fix special attrs -
#2530
d08be40
Thanks @DylanPiercey! - Fix issue with nesting out of order awaits inside of in order awaits.