Commit Graph

65 Commits (f6a9804275f48ce788708b1bba4f88dcccf31e9a)

Author SHA1 Message Date
Ben McCann f6a9804275
Upgrade Periscopic (#6549)
4 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings (#6504)
4 years ago
Ben McCann 52b67a0497
[chore] fix duplicate import of periscopic (#6527)
4 years ago
Aleksander Szołowicz 999032835b
fix typos, use shorthanded imports (#5993)
4 years ago
Tan Li Hau 98ddf8b588
update periscopic (#6471)
4 years ago
zerdox 0df9233fb1
Fix wrong "slot" property warning (runtime) (#6065)
4 years ago
Pontus Lundin d4f98fb63a
Call onMount when connected & clean up when disconnected for custom element (#4522)
5 years ago
Ben McCann 37b1a20c17
Add spaces next to infix operators (#5902)
5 years ago
Andreas Ehrencrona abf11bb02b
Refactored preprocess for readability (#5763)
5 years ago
Tan Li Hau a41c7644e6
shift injected declarations to the top (#5837)
5 years ago
halfnelson dcfbd69516
Preprocessor sourcemap support (#5584)
5 years ago
Tan Li Hau 7949d8efac
support $$slots in custom elements (#5619)
5 years ago
Tan Li Hau 6fa3e91b5d
support $$props and $$restProps for custom elements (#5608)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Teymour Aldridge 935caee269
Minor code simplification (#5065)
5 years ago
Tan Li Hau 0ac341d2c6
expose which slots are present in $$slots (#4602)
5 years ago
Tan Li Hau ec0f79c5af
add updating guard to binding callback (#5126)
5 years ago
Tan Li Hau d472bd2f5e
invalidate $$props and $$restProps only when there are changes (#5123)
5 years ago
Tan Li Hau 38de3b2e9f
fix bind:group in each (#4868)
5 years ago
Tan Li Hau c21a42edbf
remove unreferenced variable from initial context (#4941)
5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 years ago
Conduitry f2ee7efb94
add dev runtime warning for unknown slot names (#4501)
6 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn (#4483)
6 years ago
pushkin b6aaa44880
check for unknown props even if component doesn't have writable props (#4454)
6 years ago
rixo 0786d2858d
exclude global variables from $capture_state (#4475)
6 years ago
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state (#3822)
6 years ago
Conduitry d78f32ee5a
fix arrow function precedence (#4385)
6 years ago
Tan Li Hau 5486d67adf compile css once (#4143)
6 years ago
Tan Li Hau a8b306f0a1 revert remove contextual overflow (#4102)
6 years ago
Tan Li Hau f9a9484e39 fix dirtybit (#4095)
6 years ago
mrkishi 3cce56b5d0 remove instrumentation from main execution context
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
Tan Li Hau 34bb8119b7 no missing prop warning for non-writable props
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Conduitry afe5ad430a
Use IE-compatible js to check for unknown prop warnings (#3915)
6 years ago
Tan Li Hau aa0341c9ca Don't create a fragment at all for DOM-less components
6 years ago
Richard Harris de2b1a6a0d use hasOwnProperty, simplify prop object construction
6 years ago
Richard Harris 47a9811c1e alternative fix for #3508
6 years ago
Conduitry 2b71798dd2 fix binding to aliased props (#3508)
6 years ago
Maurício Kishi 914d155d9f fix store validation code generation (#3735)
6 years ago
Rich Harris db901725ae
simplify
6 years ago
Tan Li Hau 6a98febf5f fix typescript error
6 years ago
Tan Li Hau 8c4fd74543 resubscribe props if reassigned
6 years ago
das 54a129c7fa continue inlining $$invalidate calls (#3548)
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Richard Harris f2568f6665 remove $unsafe_set in favour of modified $inject_state
6 years ago
Richard Harris a821aa7a15 merge sveltejs/master -> devtools
6 years ago
Richard Harris 6f60ed8871 Merge branch 'hmr' of https://github.com/Axelen123/svelte into Axelen123-hmr
6 years ago
Richard Harris 24410083c7 lint
6 years ago
Richard Harris 21e021311a tweak
6 years ago