Rich Harris
|
46c9ad4221
|
Merge pull request #1190 from sveltejs/gh-1118
Use classes for style encapsulation, rather than attributes
|
2018-03-07 21:47:18 -05:00 |
|
Rich Harris
|
7d4958b012
|
Merge pull request #1192 from sveltejs/gh-1118-base36
use base 36 for style classes
|
2018-03-07 21:38:58 -05:00 |
|
Rich Harris
|
3f7f237a9a
|
switch back to using svelte- instead of name-
|
2018-03-07 21:33:59 -05:00 |
|
Rich Harris
|
428784d570
|
Merge branch 'gh-1118' into gh-1118-base36
|
2018-03-07 21:05:06 -05:00 |
|
Rich Harris
|
2f01115a41
|
merge master -> gh-1118
|
2018-03-07 21:04:09 -05:00 |
|
Rich Harris
|
0c3e44ac05
|
Merge pull request #1193 from sveltejs/TODO
[WIP] fix some TODOs
|
2018-03-07 20:55:49 -05:00 |
|
Rich Harris
|
0c66e9e2f7
|
merge
|
2018-03-07 20:43:13 -05:00 |
|
Rich Harris
|
22f0ed9bbf
|
-> v1.56.4
|
2018-03-07 10:10:57 -05:00 |
|
Rich Harris
|
91a04cfb88
|
Merge pull request #1200 from leereamsnyder/process-atsupports
process code in @supports queries with cascade: false
|
2018-03-07 10:08:47 -05:00 |
|
Rich Harris
|
a49c4faf4a
|
Merge pull request #1216 from sveltejs/gh-1213
prevent context variables being called component or state
|
2018-03-07 10:06:41 -05:00 |
|
Rich Harris
|
fad5ccdf59
|
prevent context variables being called component or state - fixes #1213
|
2018-03-07 09:53:46 -05:00 |
|
Rich Harris
|
c45b18a387
|
-> v1.56.3
|
2018-03-06 15:24:51 -05:00 |
|
Rich Harris
|
6ea1612db8
|
Merge pull request #1210 from ekhaled/some_fixes
fixes #1188, fixes #1201
|
2018-03-06 15:22:31 -05:00 |
|
ekhaled
|
f9d606a5c9
|
re-add Child.html
|
2018-03-06 19:05:39 +00:00 |
|
ekhaled
|
b8beb002a1
|
remove file
|
2018-03-06 19:05:09 +00:00 |
|
ekhaled
|
2e9cd4742c
|
fix snapshots for the actual mounting code
|
2018-03-06 18:49:49 +00:00 |
|
ekhaled
|
270be984ac
|
fix bundle snapshots
|
2018-03-06 18:46:42 +00:00 |
|
ekhaled
|
6b886d628c
|
move || null
|
2018-03-06 18:42:40 +00:00 |
|
ekhaled
|
6792e77392
|
some case-sensitivity thing
|
2018-03-06 18:32:41 +00:00 |
|
ekhaled
|
ae86cf9f4b
|
clarify in test that its an intro test only
|
2018-03-06 18:30:15 +00:00 |
|
ekhaled
|
7b2246126e
|
fix tests on linux
|
2018-03-06 18:27:46 +00:00 |
|
ekhaled
|
7401004a66
|
add test for transitions on nested components
|
2018-03-06 18:09:04 +00:00 |
|
ekhaled
|
2e3724f7d3
|
fix snapshots
|
2018-03-06 17:07:49 +00:00 |
|
ekhaled
|
e2d50617c2
|
fixes #1188, fixes #1201
|
2018-03-06 16:59:47 +00:00 |
|
Rich Harris
|
18d3313838
|
-> v1.56.2
|
2018-03-05 15:42:07 -05:00 |
|
Rich Harris
|
0599b5fca5
|
Merge pull request #1204 from sveltejs/gh-1202
only apply key to keyed each block, not its children
|
2018-03-05 15:40:43 -05:00 |
|
Rich Harris
|
94c76308a1
|
update deps to get tests to pass again
|
2018-03-05 11:14:27 -05:00 |
|
Rich Harris
|
7b4c486be9
|
only apply key to keyed each block, not its children - fixes #1202
|
2018-03-05 10:50:09 -05:00 |
|
Rich Harris
|
355490878d
|
-> v1.56.1
|
2018-03-05 06:57:32 -05:00 |
|
Rich Harris
|
da165be1bf
|
Merge pull request #1199 from sveltejs/gh-1195
Fix select_block_type scoping issue
|
2018-03-05 06:53:46 -05:00 |
|
Lee Reamsnyder
|
cbdbff54bf
|
process code in @supports queries with cascade: false
with the cascade: false compiler option, CSS in @supports blocks was getting removed
|
2018-03-04 13:38:43 -05:00 |
|
Conduitry
|
a2873df711
|
update js if-block-no-update test
|
2018-03-02 16:01:02 -05:00 |
|
Conduitry
|
2e2ae8fdc9
|
unhoist select_block_type function for now (resolves #1195)
|
2018-03-02 15:58:13 -05:00 |
|
Conduitry
|
ff6e104f92
|
add failing test for #1195
|
2018-03-02 15:54:17 -05:00 |
|
Rich Harris
|
f8d6d99930
|
implement remount on individual nodes
|
2018-02-25 11:20:13 -05:00 |
|
Rich Harris
|
7638964fc0
|
use else instead of if (!previousCondition) where possible
|
2018-02-25 11:13:02 -05:00 |
|
Rich Harris
|
da155878a8
|
refactor IfBlock slightly
|
2018-02-25 10:56:50 -05:00 |
|
Rich Harris
|
c6bba03f1d
|
use external is-reference library
|
2018-02-25 10:48:06 -05:00 |
|
Rich Harris
|
1bc675da50
|
fix a couple of TODOs
|
2018-02-25 10:36:54 -05:00 |
|
Rich Harris
|
8aaf92aca2
|
Merge pull request #1176 from sveltejs/gh-1175
Using pageYOffset & pageXOffset
|
2018-02-25 08:59:59 -05:00 |
|
Rich Harris
|
e95a0b60a9
|
Merge branch 'master' into gh-1175
|
2018-02-25 08:48:52 -05:00 |
|
Rich Harris
|
a5cc451c9c
|
only use page[XY]Offset
|
2018-02-25 08:45:59 -05:00 |
|
Rich Harris
|
0648998a5c
|
Merge pull request #1189 from GarethOates/svelteDevStore
Add link to svelte-dev-store to the README
|
2018-02-24 19:30:26 -05:00 |
|
Rich Harris
|
1ad28e6fe6
|
use base36 for style classes
|
2018-02-24 19:23:33 -05:00 |
|
Rich Harris
|
cbd1a11548
|
use classes instead of attributes - fixes #1118
|
2018-02-24 18:38:31 -05:00 |
|
Rich Harris
|
81743a2562
|
update more tests
|
2018-02-24 18:37:59 -05:00 |
|
Rich Harris
|
e6c1cdf25b
|
generate a class selector instead of an attribute selector
|
2018-02-24 15:27:36 -05:00 |
|
Rich Harris
|
9971283671
|
update tests
|
2018-02-24 15:26:57 -05:00 |
|
Gareth Oates
|
08c54eec11
|
Shameless plug of my svelte store package
|
2018-02-24 21:26:04 +01:00 |
|
Rich Harris
|
f3d0ef38ad
|
-> v1.56.0
|
2018-02-24 13:40:19 -05:00 |
|