Commit Graph

1170 Commits (b5102f4f1badb39d67ab475ce91ced6927fd1ffa)

Author SHA1 Message Date
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
Jacob Mischka b367cdac40
Quote `class` property name in attributes.
7 years ago
Conduitry 88048188ae update to css-tree@1.0.0-alpha22
7 years ago
jpsc 8639359aa7 feat(a11y): add warning missing lang on html tag
7 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
7 years ago
martinandert db0b6d712f Make buffered/played/seekable attributes of media element bindable
7 years ago
Rich Harris 7c6ea13689 reenable all tests, fix some failures
7 years ago
Rich Harris 85e9ed9a81 tabindex-no-positive
7 years ago
Rich Harris 915c1835a4 scope
7 years ago
Rich Harris b3409ad405 no-distracting-elements
7 years ago
Rich Harris 81c5a1fb3b no-autofocus
7 years ago
Rich Harris d5b8d2fd48 no-access-key
7 years ago
Rich Harris 2364f6a04d heading-has-content
7 years ago
Rich Harris c62a74e8ae aria-role
7 years ago
Rich Harris 125191a843 aria-props
7 years ago
Rich Harris a90e072086 alt-text
7 years ago
Rich Harris 6133976fec anchor-is-valid
7 years ago
Rich Harris bacbaef868 anchor-has-content
7 years ago
Rich Harris 51c2e0581b a11y checks (#374)
7 years ago
Rich Harris 66c382acae Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris c2352fe140 Merge pull request #814 from sveltejs/gh-645
7 years ago
Rich Harris 822f070d7e missed a few
7 years ago
Rich Harris 5e325d5a87 remove redundant input blowback guard - closes #645
7 years ago
Rich Harris 5ca6893f58 Merge branch 'master' into gh-781
7 years ago
Rich Harris e993ae0748 more consistent style for generated code
7 years ago
Rich Harris 75651bb070 use component name in runtime dev warnings - fixes #781
7 years ago
Rich Harris 7401590fba Merge branch 'master' into gh-797
7 years ago
Rich Harris 2380109f15 handly directly instantiated custom elements, and slots
7 years ago
Rich Harris 186b770ef4 use helper for setting styles
7 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested
7 years ago
Rich Harris 71bd8e3008 use template strings to prevent sourcemaps breaking the code
7 years ago
Rich Harris f5f35b5a50 scoped styles
7 years ago
Rich Harris af618ba93f render <slot> elements
7 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris d54d00cac1 handle url(...) and quoted values
7 years ago
Rich Harris 228a7808ac optimize style attributes
7 years ago
Rich Harris fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804)
7 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes #788)
7 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
7 years ago
Rich Harris c682e365f6 optimise case where we can use innerHTML
7 years ago
Rich Harris d1a6f9c11e only use comments around <slot> as necessary
7 years ago
Rich Harris 6e9f9633b0 set all node.var names in preprocess
7 years ago
Rich Harris 370327cccd more tidying up
7 years ago
Rich Harris 4603d7700f more refactoring
7 years ago
Rich Harris 9fae7671a4 refactor node._state stuff
7 years ago
Rich Harris 6499d4714d only use noscript if necessary
7 years ago
Rich Harris 457f0189d4 determine needsAnchor lazily
7 years ago
Rich Harris 5c88b6c864 usedAsAnchor is not used
7 years ago
Rich Harris 587d1f8994 remove some unused code
7 years ago
Rich Harris 39681565e3 handle unquoted attribute values (fixes #798)
7 years ago
Rich Harris 0efa2ac7d7 Merge pull request #796 from sveltejs/gh-757
7 years ago
Rich Harris ce109f0eb3 Merge pull request #794 from sveltejs/gh-550
7 years ago
Rich Harris 502f6b6d14 Merge pull request #793 from sveltejs/gh-791
7 years ago
Rich Harris ff2e169b75 handle css vars in <style> tags (fixes #757)
7 years ago
Rich Harris d8269b3e7f attach options to component (#550)
7 years ago
Rich Harris cb92f3028e error if component has transition (fixes #791)
7 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
7 years ago
Rich Harris 6fad3cbf9c Merge pull request #787 from sveltejs/gh-763
7 years ago
Rich Harris 143d0ea753 dont actually render <slot> elements
7 years ago
Rich Harris a469b560d8 only add this._slotted if necessary
7 years ago
Rich Harris 361a19df17 wrap fallback hydration code in conditional
7 years ago
Rich Harris a023346c91 validation
7 years ago
Rich Harris aa183df289 fallback content
7 years ago
Rich Harris 41026341d8 populate component.slots
7 years ago
Rich Harris 1ae3ab7bf9 server-side named slots
7 years ago
Rich Harris efe25555cf client-side named slots
7 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
7 years ago
Rich Harris b43bc83cd9 Merge pull request #786 from sveltejs/gh-783
7 years ago
Rich Harris 71f9940f17 remove leading selectors safely - fixes #783
7 years ago
Rich Harris d734a6b823 start work on <slot>
7 years ago
Andrew Worcester 9dbc571f57 allow an anchor element to be passed for initial component bootstrap
7 years ago
Rich Harris f7b829820f add legacy option, use it for setInputType (#773)
7 years ago
Rich Harris 3e94650397 Merge pull request #775 from sveltejs/gh-774
7 years ago
Rich Harris a339d3f6e5 order statements more logically
7 years ago
Rich Harris 6f28f25a68 consolidate everything in Component.ts - much cleaner
7 years ago
Rich Harris 507d6a4062 move event handlers and refs inside Component.ts
7 years ago
Rich Harris ee5a4b3d0b tidy up a bit
7 years ago
Rich Harris bf4e6ef6b1 smarter handling of keyframes - fixes #774
7 years ago
Rich Harris 8818357fc4 tidy up
7 years ago
Rich Harris e8b151cfee all tests passing
7 years ago
Rich Harris 12e9a9276c almost working
7 years ago
Rich Harris 6366a4f55e update component bindings together. WIP
7 years ago
Rich Harris b2a81fbe46 rename function
7 years ago
Rich Harris c135d0cfab apply encapsulating attributes to correct elements and selector parts (#767)
7 years ago
Rich Harris 3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller
7 years ago
Rich Harris 9053e95460 rename addConditionalLine to addConditional
7 years ago
Rich Harris 6222198017 add note to self
7 years ago
Rich Harris f31c206b73 tidy up, dedupe a bit
7 years ago
Rich Harris 4dd5fc5594 apply optimisation to raw tags
7 years ago
Rich Harris 5070219218 fix select edge case
7 years ago
Rich Harris 531354fc39 only cache values when it makes sense
7 years ago
Rich Harris 136a2fd31c only cache values if necessary
7 years ago
Rich Harris bfc940f396 handle funky edge case around outroing blocks
7 years ago
Rich Harris caffcd5f79 pass updated state to observers
7 years ago
Rich Harris 0f7e87c804 do dirty check in _set, so we can easily skip unnecessary computations later (#768)
7 years ago
Rich Harris 3757e75d51 Merge pull request #766 from sveltejs/gh-740
7 years ago
Rich Harris 2b41b83752 Merge pull request #765 from sveltejs/gh-759
7 years ago
Rich Harris da6b08ccc7 bind to change events for range inputs, as well as input events (#740)
7 years ago
Rich Harris 9d8f4d341d preserve space before non-parenthesized media query expression - fixes #759
7 years ago
Rich Harris 1f5f9604a8 call create() on new iterations of static each blocks (#762)
7 years ago
Rich Harris fd3792bd60 replace destroy with noop on destroy
7 years ago
Rich Harris 44b73191c7 update tests
7 years ago
Rich Harris 85f5ebdec1 replace set with noop instead of checking _destroyed
7 years ago
Rich Harris faf1eeea2f no need to bind destroy, event handlers are called with the component as context
7 years ago
Rich Harris 86fb0e4ced handle set after destroy, and move destroy into shared helpers
7 years ago
Rich Harris f3f85841a5 Merge pull request #751 from sveltejs/hoist-if-block-selectors
7 years ago
Hunter Perrin ba74297a19 Changed from this keyword to argument in setup method.
7 years ago
Hunter Perrin 59d01f737d Added setup function which can supply static methods/properties. Closes #480. Closes #578.
7 years ago
Rich Harris fef2367c11 rename to select_block_type and current_block_type
7 years ago
Rich Harris c84f120e4b Merge branch 'master' into hoist-if-block-selectors
7 years ago
Rich Harris 177e7d09c3 hoist if block selectors
7 years ago
Conduitry db4f148025 actually, we don't want to escape @ or # in sharedPath at all
7 years ago
Conduitry 0e9f16b589 don't over-escape '#' in sharedPath
7 years ago
Conduitry b869e48bff saner escaping/unescaping of `@` and `#` sigils
7 years ago
Rich Harris b99e9207ac reuse helper
7 years ago
Rich Harris a524ab273e fix escaping/unescaping — closes #741
7 years ago
Rich Harris bdb34a243c avoid string manipulation bugs by not minifying combinators if cascade: true (#743)
7 years ago
Rich Harris 778a03e2c6 Merge branch 'master' into gh-693
7 years ago
Rich Harris ae060cfa3b Merge pull request #737 from sveltejs/update-deps
7 years ago
Rich Harris f7738fe42d Merge pull request #735 from sveltejs/gh-643
7 years ago
Rich Harris 82559c3775 support ref:foo as a CSS selector (#693)
7 years ago
Rich Harris ac3c1086e3 use Records to remove TS errors
7 years ago
Rich Harris e2d63d1b34 add dev mode warning for double destroy
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris aa59dafb81 more TS fixes
7 years ago
Rich Harris bd9c59aa5a fix various typescript errors
7 years ago
Rich Harris 962f04f4bf dont throw error if component is destroyed twice (closes #643)
7 years ago
Rich Harris 4daa57c67b optimise for ternary expressions when excluding unused css (#696)
7 years ago
Rich Harris 608f8943f3 Merge pull request #733 from sveltejs/gh-375
7 years ago
Rich Harris 70a99925a9 use helper to encapsulate styles, rather than being repetitious (fixes #375)
7 years ago
Rich Harris 333568275b Merge branch 'master' into gh-697
7 years ago
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
7 years ago
Rich Harris 6a74db035b Merge pull request #731 from sveltejs/gh-686
7 years ago
Rich Harris 57e7f75eee Merge pull request #728 from sveltejs/gh-721
7 years ago
Rich Harris 1b92f5fa20 event propagation shorthand for components (#638)
7 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
7 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
7 years ago
Rich Harris 7b1299904b minify css and remove unused styles (#697)
7 years ago
Rich Harris cb030fd780 use _set, not set, when updating child components - fixes #721
7 years ago
Rich Harris 4d36908525 clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706
7 years ago
Rich Harris b701bf24b4 unescape hash character (#722)
7 years ago
Rich Harris fc7e104e63 reverse bad fix from yesterday - only have state object in mount if its a yield block
7 years ago
Yury Zhuravlev 246b4d70dc Fix binding in each block
7 years ago
Rich Harris 2ab2661585 Merge pull request #720 from sveltejs/gh-711
7 years ago
Rich Harris 5f09421a18 Merge pull request #719 from sveltejs/gh-712
7 years ago
Rich Harris 94037f1eca Merge pull request #718 from sveltejs/gh-713
7 years ago
Rich Harris 197c7e70d0 rename _block to _lock
7 years ago
Rich Harris cf66ef64f4 ensure data is up to date when re-rendering yield blocks (fixes #711)
7 years ago
Rich Harris 815c17cbe7 fix unescaping edge case
7 years ago
Rich Harris 7b3c69b348 correctly unescape @ symbols (#712)
7 years ago
Rich Harris b9d826304a dont strip whitespace at the end of an each block (#713)
7 years ago
Rich Harris 0a806585b3 enforce order of operations
7 years ago
Rich Harris d893f8fc28 Merge branch 'master' into gh-708
7 years ago
Rich Harris 1271510d00 better CSS sourcemaps
7 years ago
Rich Harris 1733966d18 tidy up
7 years ago
Rich Harris 3f65b8b38f rename postcreate to aftercreate
7 years ago
Rich Harris 2d2c68c26b NAILED IT
7 years ago
Rich Harris 192d6e40b0 almost all tests passing again
7 years ago
Rich Harris 16aaf157a0 sketch of a solution to #708
7 years ago
Rich Harris 02ea3e7a44 Merge branch 'master' into gh-691
7 years ago
Rich Harris 6a9e1d5db9 Merge pull request #704 from sveltejs/gh-700
7 years ago
Rich Harris 84e6d0c5b7 remove _flush in favour of callAll
7 years ago
Rich Harris e9f17f34ff fire intro.start and outro.start events (#702)
7 years ago
Rich Harris 007aee1f12 use anchor comments to preserve order in keyed each blocks with components (fixes #700)
7 years ago
Rich Harris 2131b28630 alias #component in hoisted event handlers - fixes #699
7 years ago
Rich Harris a274a10e99 tidy up
7 years ago
Rich Harris f2db3ea828 tidy up, add sourcemaps to add_css function
7 years ago
Rich Harris 45039e9612 move Stylesheet
7 years ago
Rich Harris fd177771af remove unused code
7 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
7 years ago
Rich Harris 75fa924e89 remove processCss
7 years ago
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
7 years ago
Rich Harris d817f09163 Merge pull request #690 from sveltejs/gh-685
7 years ago
Rich Harris d89d70e7a3 rename _renderHooks to _oncreate, since thats all its used for
7 years ago
Rich Harris d707f6a3b2 call oncreate functions before bindings
7 years ago
Rich Harris 01ec3000f3 fix context for bindings (#685)
7 years ago
Rich Harris ef33466c12 Merge pull request #680 from sveltejs/gh-679
7 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
7 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
7 years ago
Rich Harris 5f6db88538 allow :global(...) selectors to have trailing modifiers
7 years ago
Rich Harris 205bcfac7e warn on unused selectors
7 years ago
Rich Harris 6f01d5f62f refactor a bit, fix typing error
7 years ago
Rich Harris f79e901429 bug fix
7 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR
7 years ago
Rich Harris 7b289e95f1 implement ID selectors, refactor
7 years ago
Rich Harris 45dd99d6db implement all attribute selector operators
7 years ago
Rich Harris 3dfe92b54f handle ~= attribute selector operator
7 years ago
Rich Harris 74d15ea877 handle empty attributes
7 years ago
Rich Harris d2f5296bd9 handle attribute selectors with = operator
7 years ago
Rich Harris b72684e99c handle universal selectors
7 years ago
Rich Harris f485c25620 create reusable walkRules helper
7 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
7 years ago
Rich Harris d9aa3ec5ae more :global(...) handling
7 years ago
Rich Harris f97ac27e2a handle :global(...) styles
7 years ago
Rich Harris 4e28c9b82c hack sourcemap to mitigate confusion caused by missing data for each block (#681)
7 years ago
Rich Harris ab40007406 move CSS analysis into preprocess
7 years ago
Rich Harris 72f39fd7f9 Merge branch 'master' into gh-679
7 years ago
Rich Harris 203e123d94 Merge pull request #676 from sveltejs/gh-608
7 years ago
Rich Harris fae9036ce6 only apply svelte-123xyz attributes where necessary (WIP)
7 years ago
Rich Harris 263a34d35c Merge branch 'master' into codegen
7 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
7 years ago
Rich Harris 7eb4f2d1c0 add dev mode hydration error (closes #664)
7 years ago
Rich Harris acf889d8b5 Merge branch 'master' into codegen
7 years ago
Rich Harris ee5a60fd71 Merge pull request #675 from sveltejs/gh-651
7 years ago
Rich Harris 94166f60d8 remove unused code
7 years ago
Rich Harris c98e1f49d3 update parser tests
7 years ago
Rich Harris 9488bb9dbf only remove whitespace at end of range if safe to do so
7 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
7 years ago
Rich Harris d08c04d313 merge master -> codegen
7 years ago
Rich Harris 4ef2299cbd run intro transitions on initial render (#651)
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris f87c3328b5 Merge branch 'master' into codegen
7 years ago
Rich Harris d622bc3e47 use 31 instead of 33
7 years ago
Rich Harris ebae9f9c28 run prettier
7 years ago
Rich Harris 8402ae9c24 use #target and #component instead of block.target and block.component
7 years ago
Rich Harris b757444484 remove unused regex
7 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
7 years ago
Rich Harris 9feee3a0bf use @foo for generator.alias("foo")
7 years ago
Rich Harris c8e396730b remove unnecessary codebuilder
7 years ago
Rich Harris 078f3ad8b6 simplify helpers
7 years ago
Rich Harris 7a877b5857 use bitshifting for magic perf boost
7 years ago
Rich Harris 71f1ac91ba improve transition performance
7 years ago
Rich Harris 47f9c3dbfd dont recreate if_blocks incorrectly
7 years ago
Rich Harris 8d0ec6e61e pass params to get_block (#667)
7 years ago
Rich Harris de2e059f4e only run create() for new if blocks - fixes #665
7 years ago
Rich Harris dcb905aab6 fix each-else blocks that are empty on initial render (#662)
7 years ago
Rich Harris b07f303780 put attribute selector before pseudo-class selector - fixes #658
7 years ago
Rich Harris b47e2527b3 test with hydratable: true and hydratable: false
8 years ago
Rich Harris fdb750ee5c keyed each block and select fixes
8 years ago
Rich Harris 4d713a5191 fix yield blocks
8 years ago
Rich Harris d10ddc0c51 fix most non-hydration tests
8 years ago
Rich Harris 97b70bccc5 events, bindings, if block fixes
8 years ago
Rich Harris dc29b2d466 fix component hydration
8 years ago
Rich Harris 0bbd917442 more hydration
8 years ago
Rich Harris 14fe89eae8 hydration working with elements, text nodes, tags and if blocks
8 years ago
Rich Harris be7ddbac58 Merge branch 'master' into hydration
8 years ago
Rich Harris e9516abffd fix bad indentation in generated code
8 years ago
Paul Sauve dc0dedf3fe Fix #643
8 years ago
Rich Harris ba822bd60c Merge pull request #642 from sveltejs/gh-639-b
8 years ago
Rich Harris 5c26f81f53 Merge pull request #641 from sveltejs/gh-639-a
8 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
8 years ago
Rich Harris d3d026a510 sync state with view, if <select> binding does not have initial value (#639)
8 years ago
Rich Harris dceb2b533b first, very incorrect stab at hydration
8 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
8 years ago
Rich Harris bb17940b7e Merge pull request #627 from sveltejs/gh-624
8 years ago
Rich Harris 596ab3a7fe remove TODO, is now taken care of
8 years ago
Conduitry 051534eeae correctly handle empty <style> tag (#634)
8 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
8 years ago
Conduitry 3aaec886cb fix missing component test
8 years ago
Rich Harris 728594b1c2 Merge pull request #629 from sveltejs/gh-621
8 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
8 years ago
Rich Harris b7ea045a04 rename addEventListener and removeEventListener (#621)
8 years ago
Rich Harris d45699db6f warn on missing component (#623)
8 years ago
Rich Harris e0917fd874 allow components to have computed member expressions for bindings (fixes #624)
8 years ago
Rich Harris b89c42c851 fix #625
8 years ago
Rich Harris 7c23579197 typo
8 years ago
Rich Harris 1a798ec8ad Merge branch 'master' into gh-616
8 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
8 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
8 years ago
Rich Harris 3b70920991 merge master -> gh-592
8 years ago
Rich Harris 6636ea3e0a Merge pull request #607 from sveltejs/gh-583
8 years ago
Rich Harris b5b484bd91 Merge pull request #606 from sveltejs/gh-584
8 years ago
Rich Harris 66a1fd76dd Merge pull request #605 from sveltejs/gh-602
8 years ago
Rich Harris ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
8 years ago
Hunter Perrin 41c214a986 Fixed each block producing elements in wrong order after change. Fixes #610.
8 years ago
Luke Edwards 869ae4b3cf improve assign() util performance
8 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
8 years ago
Rich Harris 6ae01b6682 coerce empty string in number/range inputs to undefined - closes #584
8 years ago
Rich Harris d752959ef1 change error message for invalid bindings
8 years ago
Rich Harris 2a92b36472 support binding to computed member expressions (fixes #602)
8 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
8 years ago
Rich Harris 31d8ef6654 Merge pull request #601 from sveltejs/gh-574
8 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
8 years ago
Rich Harris ecc9a9352c Merge pull request #599 from sveltejs/gh-582
8 years ago
Rich Harris c4b68ca8cb remove TODO
8 years ago
Rich Harris 8a57ae8b54 tidy up
8 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
8 years ago
Rich Harris b831d6c47f apply t0 styles to nodes if css transition has delay. fixes #574
8 years ago
Rich Harris bf78dcc86a remove generated shared.ts file from repo
8 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
8 years ago
Rich Harris b828fdf855 treat <textarea> children the same as a value attribute
8 years ago
Rich Harris 8d2607c37d fix server-side rendering of textareas with value/children
8 years ago
Rich Harris 70431dd794 use value property for textareas
8 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
8 years ago
Rich Harris 5ccc200222 separate parsing rules for textareas
8 years ago
Rich Harris 40a65ce8e8 fix for environments where node.style.animation is undefined (fixes #587)
8 years ago
Rich Harris 015ef56b18 make transitionManager treeshakeable (fixes #593)
8 years ago
Rich Harris 1e14a62654 Merge branch 'master' of https://github.com/hville/svelte into hville-master
8 years ago
Marvin Hagemeister 61cbb25aef Fix typing errors
8 years ago
hville 2d6af10d43 minor fixes - redundant conditions and loops
8 years ago
Rich-Harris 5cbe6b764a more TS
8 years ago
Rich-Harris 0b8cf4cef7 add back initialiser
8 years ago
Rich-Harris 4486b93d88 more TS
8 years ago
Rich-Harris dc82db609c more TS
8 years ago
Rich-Harris 78adc5b226 more TS
8 years ago
Rich-Harris 4d5107113e more TS
8 years ago