Commit Graph

1170 Commits (b5102f4f1badb39d67ab475ce91ced6927fd1ffa)

Author SHA1 Message Date
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
7 years ago
Rich Harris 57ec514654
Merge pull request #1052 from sveltejs/gh-1051
7 years ago
Rich Harris 316d32b08d
Merge pull request #1054 from sveltejs/gh-1026
7 years ago
Rich Harris f7c68be15d
Merge pull request #1050 from sveltejs/gh-1039
7 years ago
Rich Harris 20962f9d82 add option to disable two-way binding (#54)
7 years ago
Rich Harris 8b5dba9f4a
remove TODO
7 years ago
Conduitry 600b3926d3 use Object.setPrototypeOf instead of __proto__
7 years ago
Rich Harris 1f31ba52c3 dont create text nodes inside <:Head> - fixes #1026
7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
7 years ago
Rich Harris ab94066932 warn on unused events/transitions - fixes #1051
7 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
7 years ago
Rich Harris cf7104dbaa fix data references in event handlers inside await-then-catch (fixes #1032)
7 years ago
Rich Harris 831cc411a1
Merge pull request #1048 from sveltejs/gh-1022
7 years ago
Rich Harris db646945f8
Merge pull request #1047 from sveltejs/gh-1040
7 years ago
Rich Harris 2120a81958 boy do i feel stupid. fixes #1022
7 years ago
Rich Harris 7a8e17779c create initial data for dynamic components in correct place - fixes #1040
7 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
7 years ago
Rich Harris 4b87d20b93 tweak error wording slightly
7 years ago
Emil Ajdyna d561c93841 Check against this usage in computed functions
7 years ago
Alex Nozdriukhin 99c1f42821 Remove unnecessary 'const' assignment
7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
7 years ago
Rich Harris ca7e90083e can just use options here
7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
7 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
7 years ago
Rich Harris 8a3898c6cb fix unrelated bug that was causing tests to fail
7 years ago
Rich Harris 291a0baa16 unmount head children correctly
7 years ago
Rich Harris ed44f7d1fa server-side <:Head>
7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
7 years ago
Rich Harris ca6a4a7708
Merge pull request #1021 from sveltejs/gh-1015
7 years ago
Rich Harris a02c3dba28 remove copy pasta
7 years ago
Rich Harris 22ba8f74ca deprecate renderCss
7 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
7 years ago
Rich Harris bc505161d1 deconflict properly
7 years ago
Rich Harris 0127f9f0ca change server-side render method signature
7 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
7 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property
7 years ago
Rich Harris 1edd0e171c remove unused code
7 years ago
Rich Harris 6bd410c886 implement preload
7 years ago
Rich Harris bc7ade0bbd
Merge pull request #1019 from sveltejs/gh-1012
7 years ago
Rich Harris b252e3378f
Merge pull request #1018 from sveltejs/gh-1014
7 years ago
Rich Harris e4d257da1e deconflict computed properties with arguments to _recompute - fixes #1012
7 years ago
Rich Harris 8c7e5b7758 allow await blocks in slots - fixes #1014
7 years ago
Rich Harris 9b09758f8c remove unused import
7 years ago
Rich Harris 9377331203 allow components without slots to have whitespace as only child - fixes #1007
7 years ago
Efthymis Sarmpanis b1909dc19b Properly override toString in CompileError
7 years ago
Rich Harris 774caf42ca
sanitize filenames before SSRing - fixes #1005
7 years ago
Rich Harris 5904a647db
support dynamic import - closes #1003
7 years ago
Rich Harris b83afb0528
await...then shorthand - fixes #957
7 years ago
Rich Harris 81f449093d
emit dev mode error for bad arguments to set - fixes #990
7 years ago
Rich Harris d10f7fbdbf
don't add event to expectedProperties - fixes #972
7 years ago
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes #998
7 years ago
Rich Harris 36718e79bd
Handle empty classes when pruning unused styles - fixes #997
7 years ago
Rich Harris 0be3211c4f
fix figcaption a11y warning - fixes #996
7 years ago
Rich Harris c799230164
don't use dataset with svg elements - fixes #995
7 years ago
Rich Harris e20b38e7c0
fix dynamic components inside elements - fixes #994
7 years ago
Rich Harris a8eaa7e95c refactor
7 years ago
Rich Harris 0ae82f3c53
Merge pull request #987 from tivac/preprocess-options
7 years ago
Pat Cavit 92dfabe3dc WIP: fix args to markup hook
7 years ago
Pat Cavit b4a80c5526 WIP: pass just filename param
7 years ago
Pat Cavit 9748e90e86 WIP: interface
7 years ago
Pat Cavit de9ac1240a WIP: pass options object to preprocess hooks
7 years ago
Rich Harris 1636f1733b Merge branch 'master' into gh-640
7 years ago
Rich Harris 978e628e67 mount await blocks with siblings (#974), and unmount correctly (#975)
7 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff
7 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
7 years ago
Rich Harris e6ef5af6ba slotted contents of dynamic components
7 years ago
Rich Harris f4e66c0e72 update props of existing dynamic component
7 years ago
Rich Harris dd9ecb8064 dynamic component bindings
7 years ago
Rich Harris e1777b6037 dynamic component event handlers
7 years ago
Rich Harris 57af1539d9 SSR :Switch components
7 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
7 years ago
Rich Harris 4f991536d4 parse :Switch tags
7 years ago
Rich Harris 3350f166db dont transform bidi transitions twice - fixes #962
7 years ago
Rich Harris 844e89f277 correctly mount await block that has an anchor
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris 9eaea2ba94 fix attribute parsing
7 years ago
Rich Harris 6fd069922b more direct tests
7 years ago
Rich Harris 368ac9b8ab fix output
7 years ago
Rich Harris 16599690a5 always return something
7 years ago
Rich Harris cec17c27b0 rename functions
7 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option
7 years ago
Rich Harris 35085839e1 remove redundant try-catch
7 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
7 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
7 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
7 years ago
Rich Harris a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
7 years ago
Rich Harris dc97fa76c8 less code
7 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
7 years ago
Rich Harris 8a0813e96b SSR await-then-catch
7 years ago
Rich Harris 56b167b44f await-then-catch with non-promise
7 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working
7 years ago
Rich Harris d783993d23 halfway there
7 years ago
Rich Harris 908fe2ab7a parse await-then-catch
7 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props
7 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
7 years ago
Rich Harris 945d8ce526 store bindings
7 years ago
Rich Harris be68cd9de2 use store in SSR mode
7 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
7 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
7 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
7 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
7 years ago
Rich Harris d32328ca69
append to the dom, not a document fragment, when updating each block in slot - fixes #927
7 years ago
Rich Harris 0a01aa0243
Increase code coverage
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
7 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
7 years ago
Rich Harris 509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
7 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
7 years ago
Rich Harris 956d7b17b8 remove unused code
7 years ago
Rich Harris 7e07cde021 use <option> children as value attribute, if none exists. fixes #928
7 years ago
Rich Harris 0a4e795498
Merge pull request #921 from sveltejs/gh-917
7 years ago
Rich Harris 3ff208ffdd
Merge pull request #925 from sveltejs/gh-915
7 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
7 years ago
Rich Harris d28942d91a dont use innerHTML for options inside optgroups - fixes #915
7 years ago
Rich Harris 96428312ec check component exists after _bind before continuing - fixes #917
7 years ago
Rich Harris 6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
7 years ago
Rich Harris ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
7 years ago
Conduitry f19907e9f7 fix factory arguments for globals in UMD output
7 years ago
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 #893
7 years ago
Rich Harris 921ad06bc7 Merge pull request #900 from sveltejs/event-handler-options-callee
7 years ago
Conduitry cc8614c51c allow options.* as event handler callee
7 years ago
Jacob Mischka f0aea9b086
Fix updates for destructured each arrays
7 years ago
Rich Harris c394aa7848 Merge pull request #889 from jacobmischka/destructure-each
7 years ago
Rich Harris d01d7ee580 Merge pull request #886 from m59peacemaker/audio-muted
7 years ago
Conduitry 0fd823d661 fix syntax
7 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data
7 years ago
Jacob Mischka ffbc991027
Add missing runtime test, add contexts to SSR
7 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
7 years ago
Johnny Hauser b79e37c727 supported "muted" property as boolean on audio element
7 years ago
Conduitry 0567d08094 pass default onwarn and onerror handlers to user's callbacks
7 years ago
Rich Harris c7e0674441 Merge pull request #874 from sveltejs/gh-871
7 years ago
Rich Harris 86a11b547b handle unknown at-rules that are declaration-like — fixes #871
7 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872
7 years ago
Rich Harris 54d9e05f27 Merge pull request #867 from sveltejs/gh-866
7 years ago
Conduitry 707405af7a fix sigil escaping in .textContent and .innerHTML (#868)
7 years ago
Conduitry 0a7e6183fd do not use self-closing tags in .innerHTML (#866)
7 years ago
Rich Harris 1dc4882183 merge master -> no-template-iife
7 years ago
Rich Harris d27e4734d5 Merge branch 'master' into short-method-names
7 years ago
Rich Harris dc3785c1e2 fix escaping of %-prefixed names
7 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
7 years ago
Rich Harris 7f39b5be16 tidy up
7 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
7 years ago
Rich Harris 49403d4326 deconflict
7 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
7 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE
7 years ago
Rich Harris 94e280e430 merge master -> gh-23
7 years ago
Rich Harris dabc2d1fdf dont wrap ESM in IIFE
7 years ago
Rich Harris 2da0e252c7 merge master => iife
7 years ago
Rich Harris 2b2a1b40ce use short method names
7 years ago
Rich Harris c8f094cf80 remove unused destroyEach and destroy arguments
7 years ago
Rich Harris 1f9fc04d27 simplify module wrapping
7 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
7 years ago
Rich Harris 64026c3ba9 Merge pull request #854 from sveltejs/gh-782
7 years ago
Rich Harris cf56c0ba04 Merge branch 'master' into gh-23
7 years ago
Rich Harris d5ad4c007b update validation message
7 years ago
Rich Harris 5d84a93c99 shorten each block var names
7 years ago
Rich Harris 4f1d48c4a6 more readable each block values
7 years ago
Rich Harris 74d84d81e9 remove incorrect argument
7 years ago
Rich Harris 66ae0d9c94 use textContent and innerHTML where appropriate (#23)
7 years ago
Rich Harris 5cd76be290 various fixes
7 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
7 years ago
Rich Harris 240291604b refactor module wrapping
7 years ago
Rich Harris 6b70825ac3 Merge pull request #856 from sveltejs/remove-is-initial
7 years ago
Rich Harris e2ef1fdb96 dont update components with only static bindings
7 years ago
Rich Harris 6f0961ed5a remove oldState from recompute
7 years ago
Rich Harris 955354739f Merge branch 'master' into remove-is-initial
7 years ago
Rich Harris 9f19121b65 remove isInitial check on recompute
7 years ago
Rich Harris b1cbffece6 remove excess parentheses
7 years ago
Rich Harris 33dbc18a10 merge master -> shared-init
7 years ago
Rich Harris 9d8f2c466f Merge pull request #853 from sveltejs/gh-823
7 years ago
Rich Harris ef3cf34367 tighten up a bit more
7 years ago
Rich Harris bd002f94bc extract some shared init logic
7 years ago
Rich Harris 6ad8c38663 Merge pull request #852 from sveltejs/gh-849
7 years ago
Rich Harris 14463380f7 Merge pull request #851 from sveltejs/gh-850
7 years ago
Rich Harris 58cc7f8ed1 allow console.* calls in event handlers. fixes #782
7 years ago
Rich Harris 1d34bd886e put version comment above imports
7 years ago
Rich Harris 6e57fa3ced add debugging comments
7 years ago
Rich Harris 9b505de3a0 compile time error on slotted content inside if/each blocks. closes #849
7 years ago
Rich Harris 0a0f474e43 use anchor.parentNode as target instead of slot document fragment - fixes #850
7 years ago
Rich Harris fbbaff5404 typo
7 years ago
Rich Harris 049fe59082 Merge pull request #847 from sveltejs/gh-827
7 years ago
Rich Harris 3879d52616 dont slot elements inside custom elements - fixes #827
7 years ago
Rich Harris 770c14955d escape shadow DOM CSS - fixes #840
7 years ago
Rich Harris 61476048c8 dont use skipped text nodes as anchors - fixes #843
7 years ago
martinandert 37f5a626b3 Add parenthesis around or'd expression
7 years ago
Rich Harris 1bdd624b35 prevent accidentally reintroducing ES6 into shared helpers
7 years ago
P 072f541855 Change let -> var, solves #838
7 years ago
Rich Harris 975a974578 use anchors for slotted content - fixes #822
7 years ago
Rich Harris bf3afe955c Merge pull request #833 from sveltejs/nightmare
7 years ago
Rich Harris 5f2ea34d84 always attach fragment to shadow root (fixes #821)
7 years ago
Rich Harris d75ab8544e remove requestAnimationFrame stuff, convert time ranges to {start, end} objects
7 years ago
Rich Harris 35637d8da8 Merge branch 'martinandert-bind-buffered-played-seekable-of-media'
7 years ago
Jacob Mischka 91e04da952
Check legacy, quote all reserved names
7 years ago