Commit Graph

1824 Commits (ab7550c4e2666a9eb665389e49fc45a14e5ec55c)
 

Author SHA1 Message Date
Rich Harris ab7550c4e2 more direct tests
9 years ago
Rich Harris 9dc02f1748 use helper
9 years ago
Rich Harris d3c254f197 fix output
9 years ago
Rich Harris 4f05a22cb3 return promise, so that test results are correct
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 9c4386b3da -> v1.43.1
9 years ago
Rich Harris 7a7ce6097c Merge pull request #965 from sveltejs/gh-961
9 years ago
Rich Harris 63ad3169c5 Merge pull request #964 from sveltejs/prevent-cyclical-store-computations
9 years ago
Rich Harris a075bb552c update test
9 years ago
Rich Harris 0b8ef112ca prevent boolean attributes breaking shapes inside estree-walker - fixes #961
9 years ago
Rich Harris 27e3e3330f guard against introducing ES6+isms into store.js
9 years ago
Rich Harris 037786f5f3 Merge branch 'master' into prevent-cyclical-store-computations
9 years ago
Rich Harris 4054b87534 shorter error message, remove ES6 template string
9 years ago
Rich Harris 7ea0e75751 Merge pull request #963 from sveltejs/gh-962
9 years ago
Rich Harris 8a9044a848 fix test failures resulting from new JSDOM version
9 years ago
Rich Harris a354365798 gah i always forget this. need a pre-commit hook
9 years ago
Rich Harris e2286da150 prevent cyclical store computations, and computation duplication
9 years ago
Rich Harris cd8d144818 allow parameterised transitions - fixes #962
9 years ago
Rich Harris 8947e5a935 -> v1.43.0
9 years ago
Rich Harris 3d5e285e45 Merge pull request #954 from sveltejs/gh-930-computed
9 years ago
Rich Harris f6d8e2acd9 remove combineStores
9 years ago
Rich Harris 5d612c50b0 fix ES5 scoping bug
9 years ago
Rich Harris 6c085c0c64 remove ES2015+ from store.js
9 years ago
Rich Harris 5b8387553e make target store optional
9 years ago
Rich Harris e1867e11e2 better implementation of computed properties
9 years ago
Rich Harris f3d5becac8 add combineStores function
9 years ago
Rich Harris 64fa8769b0 Merge pull request #953 from EmilTholin/a11y_aria_current
9 years ago
Rich Harris 5ed6ed2a29 computed properties
9 years ago
Emil Tholin df5b9bdf6c Add 'current' to the list of aria attributes
9 years ago
Rich Harris 7e725b11b7 remove solo: true
9 years ago
Rich Harris e53b4f5386 fix tests, now that computed prop dependencies are expected
9 years ago
Rich Harris cfe5c66244 add store.js to package
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 ff543bd171 reenable all tests
9 years ago
Rich Harris 2ade424988 update snapshot tests
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris a9353a769c add _init method
9 years ago
Rich Harris 53ed35ddf0 implement Store
9 years ago
Rich Harris b79f579966 Merge pull request #947 from sveltejs/gh-934
9 years ago
Rich Harris dcee5fae69 throw error on illegal context (#934)
9 years ago
Rich Harris 3cb3c5ff82 Merge pull request #946 from sveltejs/gh-943
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