Frontend
- Silk buttons can now be navigated to and interacted with by keyboard
- Refactor the API behind
ComponentStylingto remove invalid choices from code completion when defining styles within an@InitSilkblock. - Shifting colors can now take more robust options (percent to shift, direction to shift)
- Markdown: Improve output generated by fenced code blocks and list items
- Fixed a logic error with canvases not updating in some cases
- Fixed a bug with the
Modifier.overflowextension and added support foroverflowX,overflowY, andoverflowWrap - Tweaked Gradle configurations so changing your build.gradle[.kts] file should cause builds to re-run
Backend
- Fixed broken logic around the server aborting on used ports in production
- Fixed issue with new resources not being detected in dev mode until the server was restarted