Commit Graph

161 Commits (6a2c28c59091f93c483ed4a77d2eaf617d602ae8)

Author SHA1 Message Date
Rich Harris 6a2c28c590
docs: tweak untrack description, provide an example of usage (#14085)
1 year ago
Rich Harris 2784fb19f3
Revert "feat: add `ComponentExports` utility type (#13441)" (#14069)
1 year ago
FoHoOV d93ad3ba1e
feat: add `ComponentExports` utility type (#13441)
1 year ago
Simon H cbc2ca36ce
fix: allow to pass in TS preference to migration (#13929)
1 year ago
Ben McCann 07219f1cbd
chore: update links that previously pointed to preview site (#14001)
1 year ago
Ben McCann c93a645b68
docs: fix broken links (#13944)
1 year ago
Paolo Ricciuti 7be3afb3a6
fix: add empty stack to `CompileDiagnostic` to show error on build (#13942)
1 year ago
Matthew Carroll 1a6a3e7ebd
fix: typo in `Action` types (#13874)
1 year ago
Simon H 44c8889291
chore: tweak MountOptions docs (#13841)
1 year ago
Simon H c603553e89
docs: fix ComponentProps info (#13827)
1 year ago
José Pablo Ramírez Vargas 95980d1f08
feat: Define the MountOptions type (#13674)
1 year ago
Rich Harris caaf74b854
docs: more fixes (#13608)
1 year ago
Simon H eb6488cd90
breaking: scope `:has(...)` selectors (#13567)
1 year ago
Paolo Ricciuti 14ecedf33b
feat: migrate `svelte:self` (#13504)
1 year ago
Rich Harris d87bf178c5
chore: remove links from docs (#13425)
1 year ago
Paolo Ricciuti 0f6cc2b1ed
fix: migrate events to be more inline with svelte 4 (#13362)
1 year ago
Leon Radley 6ed45db20f
fix: add document and window to svelte/events on types. (#13260)
1 year ago
Simon H e1448f22a3
fix: ensure types are easier to follow for TypeScript (#13140)
1 year ago
Simon H 2d03dc55c6
feat: provide AST node types with internal types stripped out (alternative) (#12968)
1 year ago
Rich Harris 588d636ad6
feat: better generated each block code in SSR mode (#13060)
1 year ago
Ben McCann 5facd5b476
chore: put module variables above template for later inlining (#13048)
1 year ago
Rich Harris 8cda791d5a
fix: prevent binding to imports (#13035)
1 year ago
Simon H 72b066b7fd
feat: allow non-synchronous legacy component instantiation (#12970)
1 year ago
Rich Harris c5c54dabcc
chore: default options.filename to "(unknown)" (#12997)
1 year ago
Rich Harris 9f962d6f81
breaking: remove `$state.link` (#12943)
1 year ago
Simon H 732dbf7fa9
breaking: deprecate `context="module"` in favor of `module` (#12948)
1 year ago
Rich Harris 0b51ff04b0
breaking: remove `$state.link` callback (#12942)
1 year ago
Dominic Gannaway 63ec2e2e88
feat: adds $state.link rune (#12545)
1 year ago
Gautier Ben Aïm f6f0e78cbd
fix: small legibility improvement (#12928)
1 year ago
Rich Harris 0812b10100
breaking: overhaul proxies, remove `$state.is` (#12916)
1 year ago
TOMIKAWA Sotaro b41300d58a
fix: improve createRawSnippet types with cleanup type (#12894)
1 year ago
Rich Harris 6448e07521
breaking: remove foreign namespace (#12869)
1 year ago
Rich Harris 0a06a3f2b6
feat: skip over static subtrees (#12849)
1 year ago
Rich Harris 19beb7754e
chore: set `binding.kind` before analysis (#12843)
1 year ago
Rich Harris dfb6755514
feat: add compiler error when encountering a $-prefixed store value outside a `.svelte` file (#12799)
1 year ago
Rich Harris 7cbd188f80
breaking: replace `$state.frozen` with `$state.raw` (#12808)
1 year ago
Rich Harris a5d349ebe5
feat: compiler-driven each block reactivity (#12744)
1 year ago
Theodor Steiner 7ae21ea97d
feat: make <svelte:option> customElement configuration's tag property optional (#12751) (#12754)
1 year ago
Rich Harris 57a7b0cd48
chore: transformers (#12780)
1 year ago
Rich Harris 59ea0b9e13
fix: better event handling (#12722)
1 year ago
Paolo Ricciuti e4e66e237f
feat: allow for `svelte:options` css injected (#12660)
1 year ago
Rich Harris 81e0b5e20f
chore: remove binding.mutation (#12697)
1 year ago
Simon H 00e8ebde1d
fix: widen `ComponentProps` constraint to accept more component shapes (#12666)
1 year ago
Rich Harris 65234b80c0
chore: unified expression metadata (#12644)
1 year ago
Rich Harris 5d82cf1f03
feat: remove `$.unwrap` calls from `bind:group` (#12642)
1 year ago
Simon H 13d86e9019
feat: allow `:global` in more places (alternative) (#12560)
1 year ago
Rich Harris c548932390
chore: use JSDoc imports (#12592)
1 year ago
Rich Harris 621eb76e1e
chore: use JSDoc `@import` (#12581)
1 year ago
Dominic Gannaway 37f58cf318
fix: apply dynamic event fixes to OnDirective (#12582)
1 year ago
Simon H 2ea2be3324
docs: explain `runes` compiler option behavior (#12578)
1 year ago