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

Changelog History
Page 27

  • v4.18.8 Changes

    July 08, 2019
    • ๐Ÿ›  Fixes an issue where require("marko/components").getComponentForEl could return undefined when a component exists, or the wrong component, when nested fragments are present. #1382
  • v4.18.7 Changes

    July 08, 2019
    • ๐Ÿ›  Fixes a regression from 4.18.6 that could cause some body content to be omitted from the output #1380
    • โž• Adds deprecated string dynamic attributes to the vdom runtime for improved legacy compatibility #1378
  • v4.18.6 Changes

    July 03, 2019
    • Migration does not add id:scoped when migrating a repeated w-id #1377
    • ๐Ÿ›  Fixes an issue diffing the selected option within an optgroup #1376
    • ๐Ÿ›  Fixes component tracking for client-reorder #1375
    • ๐Ÿ‘Œ Improve the migration for legacy <for> syntax #1374
    • โž• Add migration for named classes in the template #1372
  • v4.18.5 Changes

    June 26, 2019
    • ๐Ÿ›  Fix issue with invoke tag migration when a inline control flow is used #1366
  • v4.18.4 Changes

    June 25, 2019
    • Lazily evaluate attributes for dynamic tags #1365
  • v4.18.3 Changes

    June 24, 2019
    • ๐Ÿ›  Fix registerTaglib: use correct function call #1363
    • ๐Ÿ›  Fix tryonline: correct paths and no taglibImports #1360
    • Migration fix: #1364
    • โœ… Migration improvement: deprecation warnings that are automatically migratable now have a MIGRATION heading #1364 (also included test improvements)
    • ๐Ÿšš Migration improvement: remove empty <layout-put> tags #1355
  • v4.18.2 Changes

    June 18, 2019
    • ๐Ÿ›  Fixes an issue where fragments could remove nodes from their siblings #1359
  • v4.18.1 Changes

    June 15, 2019
    • ๐Ÿ›  Fixes a regression with body-only-if and a legacy control flow attribute #1356
  • v4.18.0 Changes

    • โž• Added dynamic tags to act like body-only-if. If dynamic tags are null then the outer tag will not be rendered. However, the body will be rendered. Deprecated body-only-if #1332
  • v4.18.x