Commit Graph

2285 Commits (eb8ae7194db22d1e2f480d311fa709dad5965cd4)

Author SHA1 Message Date
Rich Harris eb8ae7194d Pass hoisted values through to slots (#3124)
7 years ago
Rich Harris 3ec8e5fe33 Fix contextual bind:this (#2806)
7 years ago
Rich Harris 26e15dc74c Merge pull request #3112 from sveltejs/gh-2917
7 years ago
Conduitry ea7654adb1 escape `@` sigils in debug filename
7 years ago
Rich Harris e105d2ade2 Merge branch 'master' into gh-2917
7 years ago
Rich Harris a9cec4d457 Merge pull request #3110 from sveltejs/gh-3054
7 years ago
Rich Harris a3f70bd288 Merge pull request #3111 from sveltejs/gh-2923
7 years ago
Rich Harris 9afe62b0ef Merge pull request #3109 from sveltejs/gh-3064-part-2
7 years ago
Rich Harris bc84ea23f4 Merge pull request #3106 from sveltejs/gh-3035
7 years ago
Rich Harris 3aab13914c fix placement of each-else block, and clarify node references in source - fixes #2917
7 years ago
Rich Harris 098b92a3bf sanitize names of automatically-bubbled events - fixes #2923
7 years ago
Rich Harris 307db077eb check for existence of switch instance before introing - fixes #3054
7 years ago
Rich Harris a93f089765 doh
7 years ago
Rich Harris 5a732658ce prevent empty if block
7 years ago
Rich Harris 1c0ead302f add a few more known globals
7 years ago
Richard Harris 6f9230a915 fix #3035 for real
7 years ago
Richard Harris 1e8728e2a4 only call subscriber once for writable with callback - fixes #3022
7 years ago
Richard Harris 6886d3260f remove components without props from each block - fixes #3035
7 years ago
Rich Harris 2e8da2bc1f Merge pull request #3102 from sveltejs/gh-3027
7 years ago
Richard Harris bdd4bb1f95 remove unused code
7 years ago
Richard Harris ea0dd9c0de prevent top-level text being discarded - fixes #3027
7 years ago
Richard Harris e1148b6590 always bail out of hoisting on encountering local state - fixes #3044
7 years ago
Rich Harris 497472d01a Merge pull request #3098 from sveltejs/gh-3064
7 years ago
Rich Harris a1f5bb96b7 add Error to known globals, declare catch block parameter. fixes #3064
7 years ago
Rich Harris f2c0364da0 Merge branch 'master' into gh-3058
7 years ago
Rich Harris 57c6b2e94a always run onDestroy functions - fixes #3058
7 years ago
43081j e65c8e4f8d fix existing lint errors
7 years ago
Rich Harris 0034b6b074 merge master -> snake_case
7 years ago
Rich Harris 02e635687b rename kebab-case files - supercedes #2890
7 years ago
Rich Harris 8390195c3a Merge branch 'master' into gh-2612
7 years ago
Rich Harris b1bf645272 Merge pull request #3093 from sveltejs/gh-3092
7 years ago
Rich Harris 14e739379b handle member expressions in destructuring assignments - fixes #3092
7 years ago
Rich Harris a7aa95477f typo
7 years ago
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Rich Harris 3c21a184d1 Merge branch 'master' into init-contenteditable
7 years ago
Thomas Ghysels d6b5c42f7f Fix parsing ambiguous HTML entities (#3071)
7 years ago
Bryan Terce 34ac1ff42e Fix binding to values in a component when it uses `$$props` (#2725)
7 years ago
Bryan Terce dc3cb06f91 Fix dynamic `bind:this` on components (#2333)
7 years ago
Maurício Kishi d0448aba01 Merge branch 'master' into gh-2612
7 years ago
mrkishi b57354d8ac replace ninja globals
7 years ago
Bryan Terce b61b92166e preserve whitespace at each block boundaries (#713)
7 years ago
Bryan Terce 0cc4b91f65 Fix each blocks not unmounting components correctly (#3056)
7 years ago
Rich Harris 7de7cdbf06 Track which blocks are outroing to prevent duplication
7 years ago
Conduitry 3bc50e0945 fix text nodes in .innerHTML-optimized output
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
Richard Harris d21f2b4518 merge master -> init-contenteditable
7 years ago
Richard Harris b95d200a04 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris f82378e64f whoops
7 years ago
Rich Harris f8433a30e6 Merge pull request #2990 from mrkishi/component-type
7 years ago