New features and improvements
- Support the
clearable
prop withui.select
(#1069 by @CrystalWindSnake, @falkoschindler) - Only create storage directory if needed (#1080, #1085 by @rodja, @falkoschindler)
- Add
toggle()
method toui.menu
(#860 by @patrickwasp, @falkoschindler)
Bugfixes
- Always update
ui.input
after server-side value change (#1071, #1088 by @pythonormen, @eshyun, @falkoschindler) - Avoid
ui.input
to repeat change events in a loop (#1086 by @CrystalWindSnake, @falkoschindler) - Fix update of
ui.plotly
(#1037, #1070 by @duane-impulse, @falkoschindler) - Fix serving media files from subdirectories (#1076 by @falkoschindler)
- Ensure move events from joystick are only sent between start/end (#1082 by @rodja)
Documentation
- Fix typo in bindings docs (#1075 by @suspiciousRaccoon)
- Add example for NiceGUI with ROS2 (#1059, #1083 by @JensOgorek, @rodja)
- Add documentation for
ui.separator
(#1081 by @rodja) - Add log handler demo (#1078 by @BrianLandry)