Rich Harris
353d3b5ef3
update agadoo
6 years ago
Rich Harris
016d4b5dc5
move agadoo to npm test script
6 years ago
Rich Harris
956f318bea
while we're here, update parser output files
6 years ago
Rich Harris
4a88c9ccb5
remove -bundle files
6 years ago
Rich Harris
920d58364c
use agaoo to guarantee treeshakeability ( closes #1750 )
6 years ago
Rich Harris
e0fe31327a
move render logic into separate phase ( #1678 )
6 years ago
Rich Harris
8cb649024f
-> v2.13.5
6 years ago
Rich Harris
d219da3ded
Merge pull request #1749 from sveltejs/gh-1739
...
Fixes shorthand class directives which do not have classes
6 years ago
Jacob Wright
51a3972ad5
Fixes shorthand class directives which do not have classes
...
Fixes #1739
6 years ago
Rich Harris
0d10d6cc2d
Merge pull request #1744 from sveltejs/gh-1704
...
warn on unused helpers
6 years ago
Rich Harris
945134bc81
warn on unused helpers - fixes #1704
6 years ago
Rich Harris
9031c16905
[WIP] Refactor, change where validation occurs ( #1721 )
...
Refactor, change where validation occurs
6 years ago
Rich Harris
b7e07c5389
Merge branch 'fix_bind_with_event_in_each' of https://github.com/stalkerg/svelte into stalkerg-fix_bind_with_event_in_each
6 years ago
Rich Harris
ed21a244a7
Merge pull request #1738 from stalkerg/cleanup-get-event-handler-in-bindings
...
Small cleanup event handler in bindings to avoid TS errors.
6 years ago
Yury Zhuravlev
cedb296680
Small cleanup event handler in bindings to avoid TS errors.
6 years ago
Yury Zhuravlev
d7bd924bbd
Fix binding input with event in each and add test case.
6 years ago
Rich Harris
a4d412fb53
increase timeout so that tests pass on this horrendously expensive piece of shit laptop i am forced to use. PS fuck you, apple
6 years ago
Rich Harris
01b0a47cd5
-> v2.13.4
6 years ago
Rich Harris
509403f351
Merge pull request #1715 from sveltejs/dynamic-import
...
support dynamic import in expressions
6 years ago
Rich Harris
f54c1ec7b8
support dynamic import in expressions
6 years ago
Conduitry
24482cb940
-> v2.13.3
6 years ago
Jacob Wright
67d4d60c3a
Fixes keyed each blocks for outro
...
Fixes #1706
6 years ago
Rich Harris
2e4b65af5a
-> v2.13.2
7 years ago
Rich Harris
b4a3a60953
Merge pull request #1693 from sveltejs/gh-1617
...
Fix for each-blocks preventing outros from completing
7 years ago
Rich Harris
c7d372c8d5
Merge pull request #1695 from sveltejs/class-shortcut
...
Adds class directive shortcut and encapsulate styles
7 years ago
Rich Harris
3c9d4b2862
Merge pull request #1703 from TehShrike/1699-input-changed
...
Only update inputs when the value changed
7 years ago
Jacob Wright
fb734a349e
Use existing property quoting function
7 years ago
Josh Duff
211e0383cf
Only update inputs when the value changed
...
Fixes #1699
7 years ago
Jacob Wright
22f4b3d4cb
Remove camel-casing, but account for dashed parameters still.
7 years ago
Rich Harris
6327647949
Merge pull request #1691 from sveltejs/gh-1520-alt
...
Alternative approach to #1520
7 years ago
Jacob Wright
c1fc9c1ac9
Encapsulate class directives in the stylesheet.
7 years ago
Jacob Wright
4ec85bb8cc
Adds class directive shortcut
...
When no expression is used in a class directive the class name will be used to evaluate whether the class should be added/removed.
E.g. the following will add the class "active" when you call `component.set({ active });`.
```html
<div class:active></div>
```
7 years ago
Jacob Wright
4c2b9603a1
Fix for each-blocks preventing outros from completing
...
Unkeyed each blocks end up with trailing `null` values that prevent the whole from being outroed. This fixes it so the null values are removed before outroing the remaining blocks.
Fixes #1617
7 years ago
Rich Harris
a18cec0ec6
not sure where that extra blank line came from
7 years ago
Rich Harris
645f9e3894
oops, we need that argument
7 years ago
Rich Harris
c2f0ca3e2e
alternative approach to #1520
7 years ago
Rich Harris
33ed2f504e
Merge branch 'master' into gh-1520
7 years ago
Rich Harris
0f171a5f3e
-> v2.13.1
7 years ago
Rich Harris
4d4c2c3655
coerce toggle argument
7 years ago
Rich Harris
c7609a2da3
-> v2.13.0
7 years ago
Rich Harris
f1324e649f
Merge pull request #1690 from sveltejs/remove-source-map
...
remove sourcemaps from package
7 years ago
Rich Harris
479cf47556
Merge pull request #1685 from sveltejs/gh-890
...
Adds the class directive
7 years ago
Rich Harris
f12141e18a
Update dom.js
7 years ago
Rich Harris
c4526c3302
Merge branch 'master' into gh-890
7 years ago
Rich Harris
d0d548f708
remove sourcemaps from package
7 years ago
Rich Harris
e26dcadecf
-> v2.12.1
7 years ago
Rich Harris
ff6c4c7767
Merge pull request #1681 from sveltejs/gh-1666
...
correctly set select value on mount
7 years ago
Rich Harris
ed9a9a9530
Merge pull request #1682 from sveltejs/gh-1659
...
support debug tag in SSR mode
7 years ago
Rich Harris
09865ebbed
Merge pull request #1683 from sveltejs/gh-1658
...
don't warn on empty block for nbsp
7 years ago
Rich Harris
fe8e31a592
Merge pull request #1684 from kaisermann/spread-attr-style
...
Set style attribute correctly when spread attr present
7 years ago