0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
Commit Graph

3179 Commits

Author SHA1 Message Date
Rich Harris
9395573db5
Merge pull request #1789 from sveltejs/gh-1788
adjust parsing of directives to preserve line/column info
2018-10-20 08:51:34 -04:00
Yury Zhuravlev
21ea87cd61 small fix for if-else code style 2018-10-19 13:07:34 +09:00
Yury Zhuravlev
0d797ea8ae Fix removing next link during strip whitespaces for first element. 2018-10-19 12:41:25 +09:00
Conduitry
b8ed27105d adjust parsing of directives to preserve line/column info 2018-10-18 23:23:29 -04:00
Rich Harris
9e07e3f77f include solidus in attribute values - fixes #1772 2018-10-17 17:33:32 -04:00
Rich Harris
337b62be6f fix blocks inside <svelte:head> - closes #1774 2018-10-17 16:51:17 -04:00
Rich Harris
c0ba6fb4ef -> v2.14.0 2018-10-17 11:35:21 -04:00
Rich Harris
f1204bfad9
Merge pull request #1759 from sveltejs/gh-1745
deprecate onerror
2018-10-17 11:31:09 -04:00
Rich Harris
540cd05d42
Merge pull request #1760 from ekhaled/gh-1653-followup
followup fix to #1653
2018-10-17 11:26:30 -04:00
Rich Harris
7251a12539
Merge pull request #1761 from dmitrykurmanov/patch-1
Update error message in the Store
2018-10-17 11:25:42 -04:00
Rich Harris
cbfcde3cde
Merge pull request #1770 from arggh/fix-scroll-binding
Add missing check for update lock
2018-10-17 11:24:53 -04:00
Rich Harris
d06088c333
Merge pull request #1773 from sveltejs/elseif-no-else
Handle elseif blocks with no else
2018-10-17 11:21:33 -04:00
Rich Harris
4f88e43c37 handle elseif blocks with no else 2018-10-17 10:51:27 -04:00
Rich Harris
cdddaa7c00 add agadoo to posttest so args can be passed to yarn test 2018-10-17 10:49:37 -04:00
arggh
4065f7741b Add missing check for update lock
Fixes #1579
2018-10-15 23:18:09 +03:00
Conduitry
2485604d2f fix agadoo resolution in package-lock.json 2018-09-30 08:13:04 -04:00
dmitrykurmanov
ebc7eeb9c4 Merge branch 'master' into patch-1 2018-09-27 22:54:43 +03:00
Dmitry Kurmanov
07b7212783
Update index.js 2018-09-27 20:00:05 +03:00
Dmitry Kurmanov
74b11a6389
Update store.js 2018-09-27 19:51:08 +03:00
ekhaled
3c4439c04e followup fix to #1653 2018-09-26 13:54:24 +01:00
Rich Harris
bf50b47bb5 deprecate onerror - fixes #1745 2018-09-25 22:54:57 -04:00
Rich Harris
b5140cdad3
Merge pull request #1757 from sveltejs/gh-1750
Add agadoo, remove *-bundle.js test files
2018-09-25 21:35:00 -04:00
Rich Harris
353d3b5ef3 update agadoo 2018-09-25 21:28:01 -04:00
Rich Harris
016d4b5dc5 move agadoo to npm test script 2018-09-25 21:12:43 -04:00
Rich Harris
956f318bea while we're here, update parser output files 2018-09-25 21:11:55 -04:00
Rich Harris
4a88c9ccb5 remove -bundle files 2018-09-25 21:10:41 -04:00
Rich Harris
920d58364c use agaoo to guarantee treeshakeability (closes #1750) 2018-09-25 21:08:05 -04:00
Rich Harris
e0fe31327a move render logic into separate phase (#1678) 2018-09-23 23:09:26 -04:00
Rich Harris
8cb649024f -> v2.13.5 2018-09-19 17:33:09 -04:00
Rich Harris
d219da3ded
Merge pull request #1749 from sveltejs/gh-1739
Fixes shorthand class directives which do not have classes
2018-09-19 17:30:28 -04:00
Jacob Wright
51a3972ad5 Fixes shorthand class directives which do not have classes
Fixes #1739
2018-09-19 15:23:01 -06:00
Rich Harris
0d10d6cc2d
Merge pull request #1744 from sveltejs/gh-1704
warn on unused helpers
2018-09-15 18:05:00 -04:00
Rich Harris
945134bc81 warn on unused helpers - fixes #1704 2018-09-15 17:47:16 -04:00
Rich Harris
9031c16905
[WIP] Refactor, change where validation occurs (#1721)
Refactor, change where validation occurs
2018-09-15 17:37:20 -04:00
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 2018-09-15 12:43:02 -04:00
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.
2018-09-15 12:27:37 -04:00
Yury Zhuravlev
cedb296680 Small cleanup event handler in bindings to avoid TS errors. 2018-09-13 13:46:45 +09:00
Yury Zhuravlev
d7bd924bbd Fix binding input with event in each and add test case. 2018-09-13 13:33:51 +09:00
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 2018-09-06 14:22:38 -04:00
Rich Harris
01b0a47cd5 -> v2.13.4 2018-09-06 14:16:45 -04:00
Rich Harris
509403f351
Merge pull request #1715 from sveltejs/dynamic-import
support dynamic import in expressions
2018-09-06 14:15:59 -04:00
Rich Harris
f54c1ec7b8 support dynamic import in expressions 2018-09-06 13:38:35 -04:00
Conduitry
24482cb940 -> v2.13.3 2018-09-05 21:09:29 -04:00
Jacob Wright
67d4d60c3a Fixes keyed each blocks for outro
Fixes #1706
2018-09-05 21:04:07 -04:00
Rich Harris
2e4b65af5a -> v2.13.2 2018-08-28 15:36:55 -04:00
Rich Harris
b4a3a60953
Merge pull request #1693 from sveltejs/gh-1617
Fix for each-blocks preventing outros from completing
2018-08-28 15:12:22 -04:00
Rich Harris
c7d372c8d5
Merge pull request #1695 from sveltejs/class-shortcut
Adds class directive shortcut and encapsulate styles
2018-08-28 15:10:22 -04:00
Rich Harris
3c9d4b2862
Merge pull request #1703 from TehShrike/1699-input-changed
Only update inputs when the value changed
2018-08-28 15:07:03 -04:00
Jacob Wright
fb734a349e Use existing property quoting function 2018-08-28 09:47:17 -06:00
Josh Duff
211e0383cf Only update inputs when the value changed
Fixes #1699
2018-08-28 10:33:49 -05:00