Commit Graph

3966 Commits (e54b912ce0f99401584e0237920fb46e0f0bdff5)
 

Author SHA1 Message Date
Richard Harris 362e186e9c bump beta version
6 years ago
Rich Harris 22e09c46e3
Merge pull request #2240 from sveltejs/gh-2159
6 years ago
Richard Harris 3775f5d6ed call deferred transition function at correct time - fixes #2159
6 years ago
Rich Harris 474bde15e0
Merge pull request #2239 from sveltejs/gh-2158
6 years ago
Rich Harris dd235a02e1
Merge pull request #2238 from sveltejs/gh-2098
6 years ago
Rich Harris 088bb7bcd0
Merge pull request #2237 from sveltejs/gh-2053
6 years ago
Richard Harris e3ee808cc1 dispatch transition events inside render callback - fixes #2158
6 years ago
Richard Harris bd4d561fec update test
6 years ago
Richard Harris 170f52ab17 fix repeated animations (#2098)
6 years ago
Richard Harris 03a4f05445 only clear out stylesheet after removing a specific animation - fixes #2053
6 years ago
Richard Harris b57c724bed same but for SSR
6 years ago
Richard Harris cdbd0c3c18 bump beta version
6 years ago
Richard Harris 6d3e47812d subscribe to global stores (#2139)
6 years ago
Richard Harris 76cc07d7f6 Merge branch 'subscribable' of https://github.com/thgh/svelte into thgh-subscribable
6 years ago
Rich Harris 66af332f75
Merge pull request #2232 from sveltejs/gh-2222
6 years ago
Rich Harris 5b172d8a61
Merge pull request #2234 from sveltejs/gh-2163
6 years ago
Richard Harris 0535b3340c make it a runtime test, not a js one
6 years ago
Richard Harris b162de80ce update JS tests
6 years ago
Richard Harris d46e5bd8f7 report changes correctly
6 years ago
Richard Harris d9e08a80ad remove some update false positives
6 years ago
Mikhail Korepanov 57897d468e Add test case for #2115 and possible fix
6 years ago
Richard Harris 6ecc64f03b failing test for #2163
6 years ago
Rich Harris d618c238f5
Merge pull request #2231 from sveltejs/gh-2146
6 years ago
Richard Harris 9ea663e312 store prop names as $$.props, prevent leaky bindings. fixes #2222
6 years ago
Richard Harris 0fae80cf1d maintain context for contextual binding handlers - fixes #2146
6 years ago
Conduitry becb6d4a93 site: update eslint-plugin-svelte3
6 years ago
Rich Harris 07ceb2e767
Merge pull request #2230 from sveltejs/gh-2205
6 years ago
Richard Harris 34c4f79998 augment warnings to help people figure out they need to add a <script>
6 years ago
Richard Harris a093546def rename test
6 years ago
Richard Harris 5fa8eb9792 remove some more unused code
6 years ago
Richard Harris 06de45d4be remove some unused code
6 years ago
Richard Harris cc942e963c update runtime and ssr tests
6 years ago
Richard Harris ca0e5df0d8 update parser and js tests
6 years ago
Richard Harris be0a3aafbd update hydration tests
6 years ago
Richard Harris 80ce72362b update css tests
6 years ago
Richard Harris de0aa3ccaa update sourcemap tests
6 years ago
Richard Harris 73e45ab483 update validate tests
6 years ago
Richard Harris 0f0f947865 update vars tests
6 years ago
Richard Harris 8c61edf2d5 remove support for logic-less components with vars
6 years ago
Richard Harris bc04947046 bump beta version
6 years ago
Rich Harris 916156b05f
Merge pull request #2213 from sveltejs/gh-2212
6 years ago
Rich Harris 3ef1c10190
Merge pull request #2210 from sveltejs/gh-2208
6 years ago
Rich Harris e2a71cfce4
Merge pull request #2225 from sveltejs/gh-2214
6 years ago
Rich Harris 1fe76d45a6
Merge pull request #2228 from sveltejs/gh-2173
6 years ago
Rich Harris 9d01503923
Merge pull request #2229 from sveltejs/repl-app-named-exports
6 years ago
Conduitry 66e2905066 repl: deal with named module exports from main App
6 years ago
Conduitry a26b276c5e update tests
6 years ago
Conduitry d91cf4b2ef skip non-writable vars in reactive declaration deps (#2173)
6 years ago
Conduitry b328cecc04 temporarily disallow `export ... from` statements (#2214)
6 years ago
Conduitry fc1761538b update Acorn
6 years ago