Commit Graph

151 Commits (v1.8.1)

Author SHA1 Message Date
Rich Harris f85e343a9f more informative error message when elements/blocks are left open (#258)
9 years ago
Rich Harris 0f2f309ff6 handle implicitly closed elements
9 years ago
Rich Harris 41e8fc1574 Merge pull request #315 from Conduitry/gh-245-keyframes-scoping
9 years ago
Conduitry 983294e272 keyframes are case sensitive
9 years ago
Rich Harris 6d662136e8 prevent duplicate imports (#308)
9 years ago
Conduitry 7de8ecc45d support scoping of keyframes declarations
9 years ago
Rich Harris 24f5dc2976 use input events for two-way binding with textareas and non-checkbox/radio inputs (#10)
9 years ago
Rich Harris 2165f08839 format function parameters
9 years ago
Rich Harris 98d9cdbea7 allow each blocks to introduce reserved words as contexts (#222)
9 years ago
Rich Harris a861043a7b only alias imports if necessary
9 years ago
Rich Harris 76663f98a3 prevent imported names from conflicting with built-in shared helpers (#222)
9 years ago
Rich Harris eb44659589 add generator.helper method, use it in place of generator.uses[...]
9 years ago
Rich Harris f7bbc09810 oops
9 years ago
Rich Harris 796af04cac handle shorthand properties in expressions (fixes #296)
9 years ago
Rich Harris f3175683e5 tidy up
9 years ago
Rich Harris 2cb4ca2c8d fix #301, even with non-primitive values
9 years ago
Rich Harris b67ef91b66 Merge branch 'master' into gh-301
9 years ago
Rich Harris 530277f9f8 set select value after options have been created (#301)
9 years ago
Rich Harris 453ef84893 oops
9 years ago
Rich Harris 3e6e5e5304 normalise CSS parse errors
9 years ago
Rich Harris 2d5fd6f3a5 work around some css-tree quirks
9 years ago
Rich Harris 27579cd668 include CSS AST in svelte.parse output
9 years ago
Rich Harris 34ab0c2122 lint
9 years ago
Rich Harris ab7c865758 generate valid (if incorrect) code for component bindings in each-blocks
9 years ago
Rich Harris b81107faf5 Merge pull request #297 from sveltejs/gh-290-a
9 years ago
Rich-Harris d0e11d10b8 expose context on components
9 years ago
cayasso 1d4264c338 fix select option value issue (#291)
9 years ago
Rich Harris 42497fd1aa populate map.sources and map.sourcesContent even if none of the original code is used
9 years ago
Rich Harris c1ba7638ce add outputFilename option for sourcemap generation
9 years ago
Rich Harris eb95fd1ebb use css-tree to generate CSS AST and walk it
9 years ago
Rich-Harris b847886795 only update attributes that have changed (#279)
9 years ago
Rich-Harris 2b62a29567 only update triples if HTML has changed
9 years ago
Rich-Harris d727ab48d0 use temporary variable when determining whether to update text tag
9 years ago
Rich-Harris b36f258dfe Merge branch 'improve-perf' of https://github.com/PaulBGD/svelte into PaulBGD-improve-perf
9 years ago
Rich Harris 23265d5dfd two-way component binding in SSR (#275)
9 years ago
Paul Sauve 3bcdab98fc Sorry for breaking the style!
9 years ago
Paul Sauve ee38a14d0a Merge branch 'master' into improve-perf
9 years ago
Paul Sauve 0bbaf2d9c1 Check if value changes before updating
9 years ago
Rich Harris 593b8706ce dont trigger bindings for torn-down components (#277)
9 years ago
Rich Harris a1985e592c use internal _set method for component bindings
9 years ago
Rich Harris 11e613e7d0 handle default paramters in computed values (fixes #274)
9 years ago
Rich Harris c66474e8bb Merge branch 'master' into universal-tests
9 years ago
Rich Harris 94aca91d35 fix/skip various SSR tests
9 years ago
Rich Harris 3235b2c35a always flush render hooks, even if initiator is a nested component (#263)
9 years ago
Rich Harris 4cad216e66 Merge pull request #268 from sveltejs/gh-267
9 years ago
Rich Harris 6d8543f6ed fix apostrophe entity (#267)
9 years ago
Paul Sauve d47fead7ed Style fix
9 years ago
Paul Sauve 9f81f9342c Merge branch 'master' into svg-set-xmlns
9 years ago
Rich Harris 23296996ce Merge pull request #265 from sveltejs/gh-264
9 years ago
Rich Harris fa70530261 handle xlink attributes
9 years ago