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

Changelog History
Page 35

  • v1.8.0 Changes

    • Prevent duplicate imports (#308)
    • ๐Ÿ‘‰ Use input events (not change) for all input elements other than checkbox and radio, and textareas (#309)
    • Encapsulate keyframe declarations (#245)
  • v1.7.1 Changes

    • Deconflict imports and shared helpers (#222)
    • Deconflict each-block contexts and reserved words (#222)
    • ๐Ÿ‘ Allow shorthand properties in expressions (#296)
  • v1.7.0 Changes

    • ๐Ÿ“œ Include CSS AST in svelte.parse output (#302)
    • ๐Ÿ‘ Better handling of CSS parse errors (#302)
    • ๐ŸŽ‰ Initialise <select> elements with two-way binding correctly (#301)
    • ๐Ÿ‘ Allow local context in component event handlers inside each blocks (#290)
    • ๐Ÿ›  Fix two-way binding for components inside each blocks (#290)
  • v1.6.11 Changes

    • ๐ŸŽ‰ Initialise dynamic <option> value correctly (#291)
  • v1.6.10 Changes

    • Ensure sources and sourcesContent are populated in sourcemaps, even if none of the original code is used (#295)
    • โž• Add outputFilename option to populate file and sources sourcemap properties correctly (#295)
  • v1.6.9 Changes

    • Don't trigger bindings for torn-down components (#277)
    • SSR: Handle two-way bindings (#275)
    • ๐Ÿ‘Œ Improve performance by checking data has changed before updates (#279)
    • ๐Ÿ’… Parse CSS with css-tree to prevent transformation errors with unconventional styles (#288)
  • v1.6.8 Changes

    • Always trigger onrender, including when change initiator is a nested component (#263)
    • 0๏ธโƒฃ Handle default function parameters in computations (#274)
  • v1.6.7 Changes

    • SSR: Fix apostrophes (#267)
    • โž• Add xmlns attributes to SVGs (#262)
  • v1.6.6 Changes

    • Omit text from comment anchors (#247)
    • ๐Ÿ– Handle xlink attributes (#264)
  • v1.6.5 Changes

    • ๐Ÿ– Handle <!doctype> declarations (#255)