Commit Graph

1170 Commits (b5102f4f1badb39d67ab475ce91ced6927fd1ffa)

Author SHA1 Message Date
mrkishi b5102f4f1b Add spread -- rough idea
7 years ago
Rich Harris 7c25eb32fa skip missing property warning for computed/global properties
7 years ago
Rich Harris 39694c31c3 nicer error messages
7 years ago
Rich Harris f97036dd39 error if ref:foo has a value
7 years ago
Rich Harris bd74929920 dont treat :foo as a directive
7 years ago
Rich Harris 6f866bbb4c
Merge pull request #1242 from jacwright/directive-parsing-cleanup
7 years ago
Jacob Wright 6d4f8d889a Refactor directive parsing for code reuse
7 years ago
Rich Harris 26239463c5
Merge pull request #1237 from sveltejs/gh-1209
7 years ago
Rich Harris d893eef513
Merge pull request #1239 from sveltejs/gh-1221
7 years ago
Rich Harris 140e2271f7 scale transition duration by delta - fixes #1221
7 years ago
Rich Harris 4e99eb8d37 use setAttribute with inputs, for benefit of IE - fixes #1209
7 years ago
Rich Harris 01f6f9fa4d alias listName to deconflict with shared helpers - fixes #1229
7 years ago
Rich Harris b35aab3736 only apply stylesheet once
7 years ago
Conduitry 92452ef356 separate AST modification into Stylesheet#reify
7 years ago
Conduitry e4032ea543 apply CSS scoping classes directly to AST (WIP)
7 years ago
Rich Harris eae98f952d add CSS scoping classes when stringifying child nodes - fixes #1223
7 years ago
Rich Harris 6131963551 use setAttribute for any namespaced element
7 years ago
Rich Harris 9037e93934 set arbitrary compile options when calling SSR register function
7 years ago
Rich Harris b763714222 allow SVG elements to have scoped CSS - fixes #1224
7 years ago
Rich Harris ddd67dd844 add each_value to contextProps - fixes #1206
7 years ago
Rich Harris 3f7f237a9a switch back to using svelte- instead of name-
7 years ago
Rich Harris 428784d570 Merge branch 'gh-1118' into gh-1118-base36
7 years ago
Rich Harris 2f01115a41 merge master -> gh-1118
7 years ago
Rich Harris 0c66e9e2f7 merge
7 years ago
Rich Harris 91a04cfb88
Merge pull request #1200 from leereamsnyder/process-atsupports
7 years ago
Rich Harris fad5ccdf59 prevent context variables being called component or state - fixes #1213
7 years ago
ekhaled 6b886d628c move `|| null`
7 years ago
ekhaled e2d50617c2 fixes #1188, fixes #1201
7 years ago
Rich Harris 7b4c486be9 only apply key to keyed each block, not its children - fixes #1202
7 years ago
Lee Reamsnyder cbdbff54bf process code in @supports queries with cascade: false
7 years ago
Conduitry 2e2ae8fdc9 unhoist select_block_type function for now (resolves #1195)
7 years ago
Rich Harris f8d6d99930 implement remount on individual nodes
7 years ago
Rich Harris 7638964fc0 use else instead of if (!previousCondition) where possible
7 years ago
Rich Harris da155878a8 refactor IfBlock slightly
7 years ago
Rich Harris c6bba03f1d use external is-reference library
7 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
7 years ago
Rich Harris e95a0b60a9 Merge branch 'master' into gh-1175
7 years ago
Rich Harris a5cc451c9c only use page[XY]Offset
7 years ago
Rich Harris 1ad28e6fe6 use base36 for style classes
7 years ago
Rich Harris cbd1a11548 use classes instead of attributes - fixes #1118
7 years ago
Rich Harris e6c1cdf25b generate a class selector instead of an attribute selector
7 years ago
Rich Harris 0131216a1a Merge branch 'master' into gh-1144
7 years ago
Rich Harris cb8071acd4 allow observing $foo in dev mode - #1181
7 years ago
Rich Harris c2bb549901 wrap <slot> updates in conditional - fixes #1144
7 years ago
Rich Harris 805c72fefc
Merge pull request #1173 from sveltejs/gh-1122
7 years ago
Rich Harris 4ccc2ade2f
Merge pull request #1169 from sveltejs/gh-1166
7 years ago
Rich Harris c62bc6c9b8 Merge branch 'master' into gh-1122
7 years ago
Rich Harris 72a65c48da
Merge pull request #1179 from sveltejs/fix-capitalize-warning
7 years ago
Conduitry 8c1f09db1f upgrade acorn and parse as ES2018
7 years ago
Rich Harris 6e31efce11 fix capitalize warning
7 years ago