Releases: marko-js/marko
Releases · marko-js/marko
@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
[email protected]
Patch Changes
-
#1792
c9107ea7f
Thanks @DylanPiercey! - Fix broken previous release where the "main" field for package.json files was not correctly updated when published -
Updated dependencies [
c9107ea7f
]:- @marko/[email protected]
- @marko/[email protected]
[email protected]
Minor Changes
- #1787
dd9009d66
Thanks @DylanPiercey! - Upgrades the compiler to use the latest major release ofhtmljs-parser
bringing in the improvements listed here:
marko-js/htmljs-parser#93
Patch Changes
- Updated dependencies [
dd9009d66
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #1794
b9d26355f
Thanks @DylanPiercey! - Add file extensions to getRuntimeEntryFiles helper.