- Buttons now have a smaller minimum size when using a
rio.Component
as content FrostedGlassFill
added (Contributed by MiniTT)rio.Fill
andrio.FillLike
deprecated. Most components only support specific fills, so these have no purpose any more- added
@rio.event.on_window_size_change
- popups now default to the "hud" color
- popups and tooltips are no longer cut off by other components
- Add HTML meta tags
- Add functions for reading and writing clipboard contents to the
Session
(Contributed by MiniTT) - The color of drawers is now configurable, and also sets the theme context
- added
Calendar
component - added
DateInput
component
- Rectangles now honor the theme's shadow color
- Renamed
Banner.markup
toBanner.markdown
- Removed the "multiline" style from Banners
- Removed
Button.initially_disabled_for
- Added a
text_color
parameter toTheme.from_colors
andTheme.pair_from_colors
rio run
now checks that the installed version of Rio is up-to-date
- New example: multi-page website
- New component: CodeBlock
- UserSettings can now have mutable default values
- Removed "undefined space"