Commit Graph

964 Commits (13189f9c6a700873218ec669d3da306a8df10c39)

Author SHA1 Message Date
Rich Harris 72ce87fd31 Merge pull request #987 from tivac/preprocess-options
9 years ago
Pat Cavit 0a9882feb0 WIP: fix args to markup hook
9 years ago
Pat Cavit f56a52a921 WIP: pass just filename param
9 years ago
Pat Cavit 58454acbc7 WIP: interface
9 years ago
Pat Cavit edcb547ded WIP: pass options object to preprocess hooks
9 years ago
Rich Harris c64561458b Merge branch 'master' into gh-640
9 years ago
Rich Harris f54bfe29dd mount await blocks with siblings (#974), and unmount correctly (#975)
9 years ago
Rich Harris f5c5083881 fix tests, finish renaming stuff
9 years ago
Rich Harris 9efe44fd53 rename :Switch -> :Component
9 years ago
Rich Harris 5e71d2fff4 slotted contents of dynamic components
9 years ago
Rich Harris cd534ab792 update props of existing dynamic component
9 years ago
Rich Harris e3ac083ab0 dynamic component bindings
9 years ago
Rich Harris 96267066b6 dynamic component event handlers
9 years ago
Rich Harris 699b675253 SSR :Switch components
9 years ago
Rich Harris ef838363d9 client-side dynamic components mostly working (#640)
9 years ago
Rich Harris 3c98ba7985 parse :Switch tags
9 years ago
Rich Harris 3551019a75 dont transform bidi transitions twice - fixes #962
9 years ago
Rich Harris 4ba5d65a16 correctly mount await block that has an anchor
9 years ago
Rich Harris 6187a703c2 Merge branch 'master' into gh-654
9 years ago
Rich Harris 2d72a50ad9 fix attribute parsing
9 years ago
Rich Harris ab7550c4e2 more direct tests
9 years ago
Rich Harris d3c254f197 fix output
9 years ago
Rich Harris 892028729d always return something
9 years ago
Rich Harris 31e0d3f3b1 rename functions
9 years ago
Rich Harris 3b244abb44 remove unused preprocessor option
9 years ago
Rich Harris 0469de3418 remove redundant try-catch
9 years ago
Efthymis Sarmpanis 6500b460e8 Basic support for style and script preprocessors
9 years ago
Rich Harris 0b8ef112ca prevent boolean attributes breaking shapes inside estree-walker - fixes #961
9 years ago
Rich Harris cd8d144818 allow parameterised transitions - fixes #962
9 years ago
Rich Harris 3d5e285e45 Merge pull request #954 from sveltejs/gh-930-computed
9 years ago
Rich Harris 545438edb4 less code
9 years ago
Emil Tholin df5b9bdf6c Add 'current' to the list of aria attributes
9 years ago
Rich Harris 0332aeb983 SSR await-then-catch
9 years ago
Rich Harris 5b0b115cfc await-then-catch with non-promise
9 years ago
Rich Harris 5cd47cfdbb basic client-side await-then-catch working
9 years ago
Rich Harris cfd6ff54f3 halfway there
9 years ago
Rich Harris 522744b47e parse await-then-catch
9 years ago
Rich Harris 5ec57f8b9a allow computed properties to depend on store props
9 years ago
Rich Harris fbc1785e36 allow event handlers to call store methods
9 years ago
Rich Harris fd63a56d52 store bindings
9 years ago
Rich Harris 30093ce036 use store in SSR mode
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris dcee5fae69 throw error on illegal context (#934)
9 years ago
Rich Harris dabf840841 remove whitespace around <:Window/> - fixes #943
9 years ago
Efthymis Sarmpanis bde84f05e9 Add support for intercepting different file extensions, other than .html, in ssr. (#940)
9 years ago
Rich Harris 7231693a9c append to the dom, not a document fragment, when updating each block in slot - fixes #927
9 years ago
Rich Harris 40c3648dfb Increase code coverage
9 years ago
Rich Harris e7ae9d764b Reinstate code coverage
9 years ago
Rich Harris 839e8905c9 attach globals to state object on initialisation
9 years ago
Rich Harris d17e7b309c enable <:Window bind:online/> - fixes #936 (#937)
9 years ago