Commit Graph

523 Commits (20ac14b2416c46d30b3cca714364f872d551f213)
 

Author SHA1 Message Date
Rich Harris 20ac14b241 Merge pull request #305 from sveltejs/gh-296
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 6c5af8ffc6 Merge branch 'master' of https://github.com/sveltejs/svelte
10 years ago
Rich Harris 74b4b1c5fa -> v1.7.0
10 years ago
Rich Harris ac7b96edc2 Merge pull request #304 from sveltejs/gh-301
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 869978853d Merge pull request #302 from sveltejs/css-errors
10 years ago
Rich Harris e0a7a19597 remove comment
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 7e14400434 add (skipped) test for #301
10 years ago
Rich Harris 7293f6a785 Merge pull request #299 from sveltejs/gh-290-b
10 years ago
Rich Harris d3bd93783b lint
10 years ago
Rich Harris a49109cefe fix tests
10 years ago
Rich Harris 58f1d48cb0 generate valid (if incorrect) code for component bindings in each-blocks
10 years ago
Rich Harris c89400f0dd fix tests
10 years ago
Rich Harris 79f1898caa Merge branch 'master' into gh-290-b
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
Rich Harris 956c49b718 -> v1.6.11
10 years ago
Rich Harris cd12ecd3a6 remove duplicate set(), check select value
10 years ago
Rich Harris a8abe61fb2 failing tests for second bug in #290
10 years ago
cayasso b2ebafa3fc add test for select option issue (#291)
10 years ago
cayasso 50693eab4a fix select option value issue (#291)
10 years ago
Rich Harris 7608158a98 failing test for first bug in #290
10 years ago
Rich Harris 4cd8d26a12 -> v1.6.10
10 years ago
Rich Harris 11d064ef57 Merge pull request #295 from sveltejs/sourcemaps
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 613589479f -> v1.6.9
10 years ago
Rich Harris cd1101eea6 Merge pull request #294 from sveltejs/css-parser
10 years ago
Rich Harris 504e1de404 use css-tree to generate CSS AST and walk it
10 years ago
Rich Harris d94bde3cf4 failing test for #288
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 47852b3584 Merge pull request #281 from sveltejs/gh-275
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 7359f0e08d Merge pull request #278 from sveltejs/gh-277
10 years ago
Rich Harris e6fbf91017 dont trigger bindings for torn-down components (#277)
10 years ago