Commit Graph

1444 Commits (9cd476881dfec0a2bf6d59c28c233e79d6548946)

Author SHA1 Message Date
Dominic Gannaway 58b1540ddc
fix: ensure transitions are applied to nested elements (#14080)
5 days ago
github-actions[bot] b0d255aefe
Version Packages (#14075)
5 days ago
Dominic Gannaway 2bdc3d401f
fix: ensure compiler statements are correctly included (#14074)
5 days ago
github-actions[bot] 3b38bc2a77
Version Packages (#14052)
5 days ago
Rich Harris 37049b4171
Revert "feat: migrate `Component` to `ComponentExports<typeof Component>` in …" (#14070)
5 days ago
Rich Harris 2784fb19f3
Revert "feat: add `ComponentExports` utility type (#13441)" (#14069)
5 days ago
Simon H 4f80ab6da6
fix: allow `warningFilter` option for `compileModule` (#14066)
6 days ago
Paolo Ricciuti 4715dfaad2
feat: migrate `Component` to `ComponentExports<typeof Component>` in TS (#13656)
6 days ago
FoHoOV d93ad3ba1e
feat: add `ComponentExports` utility type (#13441)
6 days ago
Dominic Gannaway 3999fed4ca
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
6 days ago
Paolo Ricciuti e47ee22628
fix: wrap `:id`, `:where``:not` and `:has` with `:global` during migration (#13850)
6 days ago
Dominic Gannaway 4a5a0b15d9
fix: ensure onMount correctly fires when new expressions are used (#14049)
6 days ago
Dominic Gannaway cdec39afac
fix: ensure custom element attribute/prop changes are in their own context (#14016)
6 days ago
github-actions[bot] e78ea1d555
Version Packages (#14047)
6 days ago
Dominic Gannaway bce1c4898c
fix: ensure child effects are destroyed before their deriveds (#14043)
6 days ago
github-actions[bot] f519b3d7b7
Version Packages (#14031)
6 days ago
Rich Harris 4157db94c4
fix: correct typo in compiler error messages (#14044)
6 days ago
Ahmad S. 224fcde821
fix: preserve the separator between selectors when an unused selector is in between (#13954)
6 days ago
Dominic Gannaway 253d01ec29
fix: ensure element effects are executed in the correct order (#14038)
6 days ago
Ben McCann 217e40998a
chore: add changeset and comment (#14040)
6 days ago
Simon H 8a2c97a7b8
fix: extend derived/state validation error to indirect exports (#14039)
6 days ago
Simon H 1434f48f7c
fix: make compiler error extend from `Error` (#14036)
7 days ago
Dominic Gannaway 435a9c1cd0
fix: ensure toStore subscription correctly syncs latest value (#14015)
7 days ago
Simon H 0106204982
fix: minify inject CSS in prod mode (#14006)
7 days ago
Simon H 2e9dab6a21
fix: more robust re-subscribe detection for `fromStore` (#13995)
7 days ago
Simon H cbc2ca36ce
fix: allow to pass in TS preference to migration (#13929)
7 days ago
github-actions[bot] 4441952028
Version Packages (#13949)
1 week ago
Ben McCann 07219f1cbd
chore: update links that previously pointed to preview site (#14001)
1 week ago
Ben McCann c93a645b68
docs: fix broken links (#13944)
1 week ago
Paolo Ricciuti b6fccdb4f7
fix: properly migrate imports types prefixed with $ (#14007)
1 week ago
Dominic Gannaway 3876b302f3
fix: ensure effect_tracking correctly handles tracking reactions (#14005)
1 week ago
Paolo Ricciuti 67cf3871b4
fix: more exhaustive check during `SvelteMap.set` in deriveds (#13951)
1 week ago
Paolo Ricciuti 12fcc7a35a
fix: trim whitespace while migrating blocks (#13941)
1 week ago
Paolo Ricciuti 7be3afb3a6
fix: add empty stack to `CompileDiagnostic` to show error on build (#13942)
2 weeks ago
github-actions[bot] da1fefcd45
Version Packages (#13920)
2 weeks ago
Dominic Gannaway 83a5eaac8e
fix: skip comment nodes in snippet validation logic (#13936)
2 weeks ago
Dominic Gannaway 37fa34c4ad
fix: ensure value is correctly set to zero on the progress element (#13924)
2 weeks ago
Dominic Gannaway 1e6cf1bb40
fix: ensure bind:group works as intended with proxied state objects (#13939)
2 weeks ago
Dominic Gannaway 7bbaedd6c7
fix: rethrow errors from await block if no catch block exists (#13819)
2 weeks ago
Simon H 81f9bdd376
fix: remove metadata from legacy AST (#13927)
2 weeks ago
Dominic Gannaway 441124c5c7
fix: ensure SVG element attributes have case preserved (#13935)
2 weeks ago
Matthew Carroll 1a6a3e7ebd
fix: typo in `Action` types (#13874)
2 weeks ago
github-actions[bot] 1ee2ac4d05
Version Packages (#13888)
2 weeks ago
Paolo Ricciuti b63fde3b75
fix: prevent migration script from adding `props.` to the `export let` identifier (#13899)
2 weeks ago
Paolo Ricciuti 3147287813
fix: prevent var name clashing for delegated events without params (#13896)
2 weeks ago
Dominic Gannaway dee8db53df
chore: add missing changeset (#13895)
2 weeks ago
Dominic Gannaway 42ccdc1023
fix: ensure snippets after empty text correctly hydrate (#13870)
2 weeks ago
Dominic Gannaway 771b1e8905
fix: enable bound store props in runes mode components (#13887)
2 weeks ago
Dominic Gannaway 4cf2d4a904
fix: ensure each block references to imports are handled correctly (#13892)
2 weeks ago
Dominic Gannaway 5a54ad9cc7
fix: ensure SvelteMap reactivity persists through deriveds (#13877)
2 weeks ago