Commit Graph

2056 Commits (faa613d3579471c15019953f00156ce6f20c6378)
 

Author SHA1 Message Date
Jacob Wright faa613d357 Removes date checks and simplifies NaN checks, adds tests
9 years ago
Jacob Wright e1ae3d1a43 Add support to computed and store for immutable structures
9 years ago
Rich Harris 979a16f165 Merge pull request #1155 from sveltejs/ssr-escape-attribute-values
9 years ago
Rich Harris fc3e150a8c Merge pull request #1149 from sveltejs/gh-1138
9 years ago
Conduitry 3d238b0846 escape attribute values in SSR
9 years ago
Rich Harris 6d37c033f9 Merge pull request #1150 from sveltejs/gh-1131
9 years ago
Rich Harris 5d17248074 prevent await blocks using stale state - fixes #1131
9 years ago
Rich Harris 68b8fbf95e -> v1.54.1
9 years ago
Rich Harris a69442734d remove empty style blocks in prod mode - fixes #1138
9 years ago
Rich Harris 7d0ebc36fc Merge pull request #1145 from jacobmischka/fix-destructured-hoisting
9 years ago
Jacob Mischka 00ba7c5176 Add audio video volume binding (#1148)
9 years ago
Jacob Mischka a0b0a3e6b4 Further improve a block with useless variables
9 years ago
Jacob Mischka f831405682 Add destructured context container to usedContexts
9 years ago
Rich Harris 27fbc50846 update lockfile
9 years ago
Rich Harris 985fc3a762 -> v1.54.0
9 years ago
Rich Harris dc7ff61de7 Merge pull request #1137 from sveltejs/gh-1135
9 years ago
Rich Harris cf83387b0a Merge pull request #1134 from sveltejs/gh-1132
9 years ago
Rich Harris b7479db7c5 Merge pull request #1126 from sveltejs/gh-1062-again
9 years ago
Rich Harris ca2a33e702 Merge branch 'master' into gh-1135
9 years ago
Rich Harris b8007e40d2 Merge branch 'master' into gh-1132
9 years ago
Rich Harris e2efbdf36d Merge branch 'master' into gh-1062-again
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 ecafa5b1f2 fix handling of CRs in debugging comments (#1132)
9 years ago
Conduitry 8f06877504 update jsdom; update `window.performance.now` test shim
9 years ago
Conduitry f71fc96c92 another stab at #1062; also fix attribute case in static HTML
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