Commit Graph

2034 Commits (ca2a33e702bc8d32000719e6e06fbcbae6947421)
 

Author SHA1 Message Date
Rich Harris ca2a33e702 Merge branch 'master' into gh-1135
9 years ago
Rich Harris 15ed3af835 Merge pull request #1124 from nolanlawson/patch-1
9 years ago
Rich Harris 67de6b197d Merge pull request #1128 from sveltejs/gh-1127
9 years ago
Rich Harris fed4c69f13 change test outcome for uninitialised component bindings inside conditionals
9 years ago
Rich Harris f004837196 update snapshot tests
9 years ago
Rich Harris 89ce3ae3d5 run oncreate functions in sensible order (#1135)
9 years ago
Conduitry 8f06877504 update jsdom; update `window.performance.now` test shim
9 years ago
Nolan Lawson 803b6dd93a Add "feed" aria role
9 years ago
Rich Harris 0a28692676 Merge pull request #1123 from sveltejs/gh-1109
9 years ago
Conduitry 5e68edeb4a fix handling of boolean attributes in SSR (#1109)
9 years ago
Rich Harris a2ca87c3e2 -> v1.53.0
9 years ago
Rich Harris 658606b146 Merge pull request #1119 from sveltejs/gh-1091
9 years ago
Rich Harris 6fa28ba9b8 -> v1.52.0
9 years ago
Rich Harris e97d9edbaf fix test failure
9 years ago
Rich Harris 7959b22f2e base stylesheet.hash on css content, and revert parsed.hash
9 years ago
Rich Harris a67aa5db2e Merge branch 'issue-1091' of https://github.com/emilos/svelte into emilos-issue-1091
9 years ago
Rich Harris b9647ff966 Merge pull request #1106 from sveltejs/gh-1083
9 years ago
Rich Harris 2abed15c99 oops
9 years ago
Rich Harris 557035c887 handle wacky identifier names in templates
9 years ago
Rich Harris 899ea3de44 types
9 years ago
Rich Harris 563fd552dd Merge pull request #1112 from sveltejs/gh-1110
9 years ago
Rich Harris 91bc9aef87 Merge pull request #1116 from UnwrittenFun/fix/ssr-nested-store
9 years ago
James Birtles a40bf8c929 create store in _render, fixes #1107
9 years ago
James Birtles 0e7bf529c2 addd failing nested store test
9 years ago
Conduitry e85b8edfe7 do not run a11y validation on child component elements (#1110)
9 years ago
Rich Harris 610b5a8225 use acorn.isIdentifierStart and isIdentifierChar to determine validity
9 years ago
Rich Harris 084eb39fbd simplify test slightly, add test for reserved words
9 years ago
Rich Harris ea07020d8a fix expected error position, tweak expected message to include suggested alternative
9 years ago
Rich Harris b76818c6c2 run prettier (spaces -> tabs)
9 years ago
Rich Harris 2ef77052d5 Merge branch 'master' of https://github.com/asweingarten/svelte into asweingarten-master
9 years ago
Rich Harris 0ab967d292 Merge pull request #1097 from sveltejs/gh-1082-b
9 years ago
Rich Harris ccbba4b487 Merge pull request #1094 from sveltejs/gh-1061-b
9 years ago
Emil Ajdyna 7c58d0520c Base scoping hashes on CSS content rather than entire file
9 years ago
asweingarten 417acc3236 [1083] Svelte should throw a compile time error when illegal characters are used in computed names
9 years ago
Conduitry 4e8a125f5f fix escaping of sigils in SSR non-top-level <script> and <style>
9 years ago
Rich Harris 40fe045c6b Merge pull request #1093 from sveltejs/gh-1061-a
9 years ago
Rich Harris d56ae292ed Merge pull request #1095 from sveltejs/gh-1062
9 years ago
Rich Harris 0d09a99a41 Merge pull request #1092 from sveltejs/gh-1079-alt
9 years ago
Rich Harris a15a7f0136 make is-reference a devDependency
9 years ago
Rich Harris 0761f25683 be more relaxed about attribute casing - fixes #1062
9 years ago
Rich Harris 4abd7b416d fire oncreate handlers for components inside await blocks (#1061)
9 years ago
Rich Harris 7b0e577a52 validate contents of await blocks (#1061)
9 years ago
Rich Harris 02898f8d37 deconflict referenced globals - fixes #1079
9 years ago
Rich Harris a75f5dd3da -> v1.51.1
9 years ago
Rich Harris 7643b9f31f Merge pull request #1086 from sveltejs/gh-1082
9 years ago
Rich Harris d5e93c6d51 add test to ensure only <, > and & are escaped
9 years ago
Conduitry 11d909b9c4 update test
9 years ago
Conduitry 471fedeb1d update DOM rendering of <script> and <style>
9 years ago
Conduitry c389b4704f update SSR rendering of <script> and <style>
9 years ago
Conduitry d423fcb263 store <script> and <style> contents on Element node itself
9 years ago