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
feat: Pass filename option to preprocess hooks
|
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
So that file id (& eventually other options?) can be passed to each of the 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
Suggestion for #181 and #876
|
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
computed store properties
|
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)
Proposal for #939
|
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
fixes #908
|
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
Reuse <option> children as value attribute, if there isn't one
|
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
check component exists after _bind before continuing
|
7 years ago |
Rich Harris
|
3ff208ffdd
|
Merge pull request #925 from sveltejs/gh-915
don't use innerHTML for options inside optgroups
|
7 years ago |
esarbanis
|
ea3f58a786
|
Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
Closes #858
|
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
possible fix for #893
|
7 years ago |
Rich Harris
|
ad12854d63
|
Merge pull request #918 from sveltejs/fix-umd-globals
fix factory arguments for globals in UMD output
|
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
allow options.* as event handler callee
|
7 years ago |
Conduitry
|
cc8614c51c
|
allow options.* as event handler callee
|
7 years ago |
Jacob Mischka
|
f0aea9b086
|
Fix updates for destructured each arrays
Add dependencies for destructuredContexts
Fixes #896
|
7 years ago |
Rich Harris
|
c394aa7848
|
Merge pull request #889 from jacobmischka/destructure-each
Add array destructuring for each contexts
|
7 years ago |
Rich Harris
|
d01d7ee580
|
Merge pull request #886 from m59peacemaker/audio-muted
supported "muted" property as boolean on audio element
|
7 years ago |
Conduitry
|
0fd823d661
|
fix syntax
|
7 years ago |
Petter Ekrann
|
23b2817989
|
Ensure cloning of incomming data
Please verify syntax
|
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
Fixes #888
|
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
handle unknown at-rules that are declaration-like
|
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
do not use self-closing tags in .innerHTML
|
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
allow console.* calls in event handlers
|
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
remove isInitial check on recompute
|
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
add debugging comments
|
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
compile time error on slotted content inside if/each blocks. closes #849
|
7 years ago |
Rich Harris
|
14463380f7
|
Merge pull request #851 from sveltejs/gh-850
use anchor.parentNode as target instead of slot document fragment
|
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
Don't slot elements inside custom elements
|
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
use nightmare to test custom element stuff
|
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.
Fixes #830
|
7 years ago |
Conduitry
|
88048188ae
|
update to css-tree@1.0.0-alpha22
AttributeSelector.operator has been renamed to AttributeSelector.matcher
|
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
remove redundant input blowback guard
|
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
handle css vars in <style> tags
|
7 years ago |
Rich Harris
|
ce109f0eb3
|
Merge pull request #794 from sveltejs/gh-550
attach options to component (#550)
|
7 years ago |
Rich Harris
|
502f6b6d14
|
Merge pull request #793 from sveltejs/gh-791
error if component has transition
|
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
Implement <slot>
|
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
remove leading selectors safely
|
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
smarter handling of keyframes
|
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
bind to change events for range inputs, as well as input events
|
7 years ago |
Rich Harris
|
2b41b83752
|
Merge pull request #765 from sveltejs/gh-759
preserve space before non-parenthesized media query expression
|
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 |