-
0.7.0 Pre-release
released this
2026-02-04 14:49:54 +00:00 | 0 commits to main since this releaseThis release updates a lot of the API surface on components to consolidate a bit
Changes
Component.styles->Component.styleliveAttributessystem removed- Instead,
changedAttributesis passed tobeforeUpdate()
- Instead,
component.stopListening()removed- Instead,
component.listen()returns a function to clean up the listener manually if needed
- Instead,
component.requireElementById()->component.ref()initialStateandcomputedPropertiesmust be defined as functions
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
0.4.0 Stable
released this
2026-01-22 17:44:29 +00:00 | 12 commits to main since this releaseNew
- Conditional rendering directives (if, else-if, else)
- The
csstemplate helper can now interpolate Palette component tag names
import { Avatar } from “#components” const styles = css` ${Avatar}.round { border-radius: 50%; } `Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
0.4.0-rc.1 Pre-release
released this
2026-01-21 14:16:51 +00:00 | 20 commits to main since this releaseNew stuff
- Conditional rendering with
::if/::else-if/::elsedirectives - Initial perf test harness package
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Conditional rendering with
-
0.3.1 Stable
released this
2026-01-16 20:15:11 +00:00 | 27 commits to main since this releaseBugfixes
- Fixed an issue with the
::eachdirective which caused inline child content of list items not to render
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Fixed an issue with the