Commit Graph

2181 Commits (bf5b8ab777d8199abcd8e7665abc4dbb732272a3)

Author SHA1 Message Date
Rich Harris bf5b8ab777 Merge pull request #2881 from sveltejs/gh-2878
7 years ago
Rich Harris 95533b226d Merge pull request #2880 from cudr/head_html_fix
7 years ago
Richard Harris 3122decd33 dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878
7 years ago
Richard Harris 1c2c3b166c make is_reactive_dependency optional
7 years ago
Rich Harris 1176e674d0 Merge branch 'master' into less-invalidation
7 years ago
Rich Harris ca192e15df Merge pull request #2872 from Harald-1/master
7 years ago
Rich Harris 7ed3965f98 Merge pull request #2877 from colincasey/feat/omit_readonly_ssr_bindings
7 years ago
cudr 435f3993ea add tests
7 years ago
Colin Casey 3f906bfd95 Omits readonly attributes from SSR code
7 years ago
Brian Takita 3c6acd7aa3 jsdoc: `derived` second argument
7 years ago
Brian Takita 0f493d8d78 Apply suggestions from code review
7 years ago
Brian Takita 4e0555d5b3 Additional detail to jsdocs for writable, readable, & derived
7 years ago
Harald Fassler 3aa5bc1c35 Merge remote-tracking branch 'upstream/master'
7 years ago
Harald Fassler 5af26cf37b Update animations.js
7 years ago
Richard Harris 4da1f5d05e Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Richard Harris c8abbfc3a1 always add raw property to text nodes
7 years ago
Richard Harris 32c500f987 Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities
7 years ago
Richard Harris cb04297b8a merge master -> zxbodya-ts
7 years ago
Richard Harris d0f84150bf code style
7 years ago
Richard Harris c2fa3dd30d Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props
7 years ago
Rich Harris 8507ac2663 Merge branch 'master' into improve-typings
7 years ago
Rich Harris c96ccf6dc6 Merge pull request #2856 from sveltejs/raf
7 years ago
cudr c7e3e26940 works correct
7 years ago
Richard Harris 181e954224 only invalidate referenced values
7 years ago
Richard Harris 0f51970ac1 fix tests
7 years ago
Timothy Johnson 5a87705a38 Fixes #2714
7 years ago
Rich Harris 47dcd385fe treat requestAnimationFrame as a noop on the server
7 years ago
Benjamin Milde f56445f3a1 Allow binding of <details> open
7 years ago
Bogdan Savluk 83114b29c8 fix case sensitive import name, improve tsconfig
7 years ago
Bogdan Savluk 70a9cec0f7 convert everything to TypeScript
7 years ago
Colin Casey 4f474521ec check for unknown props when creating component
7 years ago
Bogdan Savluk 4c08e93f58 cleanup, improve comments
7 years ago
Bogdan Savluk 762a9c2bea workarond for estree-walker related typings conflict
7 years ago
Bogdan Savluk fef6dff347 compile/render-dom and other remaining typings
7 years ago
Bogdan Savluk 7d68f2e934 fix compile/render-ssr typings
7 years ago
Bogdan Savluk e9ff062e41 fix compile/nodes typings
7 years ago
Bogdan Savluk aee3dcae4d improve parser typings
7 years ago
Rich Harris 6d6685c4ca Merge pull request #2829 from colincasey/bugfix/2821_custom_elements_with_no_svelte_options
7 years ago
Rich Harris 4c9c04fc44 Merge pull request #2795 from sanderhahn/master
7 years ago
Rich Harris 9c911462c4 Update store.ts
7 years ago
Colin Casey a21afe8b5e Allow custom element to be declared with no tag and no options
7 years ago
Christian Kaisermann ab5b379c3c fix: 🐛 data attributes without value outputting as "true"
7 years ago
Sander Hahn 701fe15ebc add docstrings to store
7 years ago
Rich Harris 6c2f7347fa Merge pull request #2784 from clarkdo/refactor
7 years ago
Clark Du 29586f0d83 fix: add super.render back
7 years ago
Clark Du e694fc36b2 refactor: remove unnecessary super.render in style attribute
7 years ago
Rich Harris ce3a49520a Merge pull request #2781 from sveltejs/gh-2780
7 years ago
Richard Harris aa35bb5634 ensure spring works server-side = fixes #2773
7 years ago
Richard Harris 5c172504c0 handle non-falsy non-function deriver return values - fixes #2780
7 years ago
Rich Harris 960e0be017 Merge pull request #2733 from sanderhahn/master
7 years ago