Commit Graph

2835 Commits (eb1d4f2c469b4dd1f1357083f87cfa2bfb74df0d)

Author SHA1 Message Date
Rich Harris 9fc3d33702 Merge pull request #3825 from tanhauhau/tanhauhau/unused-css-string-concat
7 years ago
Rich Harris 2af80f977f Merge pull request #3831 from tanhauhau/tanhauhau/no-create-fragment-if-not-needed
7 years ago
Rich Harris 2c0c92ec96 Merge pull request #3846 from vilarfg/feature/support-unicode-filenames
7 years ago
Rich Harris da7e392766 Merge pull request #3849 from AlbertLucianto/fix/file-input-binding-declared-last
7 years ago
Rich Harris daa2820ad6 compactify code
7 years ago
Rich Harris d87074d506 Merge pull request #3851 from tanhauhau/tanhauhau/escape-html
7 years ago
Conduitry 6c56da8983 deconflict `block` var used in dev mode (#3854)
7 years ago
Tan Li Hau 7643873a8d escape html quotes
7 years ago
AlbertLucianto a47838630f fix input binding fails if type declared last
7 years ago
Tan Li Hau 5f91e12e43 use changed(dependencies)
7 years ago
Tan Li Hau 57955a999e fix window bindings to store (#3835)
7 years ago
Fernando G. Vilar 58d5df2027 feat: support unicode filenames
7 years ago
Tan Li Hau 474de99404 Don't create a fragment at all for DOM-less components
7 years ago
Tan Li Hau bfb39d6969 feat unused css selector understands string concat
7 years ago
Tan Li Hau 74f8ea3b3c fix lint
7 years ago
Tan Li Hau 66e5d61e98 use periscopic
7 years ago
Leonardo Marquine 4ee117bb70 Add easing param to fade transition
7 years ago
Rich Harris af6d010844 Merge pull request #3811 from sveltejs/gh-3508-alt
7 years ago
Rich Harris 66de45a085 Merge pull request #3818 from sveltejs/gh-3801
7 years ago
Richard Harris 46b4478d05 add has_prop helper
7 years ago
Richard Harris 334a5ce7a7 error on empty css declarations - fixes #3801
7 years ago
Rich Harris 9d7e826624 Revert "remove empty value declaration from style tree"
7 years ago
Rich Harris bc31a93c17 Merge pull request #3812 from tanhauhau/tanhauhau/remove-empty-value-declaration
7 years ago
Rich Harris 661b474ef3 Merge pull request #3816 from tanhauhau/tanhauhau/text-content-instead-of-inner-html
7 years ago
Richard Harris 490b9387ee use hasOwnProperty, simplify prop object construction
7 years ago
Tan Li Hau 948527a609 use textContent instead of innerHtml, preventing XSS
7 years ago
Rich Harris 28a277bb91 Merge pull request #3762 from sveltejs/gh-3761
7 years ago
Tan Li Hau 856fe4027c fix css-vars case
7 years ago
Tan Li Hau 7b1e4dac3f remove empty value declaration from style tree
7 years ago
Richard Harris fc99985ec5 docs and a fix for #3761
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Jesper Hasselquist 2bcb82ed01 Add Event to globals list
7 years ago
Conduitry e4d47aa570 fix binding to aliased props (#3508)
7 years ago
Rich Harris 2e4db17303 Merge pull request #3802 from tanhauhau/tanhauhau/warn-unused-exports
7 years ago
Rich Harris 8a3239b6ba Merge pull request #3808 from tanhauhau/tanhauhau/mustache-tag-can-use-inner-html
7 years ago
Tan Li Hau 20d2dcd4a6 fix lint
7 years ago
Tan Li Hau c5c5822f9a feat: allow innerHtml if no dynamic dependencies
7 years ago
Conduitry d42a09440b fix SSR spread with boolean attributes (#3797)
7 years ago
Tan Li Hau 7c037a304d feat: warn unused exports
7 years ago
Conduitry 409fab4966 fix handling of style scoping and `class:` with spread scopes (#3792)
7 years ago
Richard Harris 2fb869deab tweak text of warning
7 years ago
Richard Harris c0116dee30 Merge branch 'tanhauhau/warn-when-using-tag-without-compile-options' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/warn-when-using-tag-without-compile-options
7 years ago
Jesse Skinner 0cf18ead30 allow multiple ancestors to be scoped with class (#3544)
7 years ago
Conduitry 42427e86b1 Don't lose `class:` directive classes on an element with `{...spread}` attributes when updating (#3781)
7 years ago
Tan Li Hau 1d0bd1a802 warn if using svelte:options tag without compile_options.customElement
7 years ago
mrkishi 2e732dc0e2 improve derived store typing for users
7 years ago
Conduitry 8741a65c16 Fix boolean attributes in presence of spread attributes (#3775)
7 years ago
Rich Harris 276bcb879a allow spring/tweened values to be initially undefined - closes #3761
7 years ago
Conduitry a0960d0ee4 update code-red etc (#3752)
7 years ago
Tan Li Hau 3ff5eb78d1 deconflict with builtins (#3724)
7 years ago
Conduitry 4d1cacf1ab produce better code for <slot/> (#3631)
7 years ago
Conduitry e213d32af5 don't consult known globals when walking Expression nodes (#3708)
7 years ago
Conduitry e102c68ddd hoist globals even if they are mentioned in a script block (#3607)
7 years ago
Conduitry a9d7ef4804 fix compound ifs with outros and no dependencies (#3595)
7 years ago
Maurício Kishi 32808fd11f fix store validation code generation (#3735)
7 years ago
Conduitry 58a92fc38b fix `bind:this` binding to a store (#3591)
7 years ago
Richard Harris 7c28fb830e snake_case
7 years ago
Richard Harris 16eac1aa02 Merge branch 'tanhauhau/await-then-catch-block' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/await-then-catch-block
7 years ago
Richard Harris 99554404e6 Merge branch 'tanhauhau/exported-variable-could-be-reassigned' of https://github.com/tanhauhau/svelte into tanhauhau-tanhauhau/exported-variable-could-be-reassigned
7 years ago
Rich Harris bdb299e719 simplify
7 years ago
Tan Li Hau 56c439e57d remove component locator
7 years ago
Tan Li Hau 9ab565039e name.slice to slug
7 years ago
Tan Li Hau 9f30c1fb43 DRY out :then and :catch
7 years ago
Li Hau Tan 6e18359992 then and catch block expect await, optional then block
7 years ago
Conduitry f531c65df2 preserve `$:` label in reactive blocks in SSR mode (#2828) (#3469)
7 years ago
Tan Li Hau 29aef02d6c fix typescript error
7 years ago
Tan Li Hau 3c48191b11 resubscribe props if reassigned
7 years ago
Rich Harris b0b76be144 Merge pull request #3723 from sveltejs/always-set-attribute
7 years ago
Richard Harris 2603aeba1f dont cache attribute values (ref #3579)
7 years ago
Rich Harris a64e12b875 Merge pull request #3579 from tcrowe/set-attribute-only-if-different
7 years ago
Rich Harris 8ea2aad543 Merge pull request #3701 from ryanatkn/fix-derived-store-type
7 years ago
Richard Harris 2c555b143b Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris ca2f4bbb3c merge master -> tanhauhau/debugging-with-no-dependencies
7 years ago
das d1b95041ff continue inlining $$invalidate calls (#3548)
7 years ago
Tan Li Hau ba1660ad5a fix binding shadow the array in each block (#1565)
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Tan Li Hau 99a99376ae fix debugging with no dependencies
7 years ago
Ryan Atkinson ef54e90d97 fix type of derived store callback function
7 years ago
Tan Li Hau a119ba1239 fix globals shadowing template scope (#3674)
7 years ago
pngwn 3fcce37732 Prevent element property set from throwing errors for readonly properties. Fixes #3681.
7 years ago
Conduitry fc6661bee7 Revert "chore: resolve TODO for reusing of TransitionConfig"
7 years ago
Chris Helgert 2322c23307 chore: resolve implicit any in animate/index.ts
7 years ago
Chris Helgert ef00c4fd0d chore: resolve TODO for reusing of TransitionConfig
7 years ago
davidaq e604b20541 Change HTMLElement type check
7 years ago
mustafa0x 3ff1dd010d add `location` to globals
7 years ago
Tan Li Hau 8a789852d0 fix reactive updates not reflected when handle promise (#3660)
7 years ago
Tan Li Hau fa56b6757c should throw error if createEventDispatch is used after instantiation
7 years ago
Peter Maatman 6c625b6668 fix compound assignment dependencies in reactive statements (#3634)
7 years ago
simeydotme e56c50d70e Calculate scale factor of elements in FLIP animations
7 years ago
Tony Crowe 535cd1895d check if the attribute value is different before setting it
7 years ago
Conduitry 5ca7b48b66 rework attribute selector matching to not use regexes (#1710)
7 years ago
Conduitry 7a0ae142e5 escape `@` sigils in dev tooling events (#3545)
7 years ago
Richard Harris 82c24cf8a4 lint
7 years ago
Rich Harris e167300844 Merge pull request #3005 from RedHatter/devtools
7 years ago
Rich Harris dc0df93372 Merge pull request #3306 from cvlab/master
7 years ago
Richard Harris aaac15bafa remove $unsafe_set in favour of modified $inject_state
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Rich Harris 8fabd206f5 Merge pull request #3538 from sveltejs/gh-3537
7 years ago
Richard Harris e4e04e590c Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr
7 years ago
Richard Harris 76a6d32536 invalidate store values in <script> block - fixes #3537
7 years ago
Richard Harris b06ed7e91b handle special null case when hydrating
7 years ago
Rich Harris ae126fa6e5 Merge pull request #2809 from mrkishi/closing-tags
7 years ago
Richard Harris bea2ac9d53 lint
7 years ago
Rich Harris d442ad822d Merge pull request #3533 from sveltejs/gh-3512
7 years ago
Rich Harris 6aa005445f Merge pull request #3534 from btk5h/gh-3455
7 years ago
Rich Harris c6b18c412f Merge pull request #3530 from sveltejs/gh-3524
7 years ago
Rich Harris 1154afda52 Merge pull request #3529 from sveltejs/gh-3526
7 years ago
Rich Harris fd6b072642 Merge pull request #3518 from sveltejs/gh-3505
7 years ago
Bryan Terce 31f9bbf867 Remove redundant store check
7 years ago
Bryan Terce 558b288c59 Check expression type before getting store name
7 years ago
Bryan Terce 9fd88a160c Add store data to bindings
7 years ago
Richard Harris 74b0f9f854 tweak
7 years ago
Richard Harris ee162c7ceb preserve arrow function event handlers
7 years ago
Richard Harris 9a43e89abb DRY stuff out a bit
7 years ago
Richard Harris 6b75820802 simplify
7 years ago
Richard Harris 6d67e018fe inline $$invalidate calls - fixes #3512
7 years ago
Richard Harris d02ed7e130 doh
7 years ago
Richard Harris e264dd54b2 only use setAttribute with SVG spread props - fixes #3522
7 years ago
Richard Harris 7b7db17b2e robustify bind:currentTime - fixes #3524
7 years ago
Richard Harris 35cba45c0c only update attributes with dynamic dependencies - fixes #3526
7 years ago
Richard Harris a89f80d80e move tests to runtime section
7 years ago
Richard Harris ccc6e78eb2 Merge branch 'master' of https://github.com/bre30kra69cs/svelte into bre30kra69cs-master
7 years ago
Richard Harris ede3813323 add opacity/easing parameters to blur transition
7 years ago
Richard Harris 6c1de07645 merge master -> vaibhav111tandon-master
7 years ago
Rich Harris df475149ab Merge pull request #3506 from sveltejs/gh-3495
7 years ago
Richard Harris 3e5867076b in this house we use snake_case
7 years ago
Richard Harris 897b58b487 Merge branch 'bug/broken_cycle_detection' of https://github.com/colincasey/svelte into colincasey-bug/broken_cycle_detection
7 years ago
Richard Harris 397d6bffa3 fix
7 years ago
Rich Harris a721d58ece extend fix to blocks with outros
7 years ago
Arpad Borsos 89d485c7d7 Introduce a `claim_space` helper
7 years ago
Richard Harris 09b7ef840f fix code generation for if-else with static conditions - fixes #3505
7 years ago
Colin Casey 1ee8820148 fix reactive declaration cycle detection + clearer error on cycle
7 years ago
Richard Harris 056b5e7fa5 alternative fix for #3495
7 years ago
Arpad Borsos 40e345f35a prefer let bindings
7 years ago
Arpad Borsos ac3b9cc6e5 prefer indented blocks
7 years ago
Richard Harris dd3c5d9818 lint
7 years ago
Rich Harris 4c466071ca Merge pull request #3478 from sveltejs/gh-3447
7 years ago
Conduitry 745649bb90 update dependencies
7 years ago
Richard Harris ad2d89e9be make things marginally more self-explanatory
7 years ago
Christian Kaisermann 44798f4279 Support other atrules (#2995)
7 years ago
Vaibhav Tandon 637a8da9a7 Edited: Added Blur transition
7 years ago
Rich Harris 9834df0576 update simple if-blocks with complex but static conditions
7 years ago
Rich Harris 10548373d5 dont generate code for non-updating if block - fixes #3447
7 years ago
vaibhav111tandon 52de03894f Added a blur transition
7 years ago
Almaz 239953cc13 Fixed complex {#if} behaviour
7 years ago
Rich Harris 1fd156daaa mark reassigned/mutated values as non-hoistable - fixes #2731
7 years ago
Rich Harris b7ec29fb0e Merge pull request #3443 from sveltejs/gh-2569
7 years ago
Rich Harris 4eadbe4270 Merge pull request #3435 from sveltejs/gh-1834
7 years ago
Rich Harris 396b524002 Merge pull request #3438 from sveltejs/gh-2355
7 years ago
bre30kra69cs a0b3d57032 fix declaration assignment
7 years ago
Rich Harris 890bafdb40 update context if event handler uses index in keyed each block - fixes #2569
7 years ago
Rich Harris be1e249071 set context in await blocks - fixes #2443
7 years ago
Rich Harris 637b2545ca conservative updates for await blocks
7 years ago
Richard Harris 4599d4161e only reevaluate if block conditions if dependencies changed
7 years ago
Rich Harris f708d98ea9 more conservative if block updates
7 years ago
Almaz 8bf4f23baf Fixed unnecessarily style properties update
7 years ago
Richard Harris 003f59db23 lint
7 years ago
Richard Harris 4bfd90dfb7 Merge branch 'master' into gh-1834
7 years ago
Richard Harris 5548eb0e63 handle important declarations in inline styles - fixes #1834
7 years ago
Rich Harris 98121b9bf9 Merge pull request #3432 from sveltejs/gh-1830
7 years ago
Rich Harris d1d461816d Merge pull request #3430 from sveltejs/gh-1233
7 years ago
Richard Harris 3bc15c983b bail out of style tag optimisation when appropriate - fixes #1830
7 years ago
Rich Harris 38cc07628c dont set undefined input value - fixes #1233
7 years ago
Rich Harris a28cddd41b allow slots to have missing props in SSR - fixes #3322
7 years ago
Richard Harris e43550d1c2 Merge branch 'master' of github.com:sveltejs/svelte into closing-tags
7 years ago
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Luiz Corte Real 53dfea0d7c Change type of preprocessor functions to include Promise
7 years ago
Rich Harris 7e5a02a22f Merge pull request #3400 from elo7/missing-dependencies
7 years ago
Rich Harris 02f5f89305 Reinstate walk
7 years ago
Dave Poulter 6c4605fc8a Fix namespace for svg elements inside slots
7 years ago
Luiz Corte Real 8e6c2aa45a Remove external dependencies from exported files
7 years ago
Richard Harris 9cb5454b58 coerce tag values to string - fixes #2290
7 years ago
Richard Harris b9347efb6d Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris c91bf05553 simplify self function, use this instead of el
7 years ago
Conduitry 984b8f46af generate valid code when spreading literal into props (#3185)
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Rich Harris 52cc30de82 Merge pull request #3355 from sveltejs/gh-3354
7 years ago
Richard Harris 5dd34f02c1 assume let variables are dynamic in slots - fixes #3354
7 years ago
Richard Harris 6111e1c56a lil bit of housekeeping
7 years ago
Rich Harris 6369ce1e6c Merge pull request #2246 from sveltejs/null-transition
7 years ago
Richard Harris a3927caf07 lint
7 years ago
Conduitry f629e09bec tidy types
7 years ago
Rich Harris a96ba1ffa2 Merge pull request #3348 from sveltejs/gh-3272
7 years ago
Richard Harris 3c232e7d75 appease typescript
7 years ago
Richard Harris 7ed0418aea oops
7 years ago
Richard Harris 3502b9ce82 merge master -> null-transition
7 years ago
Richard Harris 6042fa02ea disable validation with magic comments
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris 4223bd393c disallow global references to $$-prefixed vars
7 years ago
Richard Harris 6056f133d4 throw error if $ is referenced as global - fixes #3272
7 years ago
Richard Harris 6992553329 remove unused helpers
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Vadim Cebaniuc 50cd8d3f9d Merge branch 'master' into master
7 years ago
Vadim Cebaniuc c1fc9badaa Fix spread function result side effects
7 years ago
Conduitry 69da2cf6de set data- attributes like regular attributes (#3337)
7 years ago
Richard Harris 51516a97a9 prevent commas in attributes - fixes #3341
7 years ago
Richard Harris e0bd4ad4c9 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 34b5e31df2 use export as instead of creating a new binding
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Rich Harris 342154d593 Merge pull request #3336 from Conduitry/gh-3274
7 years ago
Rich Harris 8f32e0e346 Merge pull request #3335 from Conduitry/gh-3281
7 years ago
Rich Harris 133b1167ae Merge pull request #3333 from Conduitry/gh-3179
7 years ago
Rich Harris 19167e9421 Merge pull request #3334 from Conduitry/gh-3324
7 years ago
Rich Harris 44fefdf870 Merge pull request #3332 from Conduitry/gh-3331
7 years ago
Rich Harris ba82406f99 Merge pull request #3315 from Conduitry/gh-3304
7 years ago
Richard Harris 6a051dd6e5 fix SSR of undefined classes, albeit messily
7 years ago
Richard Harris 76820e0de4 omit falsy boolean attributes
7 years ago
Conduitry 505717e636 don't warn when using each index in key (#3274)
7 years ago
Conduitry d7caf24923 use bindings when matching attribute selector against element (#3281)
7 years ago
Conduitry 5d45855f49 make raf a noop on server (#3324)
7 years ago
Conduitry 5e64cb391a preserve async/generator-ness of hoisted function expressions (#3179)
7 years ago
Conduitry 457497efe5 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Richard Harris 41e865f1f6 failing SSR test, plus some adjacent changes
7 years ago
Richard Harris cbddd2f961 remove unused code
7 years ago
Richard Harris 27c5509e02 make code style more consistent
7 years ago
bre30kra69cs 4bb10d30c4 ref spaces
7 years ago
bre30kra69cs 0315b723b0 optimize class name runtime calc & add tests & ref
7 years ago
bre30kra69cs 867e61e501 fix Literally undefined class #3283
7 years ago
Timothy Johnson b0158df845 Missing globals
7 years ago
Conduitry a38c9de8eb support RxJS Observables in reassigned stores (#3304)
7 years ago
Rich Harris db1a1875c2 quote props if necessary in SSR mode - fixes #3312
7 years ago
Rich Harris 2249bc7aa0 Merge pull request #3305 from Conduitry/gh-3226
7 years ago
Rich Harris 7b33c9c10f Merge pull request #3295 from sveltejs/gh-3286
7 years ago
Vadim Cebaniuc 74c19cf63c Fix non-object spread
7 years ago
Conduitry 624d145a82 use `change` event for `bind:files` (#3226)
7 years ago
Richard Harris 4ccb96d1ca always update reactive declarations with $$props - fixes #3286
7 years ago
Richard Harris fb9684dfa9 reuse unchanged spread levels - fixes #3289
7 years ago
Rich Harris c5371a01ee return readable store directly form derived, avoid .shift()
7 years ago
Brian Takita 11aa510de1 Optimization: Single for loop instead of 2 forEach loops
7 years ago
Brian Takita c17331754d remove unnecessary return
7 years ago
Brian Takita 8d1cb5c89e Breadth first calling of subscribers in store dependency tree.
7 years ago
Brian Takita 6c6dbf2e13 fixes https://github.com/sveltejs/svelte/issues/3191
7 years ago
Rich Harris ca8b48f6b2 Merge pull request #3250 from davemo/fix/1705-root-pseudo-selector-prefix-exemption
7 years ago
Rich Harris 9584ce09c6 Merge pull request #3242 from umanghome/v3-class-deps-fix
7 years ago
Rich Harris f691223bfc Merge pull request #3229 from pynnl/gh-3228
7 years ago
Ivo Lukacovic ed9c214246 avoid trailing comma in destroy_component() call (#3255)
7 years ago
David Mosher 7ff7a5e220 bugfix: exempt the :root selector from prefix
7 years ago
Umang Galaiya 16ca35b8e2 [Element][SSR] Set class expression if spread is used
7 years ago
Umang Galaiya c5ca0bd914 [Element][DOM] Set class dependencies before returning
7 years ago
pynnl 36903c83f8 fix global keyframes with no elements
7 years ago
Richard Harris e5304263ec lint
7 years ago
Rich Harris 818874bc1a Merge pull request #3209 from sveltejs/gh-2086-2
7 years ago
Rich Harris ee8f867bf5 Merge pull request #3208 from tiberiuc/fix/3199
7 years ago
Dale e42a03e237 make resize listener object element unfocusable
7 years ago
Rich Harris 851ad5c3df prevent outro groups getting muddled up - fixes #2086
7 years ago
Tibi Craciun b71821d1a9 fixed #3199
7 years ago
Rich Harris 014b25f625 Merge branch 'master' into gh-3113
7 years ago
Richard Harris 037b534cc8 -> v3.6.5
7 years ago
Richard Harris 66eb28a48d -> v3.6.5
7 years ago
Richard Harris bec5c9da02 lint
7 years ago
Rich Harris 2f055cb67f Merge pull request #3170 from sveltejs/gh-3153
7 years ago
Rich Harris 5206b64419 Merge pull request #3171 from sveltejs/gh-3140
7 years ago
Rich Harris 26a5717903 Merge pull request #3175 from buhrmi/crossfade-scale
7 years ago
Conduitry 78f5fe5d1d escape `@` sigils in block comments (#3173)
7 years ago
Stefan Buhrmester 9a77abb8d9 fix transform origin during scaling
7 years ago
Stefan Buhrmester 1a1f5a759d make crossfade scale the element to target rect
7 years ago
Richard Harris d7d64a03b6 prevent dynamic components being detached twice - fixes #3113
7 years ago
Richard Harris 5eab54d106 huh apparently this works
7 years ago
Rich Harris 4e8e14cf9a WIP solution for #1340
7 years ago
Rich Harris 3cb42dc0d4 handle rxjs-style observables with get_store_value - fixes #3153
7 years ago
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
Rich Harris caea2e44cd add pending assignments when leaving assignment expressions, not entering them
7 years ago
Rich Harris 171b253836 note to self
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
Richard Harris 9e9db10719 lint
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
Rich Harris c01745abcc preserve symmetry when walking css ast
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
Timothy Johnson 5567365cde Typo
7 years ago
Timothy Johnson 35f4f288c8 Events for dom properties
7 years ago
Timothy Johnson 885e0035c8 Pass options in component event
7 years ago
Timothy Johnson ad7c62d983 Events for DOM methods
7 years ago
Timothy Johnson 8658c5e5fb Component.$unsafe_set
7 years ago
Timothy Johnson fe2d875815 Events for Blocks and Components
7 years ago
Bryan Terce f317dc451d Restore correct current_atrule
7 years ago
Richard Harris 5576b60474 lint
7 years ago
Rich Harris eb8ae7194d Pass hoisted values through to slots (#3124)
7 years ago
Axelen123 bdb8237cf8 Make inject_state and capture_state always available
7 years ago
Rich Harris 3ec8e5fe33 Fix contextual bind:this (#2806)
7 years ago
Rich Harris 26e15dc74c Merge pull request #3112 from sveltejs/gh-2917
7 years ago
Axelen123 508f2e7e34 Only capture and inject writable props
7 years ago
Axelen123 99fecab33e Add hooks for HMR support (sveltejs#2377)
7 years ago
Conduitry ea7654adb1 escape `@` sigils in debug filename
7 years ago
Rich Harris e105d2ade2 Merge branch 'master' into gh-2917
7 years ago