Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-24 | 860 Bytes | |
Rio 0.9.2 source code.tar.gz | 2024-07-24 | 2.6 MB | |
Rio 0.9.2 source code.zip | 2024-07-24 | 2.8 MB | |
Totals: 3 Items | 5.4 MB | 0 |
After looking into feedback and real-world apps made by the community, we've decided to make some changes to the layouting system. We've completely rewritten how components are laid out internally. This was a large undertaking and has been in the works for several weeks now - and the results are looking great! We're seeing much faster layout times, especially for larger (1000+ component) apps.
No Breaking changes
Improvements:
- Internal Layout Changes: This was an entirely internal layout change that makes Rio faster.
- Foundation for Custom Components: These changes pave the way for custom components, a feature we've been wanting to add for a while.
rio.Switch
: Appearance ofrio.Switch
has been enhanced for better usability and appearance.
Install 🛠️
Get it from pypi: pip install --upgrade rio-ui
🌊