Commit Graph

87 Commits (06eceb1bb64fbf06b158a433708bf6c4e9563bec)

Author SHA1 Message Date
Rich-Harris 459b5fa5cc remove unused argument
9 years ago
Rich-Harris 911651e307 remove linked list stuff
9 years ago
Rich-Harris 48f4a3027a remove some unused stuff
9 years ago
Rich Harris 4abbd7df56 prevent name collisions with each block index - fixes #1254
9 years ago
Rich Harris de4e3a3c51 tweaks
9 years ago
Rich Harris 2d10d535e5 more keyed each diffing into a shared helper
9 years ago
Rich Harris 8678f39bce Merge pull request #1249 from btakita/issues/588
9 years ago
Brian Takita 6f8195fe11 Implement https://github.com/sveltejs/svelte/issues/588
9 years ago
Andrew Shu 2671b765ef DEBUG testing btakita EachBlock changes
9 years ago
Rich Harris cc9fb0ccb1 tidy up
9 years ago
Rich Harris 160d9136c0 add local variable for list values - fixes #1240
9 years ago
Rich Harris bfedb7d243 flawed solution to #1240
9 years ago
Rich Harris 9ab870bcb2 Merge pull request #1237 from sveltejs/gh-1209
9 years ago
Rich Harris 5495d44484 use setAttribute with inputs, for benefit of IE - fixes #1209
9 years ago
Rich Harris cbca5cd006 alias listName to deconflict with shared helpers - fixes #1229
9 years ago
Rich Harris 409313f815 only apply stylesheet once
9 years ago
Conduitry 5bf313cf8d apply CSS scoping classes directly to AST (WIP)
9 years ago
Rich Harris 7fa6109785 add CSS scoping classes when stringifying child nodes - fixes #1223
9 years ago
Rich Harris c70d6f43ec use setAttribute for any namespaced element
9 years ago
Rich Harris 5169ef1cb1 allow SVG elements to have scoped CSS - fixes #1224
9 years ago
Rich Harris cd5e68e648 add each_value to contextProps - fixes #1206
9 years ago
Rich Harris 7647913591 merge master -> gh-1118
9 years ago
Rich Harris e1d52398d9 merge
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 fde43ea376 Merge branch 'master' into gh-1175
9 years ago
Rich Harris 34f18989d8 only use page[XY]Offset
9 years ago
Rich Harris 9578a2ec4b use classes instead of attributes - fixes #1118
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
Robert Hall 61ac049b70 Using pageYOffset & pageXOffset
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 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 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
Rich Harris c9f940b2bf fix store bindings
9 years ago
Rich Harris 8982f4bd64 combine component binding init/update
9 years ago
Rich Harris 541d1b3c89 remove some more junk
9 years ago
Rich Harris 44f0c646ed tidy up
9 years ago
Rich Harris 910f7a46e3 use ["default"] instead of .default in legacy mode - fixes #1166
9 years ago