Commit Graph

408 Commits (fbb0bd4d4669a1756116a9ca29d88e17c80d5480)

Author SHA1 Message Date
Rich Harris b767227a2f bind to destructured properties
9 years ago
Rich Harris 4d1e71fdd5 sparse array patterns
9 years ago
Rich Harris 58f481d2e4 destructuring
9 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
9 years ago
Rich Harris c563cfa83d Merge pull request #1376 from sveltejs/gh-1297
9 years ago
Rich Harris 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303
9 years ago
Rich Harris c0366c7b0f preserve outer context for await blocks - fixes #1251
9 years ago
Rich Harris 51651ebce5 implement full-state computed properties - fixes #1303
9 years ago
Rich Harris 21c4d9ce55 overwrite this in custom event handlers - fixes #1297
9 years ago
Rich Harris 0e98b39803 more stuff
9 years ago
Rich Harris 3186f2e0ba WIP
9 years ago
Rich Harris 032aeab970 baby steps towards #1316
9 years ago
Rich Harris 6800b160d0 Merge pull request #1364 from sveltejs/gh-1356
9 years ago
Rich Harris 947b39cd8d Merge pull request #1365 from sveltejs/gh-1354
9 years ago
Rich Harris 50377c2a6b prevent stale state in component event handlers - fixes #1353
9 years ago
Rich Harris 50dd0fd460 set state to blank object on destroy, not null - fixes #1354
9 years ago
Rich Harris e0dc854a5f correctly report changed properties in initial state/update events - fixes #1356
9 years ago
pk 04b1c11026 Failing test for #1356
9 years ago
Rich Harris dcdcb9ab03 Merge pull request #1358 from sveltejs/gh-1038
9 years ago
Conduitry f5fb3e6c08 add test
9 years ago
Rich Harris 0769c2fd59 update spread props in each blocks without other dynamic attributes - fixes #1337
9 years ago
Rich Harris 736cd9ea06 support $method(...) calls, and warn on store.method(...)
9 years ago
Rich Harris 14c8e88045 remove redundant test
9 years ago
Rich Harris 17be6f5b29 skip test, fix post-v2
9 years ago
Rich Harris 62e9f12db0 tidy up
9 years ago
Rich Harris 6719958169 remove cascade option
9 years ago
Rich Harris 3db454c91d remove v1 runtime tests
9 years ago
Rich Harris b6d93feba6 dont typecast numeric attributes
9 years ago
Rich Harris c806aad410 update tests to account for removal of observe
9 years ago
Rich Harris d532561a7f update snapshot tests
9 years ago
Rich Harris d045e3907d remove ES5 constraint
9 years ago
Rich Harris ef1954947e Merge pull request #1345 from sveltejs/gh-1069
9 years ago
Rich Harris 382e0191a8 use destructuring syntax for computed props in v2 mode - fixes #1069
9 years ago
Rich Harris 3b4b8c25d5 implement onstate and onupdate
9 years ago
Rich Harris 2855fbdc32 add some onstate/onupdate tests
9 years ago
Conduitry b7145ffaee in v2, don't parse for interpolations in non-root style elements (#1339)
9 years ago
Rich Harris dca723a3ef attribute shorthand test
9 years ago
Rich Harris 844c89dce6 update keyed each block syntax
9 years ago
Rich Harris 1a41f8bddd implement dynamic components etc
9 years ago
Rich Harris bbec452b0a Merge pull request #1311 from sveltejs/gh-1278
9 years ago
Rich Harris f26cd3b58e Merge pull request #1312 from sveltejs/gh-1275
9 years ago
Rich-Harris 22308a02ea support custom events on <:Window> - fixes #1268
9 years ago
Rich-Harris 0ed59b7d74 deconflict against inherited contexts - fixes #1275
9 years ago
Rich-Harris 9a9f787e52 treat component events the same as element events - fixes #1278
9 years ago
Rich-Harris cbafb650bf ensure correct order of DOM insertions with neighbouring keyed each blocks - fixes #1306
9 years ago
Rich-Harris df07dde5fd spread on dynamic component - fixes #1307
9 years ago
Rich Harris 3af38db0f2 Merge pull request #1289 from sveltejs/gh-195
9 years ago
Rich-Harris 29f8b28747 handle boolean attributes
9 years ago
Rich-Harris aea4caaf2a fix element spread SSR
9 years ago
Rich-Harris cf05f19e11 tidy up/notes to self
9 years ago