Releases: marko-js/marko
Releases · marko-js/marko
[email protected]
Patch Changes
-
#1824
2f6459d2c
Thanks @DylanPiercey! - Fix issue where shorthand attribute methods could not have a "return" statement. -
Updated dependencies [
2f6459d2c
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #1824
2f6459d2c
Thanks @DylanPiercey! - Fix issue where shorthand attribute methods could not have a "return" statement.
@marko/[email protected]
Patch Changes
- #1824
2f6459d2c
Thanks @DylanPiercey! - Fix issue where shorthand attribute methods could not have a "return" statement.
@marko/[email protected]
Patch Changes
- #1820
0a207fbf1
Thanks @DylanPiercey! - Fix issue with child template analysis not properly resolving nested node_modules with components.
@marko/[email protected]
Patch Changes
- #1814
b11f9d076
Thanks @DylanPiercey! - Upgrade htmljs-parser.
@marko/[email protected]
Patch Changes
- #1811
49ef9801b
Thanks @DylanPiercey! - Upgrade htmljs-parser to improve source location information.
@marko/[email protected]
Patch Changes
- #1806
04adc2d24
Thanks @DylanPiercey! - Fix issue where attribute shorthand methods would have incorrect sourcemap position.
[email protected]
Patch Changes
- #1804
af8c944a3
Thanks @DylanPiercey! - Fix issue when internal <flush_here_and_after> tag (used by bundler plugins) is used in sync mode.
@marko/[email protected]
Patch Changes
- #1800
c352de67e
Thanks @mlrawlings! - fix: update deps, inline babel helper removed from latest version
@marko/[email protected]
Patch Changes
- #1797
5921c2297
Thanks @DylanPiercey! - Pin a newer version of htmljs-parser that fixes some parser bugs. See: marko-js/htmljs-parser#103