v0.6.4
Pre-release
Pre-release
- Tweaks to
@InitSilk
functionalitySilkConfig
is now only exposed through this API- You can now register style variants directly, useful for adding variants to base styles
- Update
Color
API to be explicit about creating RGB colors- Add the full list of CSS colors to the
Colors
object.
- Add the full list of CSS colors to the
- Move text and link styling to
Surface
, allowing intermediate divs to override those colors for local behavior - Add a new
Link
class to Kobweb core. Unlike Silk'sLink
, this one in a thin wrapper aroundA
that handles
links within the same domain without needing to leave the page. - Fixed a crash when exporting sites that don't have API routes.