Releases: marko-js/marko
@marko/[email protected]
Patch Changes
- #2466
34e85cc
Thanks @DylanPiercey! - Ensure external style files are imported for tags api component.
[email protected]
Patch Changes
- #2462
631ad47
Thanks @DylanPiercey! - Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis.
@marko/[email protected]
Patch Changes
- #2464
68b904f
Thanks @DylanPiercey! - Fix issue reading custom tag var closures.
@marko/[email protected]
Patch Changes
-
#2460
d9cc4e7
Thanks @DylanPiercey! - Fix issue with attempting to hoist a member expression that was a computed identifier. -
#2461
e6ffdbe
Thanks @LuLaValva! - Fix adjacent bound values -
#2459
1722472
Thanks @DylanPiercey! - Fix element references when used as the argument of a call expression.
@marko/[email protected]
Patch Changes
-
#2458
76b3083
Thanks @DylanPiercey! - Add basic ssr try tag. -
#2456
5cc3648
Thanks @DylanPiercey! - Fix async runtime placeholder duplication and race condition. -
#2458
491413d
Thanks @DylanPiercey! - Add await tag ssr.
[email protected]
Patch Changes
-
#2451
602eaad
Thanks @DylanPiercey! - Avoid swallowing errors when resolved paths in marko.json files could not be resolve (now leaves the value as is, previously would ignore the path). -
#2449
6cf4978
Thanks @DylanPiercey! - Support aggregate errors when final error is a HTMLJS parser error. -
#2449
6cf4978
Thanks @DylanPiercey! - Fix invalid sourcemapping of parse errors in a class block. -
#2452
4349f95
Thanks @DylanPiercey! - Add stubs for some client side component apis on the server. -
Updated dependencies [
602eaad
,6cf4978
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2451
602eaad
Thanks @DylanPiercey! - Avoid swallowing errors when resolved paths in marko.json files could not be resolve (now leaves the value as is, previously would ignore the path). -
#2449
6cf4978
Thanks @DylanPiercey! - Support aggregate errors when final error is a HTMLJS parser error.
@marko/[email protected]
Patch Changes
-
#2451
602eaad
Thanks @DylanPiercey! - Avoid swallowing errors when resolved paths in marko.json files could not be resolve (now leaves the value as is, previously would ignore the path). -
#2449
6cf4978
Thanks @DylanPiercey! - Support aggregate errors when final error is a HTMLJS parser error. -
Updated dependencies [
602eaad
,6cf4978
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2451
602eaad
Thanks @DylanPiercey! - Avoid swallowing errors when resolved paths in marko.json files could not be resolve (now leaves the value as is, previously would ignore the path). -
#2449
6cf4978
Thanks @DylanPiercey! - Support aggregate errors when final error is a HTMLJS parser error.
@marko/[email protected]
Patch Changes
- #2453
b4d73b0
Thanks @DylanPiercey! - Expose @marko/compiler/babel-utils as a top level file for legacy resolvers.