Skip to content

Releases: danielitoCode/compose_svelted

v0.2.8-alpha01

10 May 00:18

Choose a tag to compare

v0.2.8-alpha01 Released 💥

This release focused fundamentally on the following elements:

  • Correction of some alignment tokens, colors, and themes in type-safe, increasing expressiveness and reinforcing the deterministic structure of the project
  • Alignment of the general application style file app.css and adoption of a pre-prepared bassline.css to avoid migration problems and unwanted effects on designs
  • Correction of the library documentation with the latest changes

v0.2.7

11 Jan 18:19

Choose a tag to compare

Core V3

Docs correction

  • Adding a CSS bug correction to README
  • Adding a motions examples

Vite Adapt

  • Adapt to vite engine

Core V2 Bugs Corrections

11 Jan 15:51

Choose a tag to compare

Core V2 Correction

Core V2 – Navigation, Motion & Stable API

11 Jan 15:06

Choose a tag to compare

✨ Core V2 Released

This release closes Core V2 of Compose Svelted.

Highlights

  • Compose-like Navigation (NavHost / NavController)
  • AnimatedVisibility & AnimatedContent
  • Stable Modifier system
  • Theme & layout consolidation
  • Public API cleanup

npm

npm install @danielito1996/compose-svelted@0.2.0

v0.0.1 — Initial public release

23 Dec 01:51

Choose a tag to compare

🎉 Initial Release — v0.0.1

This is the first public release of Svelted, a Compose-inspired UI toolkit for Svelte.

✨ Included

  • Core layout system (Column, Row, Box)
  • Immutable Modifier API
  • Theme system (colors, typography, shapes)
  • Text, Surface, Image, Icon
  • TextField & OutlinedTextField
  • Buttons (filled, outlined, tonal)
  • LazyColumn & LazyRow (experimental)

⚠️ Status

This release is alpha.
The core API is stable, but visual polish and additional components are ongoing.

📚 Documentation