Commit Graph

1942 Commits (db646945f8d6521a4f8e615deb74ba13db7653e7)
 

Author SHA1 Message Date
Rich Harris d6814d76e4 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris 7e40ee2201
Merge pull request #952 from sveltejs/gh-654
7 years ago
Rich Harris 9c03de24b7 document svelte.preprocess
7 years ago
Rich Harris 844e89f277 correctly mount await block that has an anchor
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris fd77c40825
Merge pull request #969 from sveltejs/css-preprocessing
7 years ago
Rich Harris b856ac22f6 remove stylus
7 years ago
Rich Harris dbe3cf8c7e reenable all tests
7 years ago
Rich Harris 9eaea2ba94 fix attribute parsing
7 years ago
Rich Harris 6af51e8f55 remove tests of coffeescript etc
7 years ago
Rich Harris 6fd069922b more direct tests
7 years ago
Rich Harris b2b3588cdd use helper
7 years ago
Rich Harris 368ac9b8ab fix output
7 years ago
Rich Harris 69b74d96bc return promise, so that test results are correct
7 years ago
Rich Harris 16599690a5 always return something
7 years ago
Rich Harris cec17c27b0 rename functions
7 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option
7 years ago
Rich Harris 35085839e1 remove redundant try-catch
7 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
7 years ago
Rich Harris 72bd23af96 -> v1.43.1
7 years ago
Rich Harris 3264b5160f
Merge pull request #965 from sveltejs/gh-961
7 years ago
Rich Harris 3843261e45
Merge pull request #964 from sveltejs/prevent-cyclical-store-computations
7 years ago
Rich Harris fd8bbe3eb7 update test
7 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
7 years ago
Rich Harris a0d8d09003 guard against introducing ES6+isms into store.js
7 years ago
Rich Harris 060de16ba0 Merge branch 'master' into prevent-cyclical-store-computations
7 years ago
Rich Harris e3836dab46 shorter error message, remove ES6 template string
7 years ago
Rich Harris b26be1ca24
Merge pull request #963 from sveltejs/gh-962
7 years ago
Rich Harris faf5ca8de2 fix test failures resulting from new JSDOM version
7 years ago
Rich Harris 0b904b6fb7 gah i always forget this. need a pre-commit hook
7 years ago
Rich Harris d479224067 prevent cyclical store computations, and computation duplication
7 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
7 years ago
Rich Harris a717c82bb4 -> v1.43.0
7 years ago
Rich Harris a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
7 years ago
Rich Harris d5d1eccb28 remove combineStores
7 years ago
Rich Harris dc97fa76c8 less code
7 years ago
Rich Harris 96eac06e2d fix ES5 scoping bug
7 years ago
Rich Harris 7779f26f7f remove ES2015+ from store.js
7 years ago
Rich Harris adc248f639 make target store optional
7 years ago
Rich Harris 47547ed0ab better implementation of computed properties
7 years ago
Rich Harris a669dbfcd4 add combineStores function
7 years ago
Rich Harris ede70be02f
Merge pull request #953 from EmilTholin/a11y_aria_current
7 years ago
Rich Harris f23c886b6a computed properties
7 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
7 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6
7 years ago
Rich Harris 8a0813e96b SSR await-then-catch
7 years ago
Rich Harris 56b167b44f await-then-catch with non-promise
7 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense
7 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working
7 years ago
Rich Harris d783993d23 halfway there
7 years ago