All Versions
605
Latest Version
Avg Release Cycle
8 days
Latest Release
748 days ago

Changelog History
Page 30

  • v4.16.2 Changes

    • ๐Ÿ›  Fix issue with nested fragments (often as dynamic tags) that were adjacent in the DOM not hydrating properly. #1294
    • โœ‚ Remove redundant portion of keys for <macro> tags within <for> loops. #1295
  • v4.16.1 Changes

    • ๐Ÿ›  Fix regression for :no-update on dynamic tag html attributes. #1292
  • v4.16.0 Changes

    • โž• Add <marko deprecated-no-create-or-input-for-top-level-hydrate /> option to revert to pre 4.9.0 hydrate behavior. #1289
  • v4.16.x

  • v4.15.6 Changes

    • ๐Ÿ›  Fix regression in older browsers caused by using string.startsWith in the runtime code.
  • v4.15.5 Changes

    • ๐Ÿ‘ Allow syntax that Marko does not understand (but esprima does) to pass through in the arguments syntax. #1286
    • ๐Ÿ›  Fix issue with <title> inside of an <svg> using the wrong namespace. #1284
  • v4.15.4 Changes

    • Forward errors from <await client-reorder> to the parent out to prevent potential unhandled rejections. #1275
  • v4.15.3 Changes

    • ๐Ÿ›  Fix false positive deprecation message for legacy nested tag syntax. #1271
  • v4.15.2 Changes

    • ๐Ÿ‘Œ Improve the webpack server-bundling experience by guarding a legacy (lasso-specific) api that uses a dynamic require and causes a warning to be emitted. #1267
  • v4.15.1 Changes

    • ๐Ÿ‘Œ Improve support for using raw functions as event handlers by not outputing data-marko content for components that will rerender in the browser. #1262