Note: Starting now, releases for Kobweb (the library artifacts) and kobweb (the binary) are broken up and allowed to upgrade independently of each other. This is something we're doing as we get ready to release kobweb (the binary) on various package managers.
- Tweaks that (hopefully) eliminate the case where a kobweb server won't stop running when you try to quit
- Add
Modifierextensions for list items and content css properties ComponentStyle- Breaking change (although it's not too likely to affect most people)
ComponentStyleBuilderrenamed toComponentStylefor clarity - Creating two
ComponentStyles with the same name will now throw an exception (which helps fail fast on subtle copy/paste errors) ComponentStyles that are empty no longer generate noise in the DOM, resulting in cleaner debugging experiences in some cases
- Breaking change (although it's not too likely to affect most people)