Commit Graph

1801 Commits (a3b4eea3d739d9b5d219eb40a29aa309d76a3bcc)
 

Author SHA1 Message Date
Rich Harris a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
8 years ago
Rich Harris d5d1eccb28 remove combineStores
8 years ago
Rich Harris 96eac06e2d fix ES5 scoping bug
8 years ago
Rich Harris 7779f26f7f remove ES2015+ from store.js
8 years ago
Rich Harris adc248f639 make target store optional
8 years ago
Rich Harris 47547ed0ab better implementation of computed properties
8 years ago
Rich Harris a669dbfcd4 add combineStores function
8 years ago
Rich Harris ede70be02f
Merge pull request #953 from EmilTholin/a11y_aria_current
8 years ago
Rich Harris f23c886b6a computed properties
8 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
8 years ago
Rich Harris 1cdfb84fec remove solo: true
8 years ago
Rich Harris edc61b7bd8 fix tests, now that computed prop dependencies are expected
8 years ago
Rich Harris 8ad22bcf4a add store.js to package
8 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props
8 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
8 years ago
Rich Harris 945d8ce526 store bindings
8 years ago
Rich Harris be68cd9de2 use store in SSR mode
8 years ago
Rich Harris f64e473d2e reenable all tests
8 years ago
Rich Harris 75e911b05a update snapshot tests
8 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
8 years ago
Rich Harris 2705532cb0 add _init method
8 years ago
Rich Harris d0e5098ea6 implement Store
8 years ago
Rich Harris 14b27b71e1
Merge pull request #947 from sveltejs/gh-934
8 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
8 years ago
Rich Harris 582315086f
Merge pull request #946 from sveltejs/gh-943
8 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
8 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
8 years ago
Rich Harris 440a81aa5a -> v1.42.1
8 years ago
Rich Harris d32328ca69
append to the dom, not a document fragment, when updating each block in slot - fixes #927
8 years ago
Rich Harris 0a01aa0243
Increase code coverage
8 years ago
Rich Harris d590dbe165
Reinstate code coverage
8 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
8 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
8 years ago
Rich Harris b5821b846a fix annoying test failure
8 years ago
Rich Harris 0a4aea3cb9 -> v1.42.0
8 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
8 years ago
Rich Harris 509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
8 years ago
Rich Harris 08ed270b57
Merge pull request #933 from sveltejs/gh-914
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
8 years ago
Rich Harris 956d7b17b8 remove unused code
8 years ago
Rich Harris 02b0dda9cc update tests
8 years ago
Rich Harris 7e07cde021 use <option> children as value attribute, if none exists. fixes #928
8 years ago
Rich Harris 4411ab116e update snapshot tests
8 years ago
Rich Harris 8ae0cac67e -> v1.41.4
8 years ago
Rich Harris 0a4e795498
Merge pull request #921 from sveltejs/gh-917
8 years ago
Rich Harris 75b1b055c7
Merge pull request #923 from sveltejs/install-from-git
8 years ago
Rich Harris 3ff208ffdd
Merge pull request #925 from sveltejs/gh-915
8 years ago
Rich Harris 077428459a
Merge pull request #929 from esarbanis/do-use-dataset
8 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
8 years ago
Rich Harris d28942d91a dont use innerHTML for options inside optgroups - fixes #915
8 years ago