Skip to content

Rio 0.6

Compare
Choose a tag to compare
@Sn3llius Sn3llius released this 30 May 10:18

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 just step, to match Python functions like range().
  • Theme.from_color has been renamed to Theme.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 🌊