Skip to content

v0.6.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 19 Nov 06:43
· 2594 commits to main since this release
  • Tweaks to @InitSilk functionality
    • SilkConfig 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.
  • 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's Link, this one in a thin wrapper around A 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.