All Versions
385
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 19

  • v2.6.6 Changes

    • ๐Ÿ›  Fix nested transition bug (#1497)
  • v2.6.5 Changes

    • ๐Ÿ– Handle cases where only some if block branches have outros (#1492)
  • v2.6.4 Changes

    • ๐Ÿ‘ท Web worker support (#1487)
    • โšก๏ธ Update dynamic component bindings when component changes (#1489)
  • v2.6.3 Changes

    • 0๏ธโƒฃ Nested transitions respect skipIntroByDefault (#1460)
    • Always create outro for top-level block (#1470)
  • v2.6.2 Changes

    • ๐Ÿ›  Fix spread+bindings on dynamic components (#1433)
    • Abort in-progress animations, if a new one starts (#1458)
    • ๐Ÿ‘ Allow animations to be parameterised (#1462)
  • v2.6.1 Changes

    • Absolutely position outroing animated nodes (#1457)
  • v2.6.0 Changes

    • โž• Add animate directive (#1454)
    • โž• Add skipIntroByDefault compiler option and intro: true init option (#1448)
    • โž• Add nestedTransitions compiler option (#1451)
    • Component outros, if nestedTransitions is true (#1211)
    • ๐Ÿ‘ Allow transition functions to return a function, for inter-transition coordination (#1453)
    • Pass 1 - t as second argument to transition functions (#1452)
  • v2.5.1 Changes

    • โž• Add new ARIA attributes (#1436)
    • โž• Add Promise to whitelisted globals (#1441)
    • ๐Ÿ‘ Allow spaces around reserved keyword attributes (#1445)
  • v2.5.0 Changes

    • ๐Ÿ‘Œ Support transitions in await blocks (#956)
    • Abort outros if block is recreated (#1425)
    • ๐Ÿ’… Wait until transitions have completed before removing styles (#648)
    • ๐Ÿ‘Œ Support event shorthand on dynamic components (#1427)
    • Various codegen improvements (#1419, #1421, #1422, #1424)
    • Correctly handle await blocks with no dynamic content (#1417)
    • ๐Ÿ‘ Allow spread props on elements with static attribute tests (#1429)
  • v2.4.4 Changes

    • Declare missing variable in Store (#1415)
    • ALways declare spread levels (#1413)