Commit Graph

3032 Commits (d49f5f213635a2713d169332eaef4ebb6f723756)
 

Author SHA1 Message Date
Rich Harris d49f5f2136
Merge pull request #1797 from sveltejs/gh-1793
6 years ago
Rich Harris e65b0bb2e3
Merge pull request #1798 from sveltejs/gh-1795
6 years ago
Rich Harris f46366c4e7 remove leftover logging
6 years ago
Rich Harris ece6aeb892 detach each block iterations with no update method - fixes #1795
6 years ago
Rich Harris 073c8762ef extend dependency tracking to all directives
6 years ago
Rich Harris 3258779fa7 recognise dependencies in class directives - fixes #1793
6 years ago
Conduitry 1e28b3f758 -> v2.14.2
6 years ago
Yury Zhuravlev 079bd4e58a fix #1780 just start use parent instead parent.parent in IfBlock wrapper
6 years ago
Rich Harris 1deb25e184 -> v2.14.1
6 years ago
Rich Harris ae2bf97c90 repair linked list
6 years ago
Rich Harris e5f5995458 Merge branch 'fix-lost-anchor-if-if-block-first' of https://github.com/stalkerg/svelte into stalkerg-fix-lost-anchor-if-if-block-first
6 years ago
Rich Harris 9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
6 years ago
Rich Harris 635348a919
Merge pull request #1775 from sveltejs/gh-1774
6 years ago
Rich Harris 9395573db5
Merge pull request #1789 from sveltejs/gh-1788
6 years ago
Yury Zhuravlev 21ea87cd61 small fix for if-else code style
6 years ago
Yury Zhuravlev 0d797ea8ae Fix removing next link during strip whitespaces for first element.
6 years ago
Conduitry b8ed27105d adjust parsing of directives to preserve line/column info
6 years ago
Rich Harris 9e07e3f77f include solidus in attribute values - fixes #1772
6 years ago
Rich Harris 337b62be6f fix blocks inside <svelte:head> - closes #1774
6 years ago
Rich Harris c0ba6fb4ef -> v2.14.0
6 years ago
Rich Harris f1204bfad9
Merge pull request #1759 from sveltejs/gh-1745
6 years ago
Rich Harris 540cd05d42
Merge pull request #1760 from ekhaled/gh-1653-followup
6 years ago
Rich Harris 7251a12539
Merge pull request #1761 from dmitrykurmanov/patch-1
6 years ago
Rich Harris cbfcde3cde
Merge pull request #1770 from arggh/fix-scroll-binding
6 years ago
Rich Harris d06088c333
Merge pull request #1773 from sveltejs/elseif-no-else
6 years ago
Rich Harris 4f88e43c37 handle elseif blocks with no else
6 years ago
Rich Harris cdddaa7c00 add agadoo to posttest so args can be passed to yarn test
6 years ago
arggh 4065f7741b Add missing check for update lock
6 years ago
Conduitry 2485604d2f fix agadoo resolution in package-lock.json
6 years ago
dmitrykurmanov ebc7eeb9c4 Merge branch 'master' into patch-1
6 years ago
Dmitry Kurmanov 07b7212783
Update index.js
6 years ago
Dmitry Kurmanov 74b11a6389
Update store.js
6 years ago
ekhaled 3c4439c04e followup fix to #1653
6 years ago
Rich Harris bf50b47bb5 deprecate onerror - fixes #1745
6 years ago
Rich Harris b5140cdad3
Merge pull request #1757 from sveltejs/gh-1750
6 years ago
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
6 years ago
Jacob Wright 51a3972ad5 Fixes shorthand class directives which do not have classes
6 years ago
Rich Harris 0d10d6cc2d
Merge pull request #1744 from sveltejs/gh-1704
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)
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
6 years ago
Yury Zhuravlev cedb296680 Small cleanup event handler in bindings to avoid TS errors.
6 years ago