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

764 Commits

Author SHA1 Message Date
Rich Harris
073cbc0460 update some tests 2017-09-03 17:18:59 -04:00
Rich Harris
6133976fec anchor-is-valid 2017-09-03 15:01:15 -04:00
Rich Harris
bacbaef868 anchor-has-content 2017-09-03 14:42:09 -04:00
Rich Harris
51c2e0581b a11y checks (#374) 2017-09-03 14:18:26 -04:00
Rich Harris
c2352fe140 Merge pull request #814 from sveltejs/gh-645
remove redundant input blowback guard
2017-09-03 13:06:40 -04:00
Rich Harris
5e325d5a87 remove redundant input blowback guard - closes #645 2017-09-03 12:45:45 -04:00
Rich Harris
5ca6893f58 Merge branch 'master' into gh-781 2017-09-03 11:59:53 -04:00
Rich Harris
e993ae0748 more consistent style for generated code 2017-09-03 11:52:00 -04:00
Rich Harris
75651bb070 use component name in runtime dev warnings - fixes #781 2017-09-03 10:24:45 -04:00
Rich Harris
81a04ad86c merge master -> gh-797 2017-09-03 10:02:41 -04:00
Rich Harris
7401590fba Merge branch 'master' into gh-797 2017-09-03 10:01:47 -04:00
Rich Harris
2380109f15 handly directly instantiated custom elements, and slots 2017-09-03 09:45:10 -04:00
Rich Harris
186b770ef4 use helper for setting styles 2017-09-03 08:30:08 -04:00
Rich Harris
824998fdaa update tests 2017-09-02 20:12:14 -04:00
Rich Harris
f5f35b5a50 scoped styles 2017-09-02 18:41:45 -04:00
Rich Harris
29fc3e5169 update tests 2017-09-02 17:22:28 -04:00
Rich Harris
afe3e2e669 basic custom element generation (#797) 2017-09-02 16:29:02 -04:00
Rich Harris
d54d00cac1 handle url(...) and quoted values 2017-09-02 12:59:00 -04:00
Rich Harris
228a7808ac optimize style attributes 2017-09-01 17:25:44 -04:00
Rich Harris
fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804) 2017-09-01 12:08:44 -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
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
6499d4714d only use noscript if necessary 2017-08-30 08:46:11 -04:00
Rich Harris
60ff6d8a7c Merge branch 'tidy-up' into gh-637 2017-08-29 21:51:54 -04:00
Rich Harris
a197c18523 failing tests for #637 2017-08-29 21:35:02 -04:00
Rich Harris
39681565e3 handle unquoted attribute values (fixes #798) 2017-08-29 20:24:22 -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
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
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
b43bc83cd9 Merge pull request #786 from sveltejs/gh-783
remove leading selectors safely
2017-08-25 17:43:55 -04:00
Rich Harris
71f9940f17 remove leading selectors safely - fixes #783 2017-08-25 17:40:35 -04:00
Rich Harris
d734a6b823 start work on <slot> 2017-08-25 17:31:18 -04:00
Andrew Worcester
caa67b5325 updated tests to reflect anchor change 2017-08-25 13:24:08 -04:00