Commit Graph

4844 Commits (ad2d03f47bb69ee2a13f49807c672cbeb2313792)
 

Author SHA1 Message Date
Rich Harris ad2d03f47b
Merge pull request #3330 from sveltejs/gh-3283
7 years ago
Rich Harris eaec840e77
Merge branch 'master' into gh-3283
7 years ago
Rich Harris cf24dbd6a9
Merge pull request #3336 from Conduitry/gh-3274
7 years ago
Rich Harris aa1b38ad34
Merge pull request #3335 from Conduitry/gh-3281
7 years ago
Rich Harris 21e3db1b72
Merge pull request #3333 from Conduitry/gh-3179
7 years ago
Rich Harris 76d04dce9b
Merge pull request #3334 from Conduitry/gh-3324
7 years ago
Rich Harris 9e1554610b
Merge pull request #3332 from Conduitry/gh-3331
7 years ago
Rich Harris 6cbdd9b04c
Merge pull request #3315 from Conduitry/gh-3304
7 years ago
Rich Harris 313f56c13f
Merge pull request #3316 from RedHatter/missing-globals
7 years ago
Richard Harris fd46685400 fix SSR of undefined classes, albeit messily
7 years ago
Richard Harris c82a9ea7f2 omit falsy boolean attributes
7 years ago
Conduitry c04def9081 don't warn when using each index in key (#3274)
7 years ago
Conduitry 45a54c1aa4 use bindings when matching attribute selector against element (#3281)
7 years ago
Conduitry b44a876ff4 make raf a noop on server (#3324)
7 years ago
Conduitry bfa0bc98b7 preserve async/generator-ness of hoisted function expressions (#3179)
7 years ago
Conduitry 276eb8e553 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Richard Harris c53563b207 failing SSR test, plus some adjacent changes
7 years ago
Richard Harris 886961b927 remove unused code
7 years ago
Richard Harris 6d962c5d95 make code style more consistent
7 years ago
bre30kra69cs 42717e893b ref spaces
7 years ago
bre30kra69cs ccf2ad819a optimize class name runtime calc & add tests & ref
7 years ago
bre30kra69cs 9b5bbb556d fix Literally undefined class #3283
7 years ago
Timothy Johnson d2ac3d880b Missing globals
7 years ago
Conduitry 60af0d7781 add test
7 years ago
Conduitry cf5dd8ff75 support RxJS Observables in reassigned stores (#3304)
7 years ago
Rich Harris 981f30d3e9 -> v3.6.10
7 years ago
Rich Harris 0d3b7c35c3
Merge pull request #3314 from sveltejs/gh-3312
7 years ago
Rich Harris 0fe04561b2 quote props if necessary in SSR mode - fixes #3312
7 years ago
Rich Harris dbf503b9e1
Merge pull request #3305 from Conduitry/gh-3226
7 years ago
Rich Harris 620d26cad3
Merge pull request #3295 from sveltejs/gh-3286
7 years ago
Rich Harris df33187115
Merge pull request #3294 from sveltejs/gh-3289
7 years ago
Conduitry ea7f61542b site: update deps
7 years ago
Conduitry b99ee7d5d1 site: remove unused files
7 years ago
Conduitry 2328d5e6e8 use `change` event for `bind:files` (#3226)
7 years ago
Conduitry f65ce85748 site: fix animate directive section heading
7 years ago
pngwn fcfad5ae6b Document that context is not reactive. (#3296)
7 years ago
Richard Harris b3ef4e64be always update reactive declarations with $$props - fixes #3286
7 years ago
Richard Harris b33d600d4e reuse unchanged spread levels - fixes #3289
7 years ago
Conduitry e82d5d44c1 site: deploy with --platform managed
7 years ago
pngwn efcd294731 Site: Document svelte/easing (#3292)
7 years ago
Noah Kaufman c6cd2d43bb clicking on 'keyed each block' link did nothing before, now it takes you to the each blocks section like it's supposed to
7 years ago
Richard Harris 17beaa0a5d -> v3.6.9
7 years ago
Rich Harris 7dee7fa117
Merge pull request #3219 from btakita/gh-3191
7 years ago
Rich Harris 95b2a72007
return readable store directly form derived, avoid .shift()
7 years ago
Richard Harris 729fc4e891 link directly to event modifier tutorial
7 years ago
Richard Harris 9a0a2e2a52 Merge branch 'patch-1' of https://github.com/RAYDENFilipp/svelte into RAYDENFilipp-patch-1
7 years ago
Rich Harris 4c67765118
Merge pull request #3276 from rohanfaiyazkhan/patch-1
7 years ago
Rich Harris 695ace3665
Update 03-run-time.md
7 years ago
Rich Harris 8851d79533
put second argument section back with its code sample
7 years ago
Brian Takita 419e40d3be Optimization: Single for loop instead of 2 forEach loops
7 years ago