New features and improvements
- Support autocomplete
ui.input
on mobile devices (#852, #1063 by @rodja, @phoskee, @falkoschindler) - Add
error
property for input elements with validation (#894 by @itay-raveh, @falkoschindler) - Introduce
min
,max
andout_of_limits
forui.number
(#924, #1049 by @ukoehler, @falkoschindler) - Support dynamic column attributes like sort and format functions for
ui.table
(#1058, #1061 by @juledwar, @falkoschindler)
Bugfixes
- Fix
ui.select
when usingwith_input
andmultiple
(#1044 by @groucho86, @falkoschindler) - Fix image and media sources for reverse proxies with subpath (#934, #1038 by @rodja, @falkoschindler)
Development
- Condense mypy and pytest config files to pyproject.toml (#1053 by @xec-abailey)