0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

1746 Commits

Author SHA1 Message Date
Rich Harris
89c0b71e25 -> v1.35.0 2017-09-01 12:17:10 -04:00
Rich Harris
7510f9c929 Merge pull request #809 from sveltejs/gh-804
prevent mutation bug from incorrectly calling observer
2017-09-01 12:13:06 -04:00
Rich Harris
fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804) 2017-09-01 12:08:44 -04:00
Rich Harris
e30ff542da Merge pull request #807 from sveltejs/gh-788
don't noop set/get until after component is destroyed
2017-09-01 10:41:11 -04:00
Rich Harris
f5958584d9 dont noop set/get until after component is destroyed (fixes #788) 2017-08-31 13:26:12 -04:00
Rich Harris
865e84b856 Merge pull request #806 from sveltejs/gh-801
stack up append targets so that slotted content in nested components works in SSR mode
2017-08-31 12:42:47 -04:00
Rich Harris
a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801) 2017-08-31 11:10:45 -04:00
Rich Harris
223dbee98c Merge pull request #803 from sveltejs/gh-637
[WIP] Only insert <noscript> tags when necessary
2017-08-31 08:27:22 -04:00
Rich Harris
c682e365f6 optimise case where we can use innerHTML 2017-08-30 11:54:29 -04:00
Rich Harris
d1a6f9c11e only use comments around <slot> as necessary 2017-08-30 11:42:40 -04:00
Rich Harris
6e9f9633b0 set all node.var names in preprocess 2017-08-30 11:31:58 -04:00
Rich Harris
370327cccd more tidying up 2017-08-30 11:02:14 -04:00
Rich Harris
4603d7700f more refactoring 2017-08-30 10:58:10 -04:00
Rich Harris
9fae7671a4 refactor node._state stuff 2017-08-30 10:40:21 -04:00
Rich Harris
6499d4714d only use noscript if necessary 2017-08-30 08:46:11 -04:00
Rich Harris
56a21252c0 Merge pull request #802 from sveltejs/tidy-up
remove some unused code
2017-08-29 22:10:45 -04:00
Rich Harris
457f0189d4 determine needsAnchor lazily 2017-08-29 22:10:29 -04:00
Rich Harris
5c88b6c864 usedAsAnchor is not used 2017-08-29 22:04:45 -04:00
Rich Harris
60ff6d8a7c Merge branch 'tidy-up' into gh-637 2017-08-29 21:51:54 -04:00
Rich Harris
587d1f8994 remove some unused code 2017-08-29 21:51:07 -04:00
Rich Harris
a197c18523 failing tests for #637 2017-08-29 21:35:02 -04:00
Rich Harris
7a9ac95b34 Merge pull request #800 from sveltejs/gh-798
handle unquoted attribute values
2017-08-29 20:34:49 -04:00
Rich Harris
39681565e3 handle unquoted attribute values (fixes #798) 2017-08-29 20:24:22 -04:00
Rich Harris
835a48bec5 -> v1.34.0 2017-08-29 11:26:33 -04:00
Rich Harris
0efa2ac7d7 Merge pull request #796 from sveltejs/gh-757
handle css vars in <style> tags
2017-08-29 11:23:50 -04:00
Rich Harris
ce109f0eb3 Merge pull request #794 from sveltejs/gh-550
attach options to component (#550)
2017-08-29 11:23:36 -04:00
Rich Harris
502f6b6d14 Merge pull request #793 from sveltejs/gh-791
error if component has transition
2017-08-29 11:23:10 -04:00
Rich Harris
56677a2074 Merge pull request #792 from sveltejs/gh-790
support nested <slot> elements
2017-08-29 11:22:52 -04:00
Rich Harris
ff2e169b75 handle css vars in <style> tags (fixes #757) 2017-08-29 09:21:26 -04:00
Rich Harris
f50a6c50af remove test of instantiation without options, its nonsensical 2017-08-29 08:43:31 -04:00
Rich Harris
5f5f09b94e update snapshot tests 2017-08-29 08:43:11 -04:00
Rich Harris
d8269b3e7f attach options to component (#550) 2017-08-29 08:37:27 -04:00
Rich Harris
cb92f3028e error if component has transition (fixes #791) 2017-08-29 08:09:41 -04:00
Rich Harris
5b3e8cd88f support nested <slot> elements 2017-08-29 08:02:47 -04:00
Rich Harris
87ef5ffefd -> v1.33.0 2017-08-28 19:31:33 -04:00
Rich Harris
6fad3cbf9c Merge pull request #787 from sveltejs/gh-763
Implement <slot>
2017-08-28 19:29:15 -04:00
Rich Harris
2fb0f5078d remove comments from HTML to be normalized, fixes final test 2017-08-28 17:11:42 -04:00
Rich Harris
143d0ea753 dont actually render <slot> elements 2017-08-28 16:43:39 -04:00
Rich Harris
a469b560d8 only add this._slotted if necessary 2017-08-28 11:12:21 -04:00
Rich Harris
361a19df17 wrap fallback hydration code in conditional 2017-08-28 11:00:53 -04:00
Rich Harris
a023346c91 validation 2017-08-27 11:22:02 -04:00
Rich Harris
aa183df289 fallback content 2017-08-26 18:19:46 -04:00
Rich Harris
41026341d8 populate component.slots 2017-08-26 17:58:00 -04:00
Rich Harris
1ae3ab7bf9 server-side named slots 2017-08-26 17:04:29 -04:00
Rich Harris
efe25555cf client-side named slots 2017-08-26 16:30:04 -04:00
Rich Harris
7a8c8fd577 replace {{yield}} with <slot/> 2017-08-26 15:50:19 -04:00
Rich Harris
3eaa5589f8 -> v1.32.0 2017-08-25 17:44:21 -04:00
Rich Harris
b43bc83cd9 Merge pull request #786 from sveltejs/gh-783
remove leading selectors safely
2017-08-25 17:43:55 -04:00
Rich Harris
d6f186ddec Merge pull request #785 from amwmedia/master
add `anchor` as an optional config param for initializing a component
2017-08-25 17:41:18 -04:00
Rich Harris
71f9940f17 remove leading selectors safely - fixes #783 2017-08-25 17:40:35 -04:00