Commit Graph

489 Commits (453622b9d5a66a8fff6de7ce1b41952f5cc1534a)
 

Author SHA1 Message Date
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
Rich Harris c71291f864 use options.name for easier debugging
10 years ago
Rich Harris daa89570b2 use internal _set method for component bindings
10 years ago
Rich Harris b9f13f5fc1 -> v1.6.8
10 years ago
Rich Harris f80878839a Merge pull request #276 from sveltejs/gh-274
10 years ago
Rich Harris 606cbc29a7 handle default paramters in computed values (fixes #274)
10 years ago
Rich Harris e0637f2432 Merge pull request #253 from sveltejs/universal-tests
10 years ago
Rich Harris 04627a6e88 skip onrender-chain test
10 years ago
Rich Harris 83deda147a Merge branch 'master' into universal-tests
10 years ago
Rich Harris 0697d0fff2 lint
10 years ago
Rich Harris e821ccc2de skip component binding SSR tests, for now
10 years ago
Rich Harris be60c82a54 add SSR triple test
10 years ago
Rich Harris e499322931 fix/skip various SSR tests
10 years ago
Rich Harris 39b4858964 Merge pull request #273 from sveltejs/gh-263
10 years ago
Rich Harris 98148a925f always flush render hooks, even if initiator is a nested component (#263)
10 years ago
Rich Harris cf5d794330 -> v1.6.7
10 years ago
Rich Harris 9dc0be3219 Merge pull request #268 from sveltejs/gh-267
10 years ago
Rich Harris 0ce10bdb94 Merge pull request #262 from PaulBGD/svg-set-xmlns
10 years ago
Rich Harris 548a359582 fix apostrophe entity (#267)
10 years ago
Paul Sauve b9c868869c Style fix
10 years ago
Paul Sauve 0809d9027b Merge branch 'master' into svg-set-xmlns
10 years ago
Rich Harris c11422b293 -> v1.6.6
10 years ago
Rich Harris 987ccd79a4 Merge pull request #265 from sveltejs/gh-264
10 years ago
Rich Harris 8fa1a17846 handle xlink attributes
10 years ago
Rich Harris 69e6e0ff1b Merge pull request #261 from PaulBGD/universal-tests-working
10 years ago
Rich Harris 25bfdf4009 don't mark `skip-ssr` tests as skipped, omit them altogether
10 years ago
Rich Harris 542eb0b8a9 Merge pull request #256 from Conduitry/blank-anchors
10 years ago
Paul Sauve 3aa8282933 xmlns should be added as an attribute for consistency
10 years ago
Paul Sauve 0a31cfee3b Work on skipping some tests
10 years ago
Conduitry 48a9f734d1 fix unit tests
10 years ago
Conduitry 03580ee354 use empty comments as anchors
10 years ago
Rich-Harris 6eda490b2a -> v1.6.5
10 years ago
Rich Harris b5494d10fe Merge pull request #255 from msteitle/dontThrowParseErrorOnDoctypeDeclaration
10 years ago
Matt Steitle 5aef9af439 dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching
10 years ago
Matt Steitle 3a9c3bba39 dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag
10 years ago