Commit Graph

177 Commits (4f7c67db13fbbf9be9e6375a352fd5d2e2c5218f)

Author SHA1 Message Date
Rich Harris f8ee784b5e fix slot attribute validation
9 years ago
Rich Harris 0e98b39803 more stuff
9 years ago
Rich Harris 7fe838e4b5 various
9 years ago
Rich Harris 736cd9ea06 support $method(...) calls, and warn on store.method(...)
9 years ago
Rich Harris e02f878fb4 remove erroneous warnings
9 years ago
Rich Harris b72225a28f rename loc to start, include character info in locations
9 years ago
Rich Harris 02f125eb21 tidy up
9 years ago
Rich Harris 836e6b29ce enforce uppercase component names
9 years ago
Rich Harris b128399540 fix some more tests
9 years ago
Rich Harris ff214ef8ab SSR tests
9 years ago
Rich Harris 548491b5a2 small fix
9 years ago
Rich Harris 53963dc7e6 remove store option
9 years ago
Rich Harris cd0ffa35f6 remove validate and Stylesheet from public API
9 years ago
Rich Harris cae27b1904 allow overwritten observe
9 years ago
Rich Harris ef1954947e Merge pull request #1345 from sveltejs/gh-1069
9 years ago
Rich Harris 382e0191a8 use destructuring syntax for computed props in v2 mode - fixes #1069
9 years ago
Rich Harris 3b4b8c25d5 implement onstate and onupdate
9 years ago
Rich Harris f8801feb2b add codes to errors
9 years ago
Rich Harris 7b1df97d7e add codes to validation errors
9 years ago
Rich Harris 17a20bbe37 add codes to warnings (#474)
9 years ago
Rich Harris 62cbb31844 Merge pull request #1330 from sveltejs/gh-1318
9 years ago
Rich Harris 9235efb8dd more tests, support svelte: elements
9 years ago
Rich Harris dd2de33df3 fix #1331
9 years ago
Rich Harris 24238e5778 Merge pull request #1299 from sveltejs/gh-1257
9 years ago
Rich Harris f7bdf71946 Merge pull request #1313 from sveltejs/gh-1270
9 years ago
Rich-Harris 22308a02ea support custom events on <:Window> - fixes #1268
9 years ago
Rich-Harris 0963c226a8 fail validation if bound <select> has dynamic multiple attribute - fixes #1270
9 years ago
Rich-Harris 15b371eeff merge master -> gh-1257
9 years ago
Rich Harris 17427b5a79 Merge pull request #1296 from sveltejs/fix-errors
9 years ago
Rich Harris 3af38db0f2 Merge pull request #1289 from sveltejs/gh-195
9 years ago
Rich-Harris 834824f4c6 include warnings in stats object
9 years ago
Rich-Harris cbd0ce7cbe fix CompileError constructor
9 years ago
Rich-Harris b02cc849f9 remove some stuff we wont need
9 years ago
Josh Duff 4539466c0c Accept backtick string literals in tag/props properties
9 years ago
Josh Duff 3062a86435 Fix backtick string literals not being recognized for the svg property
9 years ago
Jacob Wright a5ed6cbe18 Adds actions to components
9 years ago
James Birtles e911739251 pass node through where possible
9 years ago
James Birtles 4bda127108 add end position to errors
9 years ago
James Birtles 3f404eaf99 add end position to warnings
9 years ago
Rich Harris f2beb3f39c use external is-reference library
9 years ago
Rich Harris d745d9c708 fix a couple of TODOs
9 years ago
Rich Harris 6f17979bc6 fix capitalize warning
9 years ago
Rich Harris c7acf71efd Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support
9 years ago
Jacob Wright 514ebd28b7 Adding compiler option for immutable back in
9 years ago
Jacob Wright 7afb9b79f7 Makes immutable a component option rather than a compile option
9 years ago
Rich Harris 8b6a099ced empty blocks are a dev warning, not an error
9 years ago
Jacob Mischka 00ba7c5176 Add audio video volume binding (#1148)
9 years ago
Nolan Lawson 803b6dd93a Add "feed" aria role
9 years ago
Rich Harris b9647ff966 Merge pull request #1106 from sveltejs/gh-1083
9 years ago
Conduitry e85b8edfe7 do not run a11y validation on child component elements (#1110)
9 years ago