Frontend
- Add modifiers for
filterandbackdropFilterstyles.
Silk
- You can now declare
ComponentStyleandComponentVariantinstances usingbydelegation.- e.g. replacing
val ExampleStyle = ComponentStyle("example")withval ExampleStyle by ComponentStyle
- e.g. replacing
- Provide access to
colorModeinKeyframesbuilders, allowing you to create theme-dependent animations. - Fix bug with Button and Link with not preventing default behavior, which could end with both you and the browser triggering behavior on the same click
Backend
- Fixed API routes not working on Windows.