Commit Graph

2407 Commits (308d8f8388022bd9c9857d7acfb4ade55b97fca6)

Author SHA1 Message Date
Richard Harris 7624dbea70 support is attribute, with a warning - fixes #3182
7 years ago
Luiz Corte Real 53dfea0d7c Change type of preprocessor functions to include Promise
7 years ago
Rich Harris 7e5a02a22f Merge pull request #3400 from elo7/missing-dependencies
7 years ago
Rich Harris 02f5f89305 Reinstate walk
7 years ago
Dave Poulter 6c4605fc8a Fix namespace for svg elements inside slots
7 years ago
Luiz Corte Real 8e6c2aa45a Remove external dependencies from exported files
7 years ago
Richard Harris 9cb5454b58 coerce tag values to string - fixes #2290
7 years ago
Richard Harris b9347efb6d Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris c91bf05553 simplify self function, use this instead of el
7 years ago
Conduitry 984b8f46af generate valid code when spreading literal into props (#3185)
7 years ago
Samuel Elgozi 96115d5346 feat: #3372 added a new `self` event modifier
7 years ago
Rich Harris 52cc30de82 Merge pull request #3355 from sveltejs/gh-3354
7 years ago
Richard Harris 5dd34f02c1 assume let variables are dynamic in slots - fixes #3354
7 years ago
Richard Harris 6111e1c56a lil bit of housekeeping
7 years ago
Rich Harris 6369ce1e6c Merge pull request #2246 from sveltejs/null-transition
7 years ago
Richard Harris a3927caf07 lint
7 years ago
Conduitry f629e09bec tidy types
7 years ago
Rich Harris a96ba1ffa2 Merge pull request #3348 from sveltejs/gh-3272
7 years ago
Richard Harris 3c232e7d75 appease typescript
7 years ago
Richard Harris 7ed0418aea oops
7 years ago
Richard Harris 3502b9ce82 merge master -> null-transition
7 years ago
Richard Harris 6042fa02ea disable validation with magic comments
7 years ago
Richard Harris c5d6d6ffcb correctly set mount anchor for HTML tags - fixes #2711
7 years ago
Richard Harris 4223bd393c disallow global references to $$-prefixed vars
7 years ago
Richard Harris 6056f133d4 throw error if $ is referenced as global - fixes #3272
7 years ago
Richard Harris 6992553329 remove unused helpers
7 years ago
Richard Harris c226ba3d65 more robust handling of html tags - fixes #3285
7 years ago
Conduitry 69da2cf6de set data- attributes like regular attributes (#3337)
7 years ago
Richard Harris 51516a97a9 prevent commas in attributes - fixes #3341
7 years ago
Richard Harris e0bd4ad4c9 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris 34b5e31df2 use export as instead of creating a new binding
7 years ago
Rich Harris c8a33e329c Merge branch 'master' into gh-3283
7 years ago
Rich Harris 342154d593 Merge pull request #3336 from Conduitry/gh-3274
7 years ago
Rich Harris 8f32e0e346 Merge pull request #3335 from Conduitry/gh-3281
7 years ago
Rich Harris 133b1167ae Merge pull request #3333 from Conduitry/gh-3179
7 years ago
Rich Harris 19167e9421 Merge pull request #3334 from Conduitry/gh-3324
7 years ago
Rich Harris 44fefdf870 Merge pull request #3332 from Conduitry/gh-3331
7 years ago
Rich Harris ba82406f99 Merge pull request #3315 from Conduitry/gh-3304
7 years ago
Richard Harris 6a051dd6e5 fix SSR of undefined classes, albeit messily
7 years ago
Richard Harris 76820e0de4 omit falsy boolean attributes
7 years ago
Conduitry 505717e636 don't warn when using each index in key (#3274)
7 years ago
Conduitry d7caf24923 use bindings when matching attribute selector against element (#3281)
7 years ago
Conduitry 5d45855f49 make raf a noop on server (#3324)
7 years ago
Conduitry 5e64cb391a preserve async/generator-ness of hoisted function expressions (#3179)
7 years ago
Conduitry 457497efe5 fix erroneous a11y warning with input type='image' (#3331)
7 years ago
Richard Harris 41e865f1f6 failing SSR test, plus some adjacent changes
7 years ago
Richard Harris cbddd2f961 remove unused code
7 years ago
Richard Harris 27c5509e02 make code style more consistent
7 years ago
bre30kra69cs 4bb10d30c4 ref spaces
7 years ago
bre30kra69cs 0315b723b0 optimize class name runtime calc & add tests & ref
7 years ago