Skip to content

Releases: chialab/plasma

v0.4.1

20 Sep 08:11
8b95c04
Compare
Choose a tag to compare

Patch Changes

  • e02cc49: Support custom elements without assign function.

v0.4.0

20 Sep 07:45
640beef
Compare
Choose a tag to compare

Minor Changes

  • 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.

Patch Changes

  • 8900979: Use .assign method for svelte component properties.

v0.3.4

30 Jul 13:10
ddc5585
Compare
Choose a tag to compare

Patch Changes

  • 8ee0a59: Fix event declarations in svelte.

v0.3.3

16 Jul 18:00
0e52b61
Compare
Choose a tag to compare

Patch Changes

  • d989fc5: Improve event handlers typings in Svelte adapter.

v0.3.2

16 Jul 16:52
fe15ba8
Compare
Choose a tag to compare

Patch Changes

  • 2ef631a: Expose real element from Svelte component.
  • e982307: Add event listeners to Svelte known properties.

v0.3.1

04 Jul 12:17
adeabbe
Compare
Choose a tag to compare

Patch Changes

v0.3.0

04 Jul 07:17
7a6c046
Compare
Choose a tag to compare

Minor Changes

  • a96f7b9: Add support for Svelte 5.

Patch Changes

  • 0714198: Add --style option to support styleEntrypoint configuration.

v0.2.2

15 Feb 15:42
70b15b1
Compare
Choose a tag to compare

Patch Changes

  • 48aa012: Ignore unnamed slots in svelte adapter.

v0.2.1

15 Feb 13:43
97516f5
Compare
Choose a tag to compare

Patch Changes

  • 86bd16f: Update node target version.
  • 86bd16f: Fix svelte adapter default values.

v0.2.0

15 Dec 08:13
e312b71
Compare
Choose a tag to compare

Minor Changes

  • 725c6b4: Do not require a package.json anymore.
  • 51d3b64: Support stdin manifest.

Patch Changes

  • ad1927f: Add check for missing components.