Commit Graph

1975 Commits (0c4a844995d15f62215e66662ce8caa350cf7779)

Author SHA1 Message Date
Rich Harris 1685d875cb
Merge pull request #3110 from sveltejs/gh-3054
5 years ago
Rich Harris 33b756c9da
Merge pull request #3111 from sveltejs/gh-2923
5 years ago
Rich Harris ed7fdffd6e
Merge pull request #3106 from sveltejs/gh-3035
5 years ago
Rich Harris d10d491579 sanitize names of automatically-bubbled events - fixes #2923
5 years ago
Rich Harris f2044c4e1c check for existence of switch instance before introing - fixes #3054
5 years ago
Richard Harris 18db410060 actually this test should fail
5 years ago
Richard Harris 65eb5bb340 only call subscriber once for writable with callback - fixes #3022
5 years ago
Richard Harris 7696c1fa6e remove components without props from each block - fixes #3035
5 years ago
Rich Harris 35001b36cc
Merge pull request #3102 from sveltejs/gh-3027
5 years ago
Richard Harris 960b548d14 prevent top-level text being discarded - fixes #3027
5 years ago
Richard Harris fc710a96f0 always bail out of hoisting on encountering local state - fixes #3044
5 years ago
Rich Harris fc32147ea5
Merge pull request #3098 from sveltejs/gh-3064
5 years ago
Rich Harris 1fc4b1c867 add Error to known globals, declare catch block parameter. fixes #3064
5 years ago
Rich Harris db722c8298 lint
5 years ago
Rich Harris 5981be8ca5 Merge branch 'master' into gh-3058
5 years ago
Rich Harris 0e90ddcb0a always run onDestroy functions - fixes #3058
5 years ago
43081j 5d638d32ba fix existing lint errors
5 years ago
Rich Harris b801c67403
Merge branch 'master' into gh-2612
5 years ago
Rich Harris 2de0f1cbb1
Merge pull request #3093 from sveltejs/gh-3092
5 years ago
Rich Harris 09eb8330a3 handle member expressions in destructuring assignments - fixes #3092
5 years ago
Rich Harris 4e8755338a oops
5 years ago
Rich Harris 86c5086c54 add some docs, rename to textContent and innerHTML
5 years ago
Rich Harris dddc69ec7f update tests
5 years ago
Rich Harris 4a7f5a2da2 Merge branch 'master' into init-contenteditable
5 years ago
Thomas Ghysels c9e3762638 Fix parsing ambiguous HTML entities (#3071)
5 years ago
Bryan Terce 60914b86fd Fix binding to values in a component when it uses `$$props` (#2725)
5 years ago
Bryan Terce 01676aac46 Fix dynamic `bind:this` on components (#2333)
5 years ago
Maurício Kishi 9200613352
Merge branch 'master' into gh-2612
5 years ago
Bryan Terce fee4d351e1 preserve whitespace at each block boundaries (#713)
5 years ago
Bryan Terce 7b5f176764 Fix each blocks not unmounting components correctly (#3056)
5 years ago
Rich Harris d9046786a1
Track which blocks are outroing to prevent duplication
5 years ago
Conduitry 9bce3fc586 fix text nodes in .innerHTML-optimized output
5 years ago
Conduitry 3a384f004d Merge branch 'master' into gh-2612
5 years ago
Conduitry 59f04c93c5 don't grab page offsets too early
5 years ago
Richard Harris 9d94321333 merge master -> init-contenteditable
5 years ago
Conduitry a332b648e9 update tests (#1434) (#2935)
5 years ago
mrkishi d4db3ed936 make eslint happy
5 years ago
mrkishi b0604b52a3 split typescript projects
5 years ago
mrkishi 52618594f4 fix .gitignore'd files
5 years ago
Mikhail Korepanov ea74bfec55 Allow whitespace after = in attributes (#3026)
5 years ago
Efe Küçük be783c5c67 do not collapse whitespace containing nbsp (#3014)
5 years ago
Conduitry e5d4162092 update tests
5 years ago
mrkishi f60ae53d76 deconflict more globals
5 years ago
Conduitry 2ac5993571 import globals from helpers (#2612) (#2947)
5 years ago
Richard Harris e3de705cb8 initialise text/html bindings if necessary
5 years ago
Richard Harris 8d25f5da0a Merge branch 'master' of https://github.com/leporo/svelte
5 years ago
Rich Harris 658290546a
allow empty <title> tags - fixes #2980 (#2988)
5 years ago
Rich Harris 1102ff6426
support once modifier on component events, fail on others (#2987)
5 years ago
Rich Harris c1960f9ef8
Merge branch 'master' into master
5 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
5 years ago