Rio 0.6
We're excited to announce our latest release, Rio 0.6! This is a big one, because it's the first public alpha release.
Improvements ✨
- Many components have had their documentation overhauled and improved Rio is now under the open source Apache 2.0 license. While Rio has always been open-source, this license gives you even more freedoms
- Cards now have a
ripple
parameter, which adds a neat little effect to the card when it's clicked - many, many more internal improvements, everything from refactoring the client side, to performance improvements, to better error messages
Breaking Changes
- Sliders have been reimplemented from scratch and are now animated. We've also changed the
step_size
parameter to juststep
, to match Python functions likerange()
. Theme.from_color
has been renamed toTheme.from_colors
. Since thisfunction now accepts to many different colors, it wasn't clear which one the name referred to 🙂
Install 🛠️
Get it from pypi: pip install --upgrade rio-ui
🌊