Commit Graph

160 Commits (348ba2be5e6e7c0f7be4041e97ff5cc3c374acd1)

Author SHA1 Message Date
Rich Harris 348ba2be5e throw in dev mode if options.target is absent (#177)
10 years ago
Rich Harris 28aaa25bb5 better error for unmatched closing tag (#321)
10 years ago
Rich Harris e0dd5e935d Merge pull request #320 from sveltejs/gh-13
10 years ago
Rich Harris 3ccf61d9bc add development warnings for missing data properties with dev: true (#13)
10 years ago
Rich Harris 735131c943 Merge branch 'master' into gh-40
10 years ago
Rich Harris da70a3502c more informative error message when elements/blocks are left open (#258)
10 years ago
Rich Harris dde8c8555d Merge branch 'master' into gh-40
10 years ago
Rich Harris 8d807be4b1 handle implicitly closed elements
10 years ago
Rich Harris bf094f9f25 add component.destroy() as alias of component.teardown(), to align with ondestroy
10 years ago
Rich Harris b7a2978ceb update tests
10 years ago
Rich Harris 278c1fb68e warn on onrender/onteardown, replace with oncreate/ondestroy (#40)
10 years ago
Rich Harris 85de5669f4 Merge pull request #315 from Conduitry/gh-245-keyframes-scoping
10 years ago
Conduitry 7f0dda1935 keyframes are case sensitive
10 years ago
Rich Harris b3b0e90f25 prevent duplicate imports (#308)
10 years ago
Conduitry e84dfcaa31 support scoping of keyframes declarations
10 years ago
Rich Harris 5b7294acbe use input events for two-way binding with textareas and non-checkbox/radio inputs (#10)
10 years ago
Rich Harris 1821b8a4c6 format function parameters
10 years ago
Rich Harris 47b4570b53 allow each blocks to introduce reserved words as contexts (#222)
10 years ago
Rich Harris 097294abe7 only alias imports if necessary
10 years ago
Rich Harris 8bbb2532bd prevent imported names from conflicting with built-in shared helpers (#222)
10 years ago
Rich Harris 13127cc51e add generator.helper method, use it in place of generator.uses[...]
10 years ago
Rich Harris f97fa6d58f oops
10 years ago
Rich Harris f2acb5d6b6 handle shorthand properties in expressions (fixes #296)
10 years ago
Rich Harris d5804d4d85 tidy up
10 years ago
Rich Harris aabfec4e1c fix #301, even with non-primitive values
10 years ago
Rich Harris 0fa2164691 Merge branch 'master' into gh-301
10 years ago
Rich Harris e5a10b6425 set select value after options have been created (#301)
10 years ago
Rich Harris 2fad643daa oops
10 years ago
Rich Harris c2cc5e5fb8 normalise CSS parse errors
10 years ago
Rich Harris ef4d7e2538 work around some css-tree quirks
10 years ago
Rich Harris a1b5f70d66 include CSS AST in svelte.parse output
10 years ago
Rich Harris d3bd93783b lint
10 years ago
Rich Harris 58f1d48cb0 generate valid (if incorrect) code for component bindings in each-blocks
10 years ago
Rich Harris 1e1aa466e1 Merge pull request #297 from sveltejs/gh-290-a
10 years ago
Rich-Harris f7fdb9eb32 expose context on components
10 years ago
cayasso 50693eab4a fix select option value issue (#291)
10 years ago
Rich Harris 7e65e8b0b0 populate map.sources and map.sourcesContent even if none of the original code is used
10 years ago
Rich Harris 453622b9d5 add outputFilename option for sourcemap generation
10 years ago
Rich Harris 504e1de404 use css-tree to generate CSS AST and walk it
10 years ago
Rich-Harris 1c96e276c7 only update attributes that have changed (#279)
10 years ago
Rich-Harris db1895f426 only update triples if HTML has changed
10 years ago
Rich-Harris 94878de345 use temporary variable when determining whether to update text tag
10 years ago
Rich-Harris ccfb8b2888 Merge branch 'improve-perf' of https://github.com/PaulBGD/svelte into PaulBGD-improve-perf
10 years ago
Rich Harris 88011e7f93 two-way component binding in SSR (#275)
10 years ago
Paul Sauve 9a77c63b00 Sorry for breaking the style!
10 years ago
Paul Sauve 9fd8b8bbcf Merge branch 'master' into improve-perf
10 years ago
Paul Sauve 07d6a3ba9e Check if value changes before updating
10 years ago
Rich Harris e6fbf91017 dont trigger bindings for torn-down components (#277)
10 years ago
Rich Harris daa89570b2 use internal _set method for component bindings
10 years ago
Rich Harris 606cbc29a7 handle default paramters in computed values (fixes #274)
10 years ago