- e02cc49: Support custom elements without assign function.
- 5d77c5e: Rollback
styleEntrypoint
option: importing the css module in the svelte file can cause problems with vite preprocessor. The css module should be imported manually.
- 8900979: Use
.assign
method for svelte component properties.
- 8ee0a59: Fix event declarations in svelte.
- d989fc5: Improve event handlers typings in Svelte adapter.
- 2ef631a: Expose real element from Svelte component.
- e982307: Add event listeners to Svelte known properties.
- 4943f2c: Discard static fields.
- a96f7b9: Add support for Svelte 5.
- 0714198: Add
--style
option to supportstyleEntrypoint
configuration.
- 48aa012: Ignore unnamed slots in svelte adapter.
- 86bd16f: Update node target version.
- 86bd16f: Fix svelte adapter default values.
- 725c6b4: Do not require a package.json anymore.
- 51d3b64: Support
stdin
manifest.
- ad1927f: Add check for missing components.
- 026933d: Add
preact
andreact
outputs. Fixessvelte
output.