Closed mad-moo closed 1 month ago
It seems like most of it is already completed, right?
Yeah, I went through the entire codebase and replaced everything I could find. I'm mostly worried now about the examples found in the documentation of all components.
In general, with all the changes that happened as of late I think the entire framework needs some thorough testing
@Sn3llius this is safe to close, correct?
Recent updates have replaced the
width
andheight
parameters withmin_width
,grow_x
, and others. A lot of code in Rio itself still uses the old-style parameters though, thus leading to deprecation warnings, and general confusion.Search for & replace all outdated usages.