Commit Graph

1394 Commits (a641019ab9d4ef419744b1318491248b557b1d2c)

Author SHA1 Message Date
Rich Harris 662363cca2 spread
7 years ago
Rich Harris f8db2eee61 use ctx in SSR
7 years ago
Rich Harris c0d241d819 fix helpers
7 years ago
Rich Harris 32774a821d more stuff
7 years ago
Rich Harris 7825c1230a various
7 years ago
Rich Harris 9ff1beec48 WIP
7 years ago
Rich Harris 64843331d4 Merge branch 'master' into gh-1316
7 years ago
Rich Harris 83e62ea0b9 remove more unused references
7 years ago
Rich Harris fb09c2548f remove unused contextDependencies references
7 years ago
Rich Harris d3afc4c0f3 baby steps towards #1316
7 years ago
Rich Harris 6534fef37d
Merge pull request #1364 from sveltejs/gh-1356
7 years ago
Rich Harris 4734382e69
Merge pull request #1365 from sveltejs/gh-1354
7 years ago
Rich Harris 35a5d8f537 prevent stale state in component event handlers - fixes #1353
7 years ago
Rich Harris f8b076b2f3 set state to blank object on destroy, not null - fixes #1354
7 years ago
Rich Harris 8643b7ac88 tweak
7 years ago
Rich Harris 991bd9dce8 correctly report changed properties in initial state/update events - fixes #1356
7 years ago
Rich Harris 0dd7bf047f
Merge pull request #1358 from sveltejs/gh-1038
7 years ago
Conduitry 5c4819e1a5 add support for shorthand imports of components
7 years ago
Rich Harris a0404f7331 update spread props in each blocks without other dynamic attributes - fixes #1337
7 years ago
Rich Harris c84bd85167 rename function to make it easier to find
7 years ago
Rich Harris aaab6853ce support $method(...) calls, and warn on store.method(...)
7 years ago
Rich Harris 6ff02b263e remove legacy prop stuff, now that we emit ES2015
7 years ago
Rich Harris fb9d7cdb28 remove obsolete hash stuff
7 years ago
Rich Harris 06517ce82f remove erroneous warnings
7 years ago
Conduitry f2b6ec47a2 fix <svelte:window> to use new APIs
7 years ago
Rich Harris 1e9b32a48d fixes
7 years ago
Rich Harris 69c41a0373 use new Function instead of eval, to prevent Rollup complaining
7 years ago
Rich Harris 5a457bfb87 rename loc to start, include character info in locations
7 years ago
Rich Harris 07bad96719 tidy up
7 years ago
Rich Harris 7e733d82e7 enforce uppercase component names
7 years ago
Rich Harris cae4dd93bf fix some more tests
7 years ago
Rich Harris 87a8e37150 remove cascade option
7 years ago
Rich Harris a2759604cb SSR tests
7 years ago
Rich Harris 8eb4adc7e6 small fix
7 years ago
Rich Harris 2d5b47b8a4 remove store option
7 years ago
Rich Harris ce114600d1 remove deprecated renderCss method
7 years ago
Rich Harris 4fe8d95a6d dont typecast numeric attributes
7 years ago
Rich Harris 80e0dceb9a remove validate and Stylesheet from public API
7 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
7 years ago
Rich Harris df4e3678dc update snapshot tests
7 years ago
Rich Harris 2f86bd339d update tests to account for removal of observe
7 years ago
Rich Harris 9070969418 remove references to obsolete methods
7 years ago
Rich Harris 34d2fbfa58 remove ES5 constraint
7 years ago
Rich Harris 470eacf9d4 remove obsolete methods
7 years ago
Rich Harris 5ebd43898c deprecate get with string argument
7 years ago
Rich Harris ee8256604c allow overwritten observe
7 years ago
Rich Harris 6249fa6bc8
Merge pull request #1345 from sveltejs/gh-1069
7 years ago
Rich Harris 99ea7539af use destructuring syntax for computed props in v2 mode - fixes #1069
7 years ago
Rich Harris 6f4de8f237 prevent double-firing of update on init
7 years ago
Rich Harris 43ea6bdf28 add note to self
7 years ago
Rich Harris 2a43fe94b3 deprecate observe
7 years ago
Rich Harris 9a9da249ce remove unused dispatchObservers
7 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
7 years ago
Rich Harris 7fe139feaa
Merge pull request #1340 from sveltejs/gh-474
7 years ago
Rich Harris 35f4a1f063 add codes to errors
7 years ago
Conduitry bed13d2147 in v2, don't parse for interpolations in non-root style elements (#1339)
7 years ago
Rich Harris b86a1edb52 add codes to validation errors
7 years ago
Rich Harris f0b2cb99f2 add codes to warnings (#474)
7 years ago
Rich Harris 813e077ccc
Merge pull request #1330 from sveltejs/gh-1318
7 years ago
Rich Harris 7576d7dc93 update keyed each block syntax
7 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
7 years ago
Rich Harris 94a7ffb9a5 fix debugging comments
7 years ago
Rich Harris 7681939d3e fix head/window meta tags
7 years ago
Rich Harris bb61e6e911 v2 js tests
7 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
7 years ago
Rich Harris 31ee144b9c attribute shorthand
7 years ago
Rich Harris 7b5b236e1c update length sourcemap hack for v2
7 years ago
Rich Harris 258466ebbe attribute shorthand
7 years ago
Rich Harris 032083bb34 fix #1331
7 years ago
Rich-Harris 90a372ebf3 brute force new keyed each block syntax
7 years ago
Rich-Harris cc0055cf82 update parser for v2
7 years ago
Rich-Harris eebd47d02b add v2 parser tests, handle single curly tags
7 years ago
Rich Harris 0ebe5355e1
Merge pull request #1299 from sveltejs/gh-1257
7 years ago
Rich Harris 07a53e55de
Merge pull request #1311 from sveltejs/gh-1278
7 years ago
Rich Harris 4a6807eab1
Merge pull request #1312 from sveltejs/gh-1275
7 years ago
Rich Harris f66f21bf23
Merge pull request #1313 from sveltejs/gh-1270
7 years ago
Rich Harris 2cd495739f
Merge pull request #1314 from sveltejs/gh-1269
7 years ago
Rich-Harris 6ef808c941 support custom events on <:Window> - fixes #1268
7 years ago
Rich-Harris ee01fb58c6 make CSS DCE case-insensitive - fixes #1269
7 years ago
Rich-Harris dfc8462d98 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
7 years ago
Rich-Harris 34bedcc299 deconflict against inherited contexts - fixes #1275
7 years ago
Rich-Harris 029e952171 treat component events the same as element events - fixes #1278
7 years ago
Rich Harris 8717ff8c3c
Merge pull request #1310 from sveltejs/gh-1300
7 years ago
Rich Harris 58dba848c7
Merge pull request #1309 from sveltejs/gh-1306
7 years ago
Rich-Harris d6b8ca3fdb bail out of CSS optimisations on encountering spread - fixes #1300
7 years ago
Rich-Harris b4ade9d4b2 remove duplicated code (#1301
7 years ago
Rich-Harris dd247447c0 ensure correct order of DOM insertions with neighbouring keyed each blocks - fixes #1306
7 years ago
Rich-Harris ee7f6769c4 spread on dynamic component - fixes #1307
7 years ago
Rich-Harris a32ceeca32 fix duplicated line - closes #1301
7 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
7 years ago
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
7 years ago
Rich Harris 5d02b9e090
Merge pull request #1296 from sveltejs/fix-errors
7 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
7 years ago
Rich-Harris 7c47cc19f7 handle boolean attributes
7 years ago
Rich-Harris c0287f2080 include warnings in stats object
7 years ago
Rich-Harris a5d5a6c952 add lifecycle hooks
7 years ago
Rich-Harris 788aa89b41 add stats tests, handle imports
7 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
7 years ago
Rich-Harris 0f5912f316 ugh node 6
7 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
7 years ago