Commit Graph

951 Commits (57af1539d9c1b58728a4fe1b695f2b54a8f2d227)

Author SHA1 Message Date
esarbanis 9218f20330 Use a block scoped unique name for the context 7 years ago
Rich Harris f659fd8391 remove unused _yield property 7 years ago
Rich Harris 3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904' 7 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions 7 years ago
Johnny Hauser 8edfd643f1 match css attribute name only selectors (no value) 7 years ago
Rich Harris 218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1 7 years ago
Rich Harris 5646df77ac possible fix for 7 years ago
Rich Harris 921ad06bc7 Merge pull request from sveltejs/event-handler-options-callee 8 years ago
Conduitry cc8614c51c allow options.* as event handler callee 8 years ago
Jacob Mischka f0aea9b086
Fix updates for destructured each arrays 8 years ago
Rich Harris c394aa7848 Merge pull request from jacobmischka/destructure-each 8 years ago
Rich Harris d01d7ee580 Merge pull request from m59peacemaker/audio-muted 8 years ago
Conduitry 0fd823d661 fix syntax 8 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data 8 years ago
Jacob Mischka ffbc991027
Add missing runtime test, add contexts to SSR 8 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts 8 years ago
Johnny Hauser b79e37c727 supported "muted" property as boolean on audio element 8 years ago
Conduitry 0567d08094 pass default onwarn and onerror handlers to user's callbacks 8 years ago
Rich Harris c7e0674441 Merge pull request from sveltejs/gh-871 8 years ago
Rich Harris 86a11b547b handle unknown at-rules that are declaration-like — fixes 8 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes 8 years ago
Rich Harris 54d9e05f27 Merge pull request from sveltejs/gh-866 8 years ago
Conduitry 707405af7a fix sigil escaping in .textContent and .innerHTML () 8 years ago
Conduitry 0a7e6183fd do not use self-closing tags in .innerHTML () 8 years ago
Rich Harris 1dc4882183 merge master -> no-template-iife 8 years ago
Rich Harris d27e4734d5 Merge branch 'master' into short-method-names 8 years ago
Rich Harris dc3785c1e2 fix escaping of %-prefixed names 8 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output 8 years ago
Rich Harris 7f39b5be16 tidy up 8 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests 8 years ago
Rich Harris 49403d4326 deconflict 8 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE () 8 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE 8 years ago
Rich Harris 94e280e430 merge master -> gh-23 8 years ago
Rich Harris dabc2d1fdf dont wrap ESM in IIFE 8 years ago
Rich Harris 2da0e252c7 merge master => iife 8 years ago
Rich Harris 2b2a1b40ce use short method names 8 years ago
Rich Harris c8f094cf80 remove unused destroyEach and destroy arguments 8 years ago
Rich Harris 1f9fc04d27 simplify module wrapping 8 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife 8 years ago
Rich Harris 64026c3ba9 Merge pull request from sveltejs/gh-782 8 years ago
Rich Harris cf56c0ba04 Merge branch 'master' into gh-23 8 years ago
Rich Harris d5ad4c007b update validation message 8 years ago
Rich Harris 5d84a93c99 shorten each block var names 8 years ago
Rich Harris 4f1d48c4a6 more readable each block values 8 years ago
Rich Harris 74d84d81e9 remove incorrect argument 8 years ago
Rich Harris 66ae0d9c94 use textContent and innerHTML where appropriate () 8 years ago
Rich Harris 5cd76be290 various fixes 8 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE 8 years ago
Rich Harris 240291604b refactor module wrapping 8 years ago
Rich Harris 6b70825ac3 Merge pull request from sveltejs/remove-is-initial 8 years ago
Rich Harris e2ef1fdb96 dont update components with only static bindings 8 years ago
Rich Harris 6f0961ed5a remove oldState from recompute 8 years ago
Rich Harris 955354739f Merge branch 'master' into remove-is-initial 8 years ago
Rich Harris 9f19121b65 remove isInitial check on recompute 8 years ago
Rich Harris b1cbffece6 remove excess parentheses 8 years ago
Rich Harris 33dbc18a10 merge master -> shared-init 8 years ago
Rich Harris 9d8f2c466f Merge pull request from sveltejs/gh-823 8 years ago
Rich Harris ef3cf34367 tighten up a bit more 8 years ago
Rich Harris bd002f94bc extract some shared init logic 8 years ago
Rich Harris 6ad8c38663 Merge pull request from sveltejs/gh-849 8 years ago
Rich Harris 14463380f7 Merge pull request from sveltejs/gh-850 8 years ago
Rich Harris 58cc7f8ed1 allow console.* calls in event handlers. fixes 8 years ago
Rich Harris 1d34bd886e put version comment above imports 8 years ago
Rich Harris 6e57fa3ced add debugging comments 8 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes 8 years ago
Rich Harris 0a0f474e43 use anchor.parentNode as target instead of slot document fragment - fixes 8 years ago
Rich Harris fbbaff5404 typo 8 years ago
Rich Harris 049fe59082 Merge pull request from sveltejs/gh-827 8 years ago
Rich Harris 3879d52616 dont slot elements inside custom elements - fixes 8 years ago
Rich Harris 770c14955d escape shadow DOM CSS - fixes 8 years ago
Rich Harris 61476048c8 dont use skipped text nodes as anchors - fixes 8 years ago
martinandert 37f5a626b3 Add parenthesis around or'd expression 8 years ago
Rich Harris 1bdd624b35 prevent accidentally reintroducing ES6 into shared helpers 8 years ago
P 072f541855 Change let -> var, solves 8 years ago
Rich Harris 975a974578 use anchors for slotted content - fixes 8 years ago
Rich Harris bf3afe955c Merge pull request from sveltejs/nightmare 8 years ago
Rich Harris 5f2ea34d84 always attach fragment to shadow root (fixes ) 8 years ago
Rich Harris d75ab8544e remove requestAnimationFrame stuff, convert time ranges to {start, end} objects 8 years ago
Rich Harris 35637d8da8 Merge branch 'martinandert-bind-buffered-played-seekable-of-media' 8 years ago
Jacob Mischka 91e04da952
Check legacy, quote all reserved names 8 years ago
Jacob Mischka b367cdac40
Quote `class` property name in attributes. 8 years ago
Conduitry 88048188ae update to css-tree@1.0.0-alpha22 8 years ago
jpsc 8639359aa7 feat(a11y): add warning missing lang on html tag 8 years ago
Rich Harris d1482f0541 Merge branch 'bind-buffered-played-seekable-of-media' of https://github.com/martinandert/svelte into martinandert-bind-buffered-played-seekable-of-media 8 years ago
martinandert db0b6d712f Make buffered/played/seekable attributes of media element bindable 8 years ago
Rich Harris 7c6ea13689 reenable all tests, fix some failures 8 years ago
Rich Harris 85e9ed9a81 tabindex-no-positive 8 years ago
Rich Harris 915c1835a4 scope 8 years ago
Rich Harris b3409ad405 no-distracting-elements 8 years ago
Rich Harris 81c5a1fb3b no-autofocus 8 years ago
Rich Harris d5b8d2fd48 no-access-key 8 years ago
Rich Harris 2364f6a04d heading-has-content 8 years ago
Rich Harris c62a74e8ae aria-role 8 years ago
Rich Harris 125191a843 aria-props 8 years ago
Rich Harris a90e072086 alt-text 8 years ago
Rich Harris 6133976fec anchor-is-valid 8 years ago
Rich Harris bacbaef868 anchor-has-content 8 years ago
Rich Harris 51c2e0581b a11y checks () 8 years ago
Rich Harris 66c382acae Merge branch 'master' of github.com:sveltejs/svelte 8 years ago