Commit Graph

491 Commits (b7139fa0123b777883f85848dfaa593440a5d35e)

Author SHA1 Message Date
Richard Harris 4599d4161e only reevaluate if block conditions if dependencies changed
7 years ago
Almaz 8bf4f23baf Fixed unnecessarily style properties update
7 years ago
Rich Harris 38cc07628c dont set undefined input value - fixes #1233
7 years ago
Richard Harris 9cb5454b58 coerce tag values to string - fixes #2290
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Richard Harris 24989ec4c5 rename misnamed test, remove obsolete ones
7 years ago
Conduitry 69da2cf6de set data- attributes like regular attributes (#3337)
7 years ago
Conduitry 624d145a82 use `change` event for `bind:files` (#3226)
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Richard Harris d7d64a03b6 prevent dynamic components being detached twice - fixes #3113
7 years ago
Rich Harris 65b0b6a571 on second thoughts
7 years ago
Timothy Johnson 885e0035c8 Pass options in component event
7 years ago
Timothy Johnson 982de5f8bc Fix tests
7 years ago
Axelen123 8f6e6859f7 Update tests
7 years ago
Axelen123 c0a366b995 Add test for capture_state and inject_state
7 years ago
Axelen123 82fec43c32 Update tests
7 years ago
Maurício Kishi d0448aba01 Merge branch 'master' into gh-2612
7 years ago
Rich Harris 7de7cdbf06 Track which blocks are outroing to prevent duplication
7 years ago
Conduitry fa485165ce Merge branch 'master' into gh-2612
7 years ago
Conduitry 88881cd3c5 don't grab page offsets too early
7 years ago
Conduitry 348b8cde03 update tests (#1434) (#2935)
7 years ago
Conduitry fc1a0e86c3 update tests
7 years ago
mrkishi c0d9d555df deconflict more globals
7 years ago
Conduitry 0b913aa338 import globals from helpers (#2612) (#2947)
7 years ago
Harald Fassler 4d0d63f722 fix #2908
7 years ago
Rich Harris bf5b8ab777 Merge pull request #2881 from sveltejs/gh-2878
7 years ago
Richard Harris c6046fe29e update tests
7 years ago
Rich Harris 1176e674d0 Merge branch 'master' into less-invalidation
7 years ago
Richard Harris d0f84150bf code style
7 years ago
Richard Harris c2fa3dd30d Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props
7 years ago
Rich Harris c96ccf6dc6 Merge pull request #2856 from sveltejs/raf
7 years ago
Richard Harris 181e954224 only invalidate referenced values
7 years ago
Richard Harris 0f51970ac1 fix tests
7 years ago
Benjamin Milde f56445f3a1 Allow binding of <details> open
7 years ago
Colin Casey 4f474521ec check for unknown props when creating component
7 years ago
Emil Tholin 093bf15cb9 Don't get hoisted variable from ctx when using @debug
7 years ago
Richard Harris a63cdcdf94 use maps for keyed each block lookups - fixes #2430
7 years ago
Richard Harris 04900e90cd skip observedAttributes where appropriate - fixes #2399
7 years ago
Richard Harris 7823bb7134 optimise certain $$invalidate calls
7 years ago
Richard Harris 6b1067e8c1 allow reactive declarations without dependencies - fixes #2285
7 years ago
Rich Harris 8efa51519d update API reference docs (#2206)
8 years ago
Lukas 1df1830712 add playbackrate to compilation test
8 years ago
Richard Harris 3c1dae08b0 replace comment anchors with empty text nodes - fixes #2280
8 years ago
Rich Harris f955eb28b5 Merge pull request #2258 from sveltejs/collapse-whitespace
8 years ago
Conduitry 27bbc43af6 update tests
8 years ago
Rich Harris f362a92b40 fix
8 years ago
Rich Harris 43bf63448d implement bind:online
8 years ago
Richard Harris 4fad86313f collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris ad17bd7627 default to accessors: false (#2144)
8 years ago
Richard Harris 9838b2f613 update test
8 years ago
Richard Harris 20a4e5756c update JS tests
8 years ago
Richard Harris 8f9e2fd6f6 update parser and js tests
8 years ago
Conduitry 6e04e840f9 update tests
8 years ago
Richard Harris 20a944ce14 generate valid code for each block array literals (#2180)
8 years ago
Rich Harris 921b082591 Merge pull request #2188 from sveltejs/gh-2180
8 years ago
Richard Harris 68dd337074 optimise iteration over array literals - fixes #2180
8 years ago
Rich Harris a21f3d4ec1 Merge pull request #2185 from Panya/issue-2184
8 years ago
Mikhail Korepanov 666c9645c3 Don't invalidate `this`. Fixes #2184
8 years ago
Conduitry 9b6c142f37 update tests
8 years ago
Richard Harris 02dc8f36ea error on invalid compiler options — closes #2094
8 years ago
Rich Harris 8f730d524f update tests
8 years ago
Rich Harris 04c9ecb72a rename .html files to .svelte
8 years ago
Rich Harris f8a46ab5cd only do dirty check for writable values - fixes #2052
8 years ago
Rich Harris 4871395bf4 prevent duplicated reactive declarations - fixes #2054
8 years ago
Rich Harris 73feee76fa fix tests
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Richard Harris 5f6509bfbf set current = true on mount as well as intro - fixes #2000
8 years ago
Rich Harris d1767bd1eb Implement local transitions — fixes #1480
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Chris Reeves 43742738e2 defer hoisting until after the template is walked - fixes #2005
8 years ago
Rich Harris 81f7ca3895 Merge pull request #1993 from sveltejs/gh-1920
8 years ago
Richard Harris 6334140213 prevent writing to reactive values - fixes #1920
8 years ago
Richard Harris c464a11cdf dont use identity function to reflect props
8 years ago
Rich Harris 27def9722f Merge pull request #1991 from sveltejs/gh-1952-b
8 years ago
Richard Harris 21a4d1f1c4 hoist vars and lets - closes #1952
8 years ago
Richard Harris 80ba415093 fix scroll bindings
8 years ago
Chris Reeves 5c306736d2 reconcile test diff
8 years ago
Rich Harris 8d31848cfc Merge pull request #1978 from evs-chris/gh-1977-evschris
8 years ago
Rich Harris 3966d5b5f5 Merge pull request #1980 from evs-chris/gh-1952-evschris
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Chris Reeves bb16fea37e first pass at tracking mutation to avoid unnecessary update code - #1952
8 years ago
Chris Reeves 6dc5e2a6fc fix newline-before-block diffs caused by code builder adjustments
8 years ago
Richard Harris f0206ff4b9 deconflict with implicit props - fixes #1957
8 years ago
Richard Harris 9cac743948 update tests
8 years ago
Richard Harris e4f7b47ea9 fix test
8 years ago
Rich Harris 543218c57a Fix media bindings, simplify others
8 years ago
Richard Harris 827c4b46e7 prevent false positive detection of events that can be made passive - fixes #1914
8 years ago
Richard Harris f5fb02a24a fix tests
8 years ago
Richard Harris 6c89a53cab prevent parent component modifying child component state - fixes #1924
8 years ago
Rich Harris 788bf02f86 fix test
8 years ago
Rich Harris b584844610 remove missing prop warning false positives - fixes #1902
8 years ago
Rich Harris b30f2cdbf1 More conservative invalidation
8 years ago
Rich Harris 33f3fdee5c Bring svelte.technology source into main repo
8 years ago
Conduitry b84f1fb308 use extension-less import for svelte/internal
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris fdfafdcab2 Merge pull request #1822 from aphitiel/gh-1743
8 years ago
Rich Harris f385e829b7 use helper for combining window binding props
8 years ago
pk 1a4ea738eb move resize handler from _beforecreate to _after.. (fixes #1743)
8 years ago