Commit Graph

5623 Commits (cb64fb2ac94b3f0a579f75abbbbbe4f4d4a6eef3)
 

Author SHA1 Message Date
rixo cb64fb2ac9
make $capture_state/$inject_state act on entire state () 5 years ago
Matthew Dempsky a53da7e4b0
site: clearer examples for <slot let:name> () 5 years ago
Alexandre CANTIN 9a747e3b5a
site: fix loading REPL with filename containing multiple '.'s () 5 years ago
Rich Harris 1772c3f7f1
Remove CI badge () 5 years ago
Jesse Skinner c992f7a2d2
docs: reword to avoid "outroing" () 5 years ago
Conduitry 423d1fe14e update changelog 5 years ago
swyx 3fbafe33c2
implement Dev mode validation of {#each} block argument () 5 years ago
Conduitry 30b09f3182 update changelog 5 years ago
PKlknr ad139bfb63
Log warnings in svelte/register when in dev-mode () 5 years ago
Kevin Tewouda 2b3c2daafb
blog: svelte-for-new-developers: list commands for Windows () 5 years ago
Tan Li Hau fdc89ebb62
warn if component is expected to be reactive () 5 years ago
Tan Li Hau 6250046c05
perform dirty check before updating keyed each blocks () 5 years ago
PKlknr 7fdae5f8a8
docs: add await in front of preprocess examples () 5 years ago
Conduitry b6d80f485a
fix indirect bindings on elements with spreads () 5 years ago
Conduitry c3232826d4 -> v3.18.2 5 years ago
Conduitry 7f2ffb2977
fix event handlers that are dynamic via reactive declarations or stores () 5 years ago
Conduitry 0625fc218b
fix invalidation in ++foo.bar () 5 years ago
Conduitry 59a5d4a52c fix tests 5 years ago
Conduitry f5f489984f
fix handling of reserved keywords when parsing () 5 years ago
Tan Li Hau 2195832ecc better error messages for else, elseif, then, catch with unclosed tag () 5 years ago
Conduitry cb67a53e51 update changelog 5 years ago
Jordan Gensler 4b04b16fe0 avoid using .shift() in flush() () 5 years ago
Christian Heine a40f4ad5e3
npm audit fix related to https-proxy-agent () 5 years ago
Christian Kaisermann 12a9ff2ac1
chore: fix .eslintignore and remove .prettierrc () 5 years ago
Conduitry d78f32ee5a
fix arrow function precedence () 5 years ago
Conduitry 3cbe38cbf1
fix binding to module-level variables () 5 years ago
Conduitry 83d461f537
site: clarify preserveWhitespace () 5 years ago
Conduitry 5076613256
disallow simultaneous foo / {foo} / bind:foo () 5 years ago
Conduitry 9e7df1e41a
site: use absolute href to blog feed () 5 years ago
Conduitry 14a3c3a639 site: update Makefile as 'gcloud beta' is no longer necessary 5 years ago
Antony Jones 3b47e4d4c5 Remove npm module size badge from Readme 5 years ago
Conduitry 46634e8ea4 -> v3.18.1 5 years ago
Conduitry be9b79f805
fix detection of unused partially global CSS selectors () 5 years ago
Wolfr 70d1795088 site: Remove WIP message, but still reference the chat room. () 5 years ago
Conduitry ab18f5bb9a site: update Makefile to work without global gcloud project setting 5 years ago
Wolfr 43f19d93a9 site: Improve open graph images for website () 5 years ago
Conduitry 3eb298fd28
fix code generation with adjacent inline and block comments () 5 years ago
Conduitry efe8ab9ca5 -> v3.18.0 5 years ago
Conduitry 5d4408ba23 update changelog 5 years ago
David Kondrad 8e245dc30e Internals: Scheduler: Fix infinite loop in flush () 5 years ago
Dave Lunny bf006a43e5 [Internals] Improve unit tests () 5 years ago
Conduitry 9cdf0da160 fix changelog 5 years ago
Conduitry f01bb639be make autosubscribing to a nullish store a no-op () 5 years ago
Conduitry fd9b23e5e4 -> v3.17.3 5 years ago
Conduitry 455a5cc754
fix hydration of <title> () 5 years ago
Conduitry e959dbcf31 site: add warning to Dockerfile about .dockerignore 5 years ago
Conduitry 3ba4f8abca site: fix a couple absolute links 5 years ago
Conduitry 1a343b165c
disallow duplicate each keys in dev mode () 5 years ago
Conduitry 5107ad38b6
fix deriving from RxJS observables () 5 years ago
Tan Li Hau e4daaccd06 fix nested block not reactive () 5 years ago