Marko Versions Save

A declarative, HTML-based language that makes building web apps fun

[email protected]

1 week ago

Patch Changes

  • #2226 7691418 Thanks @DylanPiercey! - Fix issue where an out of order await contained an in order await and then another out of order await. This previously caused a race condition where if the final out of order await resolved first, it'd try to send it's content without it's placeholder location being available.

[email protected]

2 weeks ago

Patch Changes

@marko/[email protected]

4 weeks ago

Patch Changes

@marko/[email protected]

4 weeks ago

Major Changes

[email protected]

4 weeks ago

Patch Changes

@marko/[email protected]

4 weeks ago

Patch Changes

  • #2217 4fc4614 Thanks @DylanPiercey! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.

[email protected]

4 weeks ago

Patch Changes

@marko/[email protected]

4 weeks ago

Patch Changes

  • #2217 4fc4614 Thanks @DylanPiercey! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.

@marko/[email protected]

4 weeks ago

Minor Changes

  • #2214 2d0a566 Thanks @DylanPiercey! - Using event handlers now causes a template to become an implicit component or split component (depending on if a string event handler is used).

[email protected]

4 weeks ago

Minor Changes

  • #2214 2d0a566 Thanks @DylanPiercey! - Using event handlers now causes a template to become an implicit component or split component (depending on if a string event handler is used).

Patch Changes