Commit Graph

1760 Commits (427d4c1c8c2201138a36d02304e1a4e1d79157e8)

Author SHA1 Message Date
Richard Harris 427d4c1c8c prevent overwriting export consts - fixes #2236
8 years ago
Rich Harris b4cc6a8320 Merge pull request #2235 from sveltejs/gh-2139
8 years ago
Richard Harris cf96cd5fa4 call deferred transition function at correct time - fixes #2159
8 years ago
Rich Harris 3322540fdf Merge pull request #2239 from sveltejs/gh-2158
8 years ago
Richard Harris 16466087ff dispatch transition events inside render callback - fixes #2158
8 years ago
Richard Harris 9838b2f613 update test
8 years ago
Richard Harris b8462fec83 fix repeated animations (#2098)
8 years ago
Richard Harris 8b28581eab subscribe to global stores (#2139)
8 years ago
Rich Harris b272901449 Merge pull request #2232 from sveltejs/gh-2222
8 years ago
Rich Harris 44f983e54a Merge pull request #2234 from sveltejs/gh-2163
8 years ago
Richard Harris 9866bb7f61 make it a runtime test, not a js one
8 years ago
Richard Harris 20a4e5756c update JS tests
8 years ago
Mikhail Korepanov 5d70e4c07b Add test case for #2115 and possible fix
8 years ago
Richard Harris 7f49778c97 failing test for #2163
8 years ago
Richard Harris 566ba5b137 store prop names as $$.props, prevent leaky bindings. fixes #2222
8 years ago
Richard Harris bdefae9f74 maintain context for contextual binding handlers - fixes #2146
8 years ago
Richard Harris 83520fbb3a augment warnings to help people figure out they need to add a <script>
8 years ago
Richard Harris 5f75d50f87 rename test
8 years ago
Richard Harris 45369ecaae update runtime and ssr tests
8 years ago
Richard Harris 8f9e2fd6f6 update parser and js tests
8 years ago
Richard Harris b5cbc1fe4b update hydration tests
8 years ago
Richard Harris c0e2a4883d update css tests
8 years ago
Richard Harris cbb92e6f6c update sourcemap tests
8 years ago
Richard Harris 5f053325c0 update validate tests
8 years ago
Richard Harris ed9016b689 update vars tests
8 years ago
Conduitry 6e04e840f9 update tests
8 years ago
Richard Harris 20a944ce14 generate valid code for each block array literals (#2180)
8 years ago
Richard Harris eff66689bf swap out nightmare for puppeteer
8 years ago
Rich Harris 893a1876a1 Add a tutorial (#2132)
8 years ago
Rich Harris 57c9274262 Merge pull request #2187 from sveltejs/gh-2186
8 years ago
Richard Harris 2047f9831d add test for $$props vars output
8 years ago
Richard Harris 428e264059 merge gh-2186 -> master
8 years ago
Richard Harris 63f1d0988f tweak semantics of reactive statements - fixes #2178
8 years ago
Rich Harris 61dce7bd6e Merge pull request #2190 from sveltejs/gh-2171
8 years ago
Rich Harris ac21b69c54 Merge pull request #2189 from sveltejs/gh-2175
8 years ago
Rich Harris 921b082591 Merge pull request #2188 from sveltejs/gh-2180
8 years ago
Richard Harris 6bb9526711 deep store bindings
8 years ago
Richard Harris 4e322c7fe1 express readable in terms of writable
8 years ago
Richard Harris 875f49f71d allow stores to work with mutable data - fixes #2171
8 years ago
Richard Harris d238c35701 deconflict own name against globals - fixes #2175
8 years ago
Richard Harris 68dd337074 optimise iteration over array literals - fixes #2180
8 years ago
Richard Harris a4fbff1ff9 implement $$props - fixes #2186
8 years ago
Rich Harris a21f3d4ec1 Merge pull request #2185 from Panya/issue-2184
8 years ago
Mikhail Korepanov 666c9645c3 Don't invalidate `this`. Fixes #2184
8 years ago
John Chesley 84d9352ea2 add samples for various export syntax
8 years ago
Rich Harris 6de28ecba6 Merge pull request #2172 from jches/gh/2165
8 years ago
Rich Harris 134697bfb0 Merge pull request #2161 from sveltejs/gh-2129
8 years ago
John Chesley 7d94ac1c1e add test for #2165
8 years ago
Conduitry c3c07b676e require whitespace after `{@html` (#2154)
8 years ago
Conduitry 614c613a96 another test
8 years ago