Commit Graph

69 Commits (dca8861c5a199bfab027f03ffa219463a80e14cc)

Author SHA1 Message Date
Simon H 9c1a5063b9
fix: adjust order of `derived` function definition overloads (#11426)
1 year ago
Simon H 9c5a9d8e20
fix: mark function properties on runes as deprecated for better intellisense (#11439)
1 year ago
Simon H a038d49f78
fix: rework bindable types strategy (#11420)
1 year ago
Luke Warlow 8be6fdde54
feat: MathML support (#11387)
1 year ago
Simon H cd2506535f
feat: leave view transition pseudo selectors untouched (#11375)
1 year ago
Simon H cd798077b4
feat: provide migration function (#11334)
1 year ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
1 year ago
Simon H f6dfac985c
feat: `Bindable` types (#11225)
1 year ago
Rich Harris 5405ec6c91
chore: refactor logic for ignoring warnings (#11300)
1 year ago
Yuichiro Yamashita 0bb49b12d2
fix: resolve type definition error in `svelte/compiler` (#11283)
1 year ago
Rich Harris dcfa503617
fix: use type arguments when extending Map/Set (#10820)
1 year ago
Rich Harris 9721d5641b
feat: implement `:global {...}` CSS blocks (#11276)
1 year ago
Jeremiasz Major b91a67ba68
feat: include `script` and `svelte:options` attributes in ast (#11241)
1 year ago
Rich Harris de2d8a0bee
Revert "feat: allow $inspect reactivity map, set, date (#11164)" (#11223)
1 year ago
Simon H 27eb91bbce
fix: dynamic namespace fixes and enhancements (#11219)
1 year ago
Tan Li Hau 43d13e92a0
feat: allow $inspect reactivity map, set, date (#11164)
1 year ago
Simon H e7869faf4d
fix: return ast from `compile` (#11191)
1 year ago
Dominic Gannaway 18097478fc
breaking: remove unstate(), replace with $state.snapshot rune (#11180)
1 year ago
Tan Li Hau 8caaa375cf
feat: add reactive URL object to svelte/reactivity (#11157)
1 year ago
Tan Li Hau a092899843
feat: update error message for snippet binding and assignments (#11168)
1 year ago
Rich Harris c1a549e801
check generated types (#11068)
1 year ago
Dominic Gannaway e1b2d29eda
chore: add hmr compiler flag (#11112)
1 year ago
Simon H d2b6159d2e
chore: css unused selector warnings (#11098)
1 year ago
Simon H 22494be9ec
feat: introduce `$host` rune, deprecate `createEventDispatcher` (#11059)
1 year ago
Simon H b1a8038f8b
fix: make static `element` property available (#11079)
1 year ago
Rich Harris 8cbe8c1197
fix: bundle CSS types (#11067)
1 year ago
Dominic Gannaway b87d57dc6e
fix: add `anchor` support to mount() API (#11050)
1 year ago
Rich Harris bb1d229e26
fix docs (#11048)
1 year ago
Rich Harris d49e2aeb15
chore: explicit reexports (#10970)
1 year ago
Rich Harris eaa243d2da
chore: reshuffle some code (#10967)
1 year ago
Rich Harris 8214075285
fix: update type of `options.target` (#10892)
2 years ago
Simon H 416bc85d9c
breaking: add $bindable() rune to denote bindable props (#10851)
2 years ago
Rich Harris d921fb97bd
fix: add types for svelte/reactivity (#10817)
2 years ago
Simon H c35f0c16af
fix: deduplicate module declaration, adjust type (#10801)
2 years ago
Rich Harris 77f39ea988
breaking: make `$props()` rune non-generic (#10694)
2 years ago
Simon H fff3320517
chore: custom elements validation (#10720)
2 years ago
Simon H 881e84f988
chore: get more validator tests passing (#10714)
2 years ago
Simon H 5768ac3027
fix: better ownership mutation validation (#10673)
2 years ago
Simon H 56315df679
feat: allow arbitrary call expressions for render tags (#10656)
2 years ago
Dominic Gannaway 99e1665ce1
feat: improve ssr html mismatch validation (#10658)
2 years ago
Simon H b80d9bd654
fix: wire up `events` in `mount` correctly and fix its types (#10553)
2 years ago
Rich Harris 73830596b5
chore: clarify usage of `accessors` (#10522)
2 years ago
Simon H 2755401034
breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount` (#10516)
2 years ago
Simon H 72ff5366de
feat: add hydrate method, make hydration treeshakeable (#10497)
2 years ago
Rich Harris cec3540ac2
chore: use zimmerframe for CSS analysis/transformation (#10482)
2 years ago
Simon H f8ff2b6ea3
chore: source maps for preprocessors + tests (#10459)
2 years ago
Rich Harris d41d0c26ad
chore: rename `$derived.call` to `$derived.by` (#10445)
2 years ago
Rich Harris 623340a1de
fix: make beforeUpdate/afterUpdate behave more like Svelte 4 (#10408)
2 years ago
Simon H bd0ebf3b81
fix: correctly determine `bind:group` members (#10368)
2 years ago
Rich Harris 3b78c14be8
fix: make inline doc links valid (#10365)
2 years ago