Commit Graph

2004 Commits (f3add416602f7416266c8a4a4edc8a650d3d87ea)

Author SHA1 Message Date
Rich Harris 78d9e1d364 Merge pull request #3158 from sveltejs/gh-3038
7 years ago
Rich Harris d80f711dde Merge pull request #3151 from sveltejs/gh-2906
7 years ago
Rich Harris 71dc396701 Merge pull request #3150 from sveltejs/gh-2281
7 years ago
Richard Harris 5e58764c63 prevent malformed code when injecting invalidate statements
7 years ago
Richard Harris b0246474ce correctly transform inline shorthand methods - fixes #2906
7 years ago
Rich Harris d054c8e8f9 onMount before first afterUpdate
7 years ago
Rich Harris b21a5c8562 Merge branch 'onmount_triggers_in_reverse_order_for_siblings' of https://github.com/colincasey/svelte into colincasey-onmount_triggers_in_reverse_order_for_siblings
7 years ago
Rich Harris 87f5ae925a Merge pull request #3149 from Conduitry/preprocess-attribute-parsing-fix
7 years ago
Conduitry 475433c7d7 preprocess: fix handling of attribute values containing `=`
7 years ago
Rich Harris fba160906c Merge branch 'gh-3135' of https://github.com/btk5h/svelte into btk5h-gh-3135
7 years ago
Rich Harris cb545713a6 Merge pull request #3147 from sveltejs/gh-2693
7 years ago
Rich Harris 36b15b50a3 Merge pull request #3146 from sveltejs/gh-2135
7 years ago
Rich Harris 3f7c7e021e Merge pull request #3145 from sveltejs/gh-2034
7 years ago
Rich Harris fc71d001b3 Merge pull request #3142 from sveltejs/gh-1496
7 years ago
Rich Harris 65b0b6a571 on second thoughts
7 years ago
Richard Harris 00d43752bb distinguish between lazy and non-lazy expressions - fixes #2693
7 years ago
Richard Harris 9601f44ff2 handle circular values when rendering bindings - fixes #2135
7 years ago
Richard Harris d4b021201f update bind:this references when setting to null - fixes #2034
7 years ago
Richard Harris 8d95c53c09 prevent await block mounting inside removed if block - fixes #1496
7 years ago
Richard Harris 15f89891a0 add scoping attribute for pseudo-class selectors without a type/class - fixes #1705
7 years ago
Bryan Terce 439ab17c7f Add tests
7 years ago
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 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 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
Richard Harris 525e4c8853 actually this test should fail
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 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 2d1ecd4544 lint
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 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 f32e1e19c6 oops
7 years ago
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Rich Harris 3bcb56b804 update tests
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