Commit Graph

1151 Commits (cd5e68e648eede3513394027320fdbff5b58f018)

Author SHA1 Message Date
Rich Harris cd5e68e648 add each_value to contextProps - fixes #1206
9 years ago
Rich Harris f02deae6c2 switch back to using svelte- instead of name-
9 years ago
Rich Harris 12ab482802 Merge branch 'gh-1118' into gh-1118-base36
9 years ago
Rich Harris 7647913591 merge master -> gh-1118
9 years ago
Rich Harris e1d52398d9 merge
9 years ago
Rich Harris 8b8461a554 Merge pull request #1200 from leereamsnyder/process-atsupports
9 years ago
Rich Harris 2c03aaa7e8 prevent context variables being called component or state - fixes #1213
9 years ago
ekhaled df1f349325 move `|| null`
9 years ago
ekhaled 073a1afc1d fixes #1188, fixes #1201
9 years ago
Rich Harris 1dca323660 only apply key to keyed each block, not its children - fixes #1202
9 years ago
Lee Reamsnyder 67ea9626eb process code in @supports queries with cascade: false
9 years ago
Conduitry f50faa9fdd unhoist select_block_type function for now (resolves #1195)
9 years ago
Rich Harris 8b3bfa5f97 implement remount on individual nodes
9 years ago
Rich Harris c61fed110a use else instead of if (!previousCondition) where possible
9 years ago
Rich Harris 16ff8f5126 refactor IfBlock slightly
9 years ago
Rich Harris f2beb3f39c use external is-reference library
9 years ago
Rich Harris d745d9c708 fix a couple of TODOs
9 years ago
Rich Harris fde43ea376 Merge branch 'master' into gh-1175
9 years ago
Rich Harris 34f18989d8 only use page[XY]Offset
9 years ago
Rich Harris 1bd5d0897c use base36 for style classes
9 years ago
Rich Harris 9578a2ec4b use classes instead of attributes - fixes #1118
9 years ago
Rich Harris c233e4f178 generate a class selector instead of an attribute selector
9 years ago
Rich Harris 5a8a2dff9c Merge branch 'master' into gh-1144
9 years ago
Rich Harris d625e8d16f allow observing $foo in dev mode - #1181
9 years ago
Rich Harris 4226cbb4c4 wrap <slot> updates in conditional - fixes #1144
9 years ago
Rich Harris 43e116685a Merge pull request #1173 from sveltejs/gh-1122
9 years ago
Rich Harris 648a0a895f Merge pull request #1169 from sveltejs/gh-1166
9 years ago
Rich Harris 708975d7f8 Merge branch 'master' into gh-1122
9 years ago
Rich Harris 704bdd9fa8 Merge pull request #1179 from sveltejs/fix-capitalize-warning
9 years ago
Conduitry 15e105392d upgrade acorn and parse as ES2018
9 years ago
Rich Harris 6f17979bc6 fix capitalize warning
9 years ago
Robert Hall 61ac049b70 Using pageYOffset & pageXOffset
9 years ago
Rich Harris dcf8e4694a Merge branch 'master' into gh-1122
9 years ago
Rich Harris e4da15330f put _differs on prototype, remove runtime option
9 years ago
Rich Harris c7acf71efd Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support
9 years ago
Rich Harris d5e238770d revert to component.get() in _bind
9 years ago
Rich Harris 4a02c2d44b dont create context for pending block
9 years ago
Rich Harris 0a0f7d142f remove some unused code etc
9 years ago
Rich Harris a7fd6ecc78 all tests passing
9 years ago
Rich Harris 83fb362cc5 remove _context stuff
9 years ago
Rich Harris c5211e8074 everything working except some destructuring stuff
9 years ago
Rich Harris f1dc47feb3 temporary hack around context issue
9 years ago
Rich Harris 63614be14b Merge branch 'master' into gh-1122
9 years ago
Rich Harris 8e7fdb1031 Merge pull request #1158 from sveltejs/gh-1156
9 years ago
Rich Harris 532c800729 fix
9 years ago
Rich Harris 18c79327b2 get destructuring working
9 years ago
Rich Harris 223227225b various fixes
9 years ago
Rich Harris 6de242fdea start implementing context
9 years ago
Jacob Wright 514ebd28b7 Adding compiler option for immutable back in
9 years ago
Rich Harris 4c6b3b79da increase test coverage, handle immediately-closed blocks
9 years ago