Commit Graph

2269 Commits (f9fbefe5ebf63af92bea608b13fc745916b886d3)

Author SHA1 Message Date
Richard Harris f9fbefe5eb fix #3035 for real
6 years ago
Richard Harris 7696c1fa6e remove components without props from each block - fixes #3035
6 years ago
Rich Harris 35001b36cc
Merge pull request #3102 from sveltejs/gh-3027
6 years ago
Richard Harris 607d693894 remove unused code
6 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes #3027
6 years ago
Richard Harris fc710a96f0 always bail out of hoisting on encountering local state - fixes #3044
6 years ago
Rich Harris fc32147ea5
Merge pull request #3098 from sveltejs/gh-3064
6 years ago
Rich Harris 1fc4b1c867 add Error to known globals, declare catch block parameter. fixes #3064
6 years ago
Rich Harris 5981be8ca5 Merge branch 'master' into gh-3058
6 years ago
Rich Harris 0e90ddcb0a always run onDestroy functions - fixes #3058
6 years ago
43081j 5d638d32ba fix existing lint errors
6 years ago
Rich Harris 324be53a70 merge master -> snake_case
6 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago
Rich Harris b801c67403
Merge branch 'master' into gh-2612
6 years ago
Rich Harris 2de0f1cbb1
Merge pull request #3093 from sveltejs/gh-3092
6 years ago
Rich Harris 09eb8330a3 handle member expressions in destructuring assignments - fixes #3092
6 years ago
Rich Harris abcdc740b1 typo
6 years ago
Rich Harris 86c5086c54 add some docs, rename to textContent and innerHTML
6 years ago
Rich Harris 4a7f5a2da2 Merge branch 'master' into init-contenteditable
6 years ago
Thomas Ghysels c9e3762638 Fix parsing ambiguous HTML entities (#3071)
6 years ago
Bryan Terce 60914b86fd Fix binding to values in a component when it uses `$$props` (#2725)
6 years ago
Bryan Terce 01676aac46 Fix dynamic `bind:this` on components (#2333)
6 years ago
Maurício Kishi 9200613352
Merge branch 'master' into gh-2612
6 years ago
mrkishi b424a88a5f
replace ninja globals
6 years ago
Bryan Terce fee4d351e1 preserve whitespace at each block boundaries (#713)
6 years ago
Bryan Terce 7b5f176764 Fix each blocks not unmounting components correctly (#3056)
6 years ago
Rich Harris d9046786a1
Track which blocks are outroing to prevent duplication
6 years ago
Conduitry 9bce3fc586 fix text nodes in .innerHTML-optimized output
6 years ago
Conduitry 3a384f004d Merge branch 'master' into gh-2612
6 years ago
Conduitry 59f04c93c5 don't grab page offsets too early
6 years ago
Richard Harris 9d94321333 merge master -> init-contenteditable
6 years ago
Richard Harris 71c0955ad0 Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris 8363ba4f44 whoops
6 years ago
Rich Harris 98b8ca7c20
Merge pull request #2990 from mrkishi/component-type
6 years ago
Richard Harris 1ad555cc32 Merge branch 'master' into IlyaSemenov-gh-2843
6 years ago
Richard Harris d36478657c move get_name to get_name_from_filename and add unit tests
6 years ago
Conduitry 552ea4b9ed only set attributes via properties when truly necessary (#1434)
6 years ago
mrkishi d4db3ed936 make eslint happy
6 years ago
mrkishi b0604b52a3 split typescript projects
6 years ago
Mikhail Korepanov ea74bfec55 Allow whitespace after = in attributes (#3026)
6 years ago
Johan acdcaa41bf ensure correct requestAnimationFrame context (#2933)
6 years ago
Efe Küçük be783c5c67 do not collapse whitespace containing nbsp (#3014)
6 years ago
Conduitry cd4c2f2075 use `@_` sigil for globals
6 years ago
Richard Harris 788cf97a93 prevent compiled output blowing up in Node if window is not defined
6 years ago
mrkishi f60ae53d76 deconflict more globals
6 years ago
Conduitry 2ac5993571 import globals from helpers (#2612) (#2947)
6 years ago
Ilya Semenov 181f60d4f8 Improve file name to component name conversion, fix #2843
6 years ago
Richard Harris b589289b55 use helpers
6 years ago
Richard Harris 4f626c45a9 tidy up, prevent collisions
6 years ago
Richard Harris e3de705cb8 initialise text/html bindings if necessary
6 years ago