Skip to main content

2 posts tagged with "Release"

Updates regarding new releases

View All Tags

Minor release 0.21.0. CSS Layers

· 2 min read
Dima Vyshniakov
Koval UI creator & maintainer

I released a new minor version of Koval UI: 0.21.0. It contains CSS architectural update. From now on Koval supports CSS layer at-rules. This is a massive quality-of-life improvement for developers who want absolute control over their styling without having to fight the cascade.

Say Goodbye to Specificity Wars and !important

If you’ve ever tried to override a component library's defaults, you probably know the frustration of specificity wars. You often end up chaining selectors or reluctantly throwing !important on your rules just to change a simple background color.

Minor release 0.20.0

· One min read
Dima Vyshniakov
Koval UI creator & maintainer

I released a new minor version of Koval UI: 0.20.x. Two new features are available:

TextToSpeech component

TextToSpeech component implements browser SpeechSynthesis API allowing to read the text using system synthesizer.