Releases: chialab/plasma
Releases · chialab/plasma
v0.4.2
Patch Changes
- 83fac72: Replace
chalk
with picocolors
v0.4.1
Patch Changes
- e02cc49: Support custom elements without assign function.
v0.4.0
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
Patch Changes
- 8ee0a59: Fix event declarations in svelte.
v0.3.3
Patch Changes
- d989fc5: Improve event handlers typings in Svelte adapter.
v0.3.2
Patch Changes
- 2ef631a: Expose real element from Svelte component.
- e982307: Add event listeners to Svelte known properties.
v0.3.0
Minor Changes
Patch Changes
- 0714198: Add
--style
option to support styleEntrypoint
configuration.
v0.2.2
Patch Changes
- 48aa012: Ignore unnamed slots in svelte adapter.
v0.2.1
Patch Changes
- 86bd16f: Update node target version.
- 86bd16f: Fix svelte adapter default values.