Release Notes
This release includes several improvements and bug fixes.
Features
- Automatically strip indentation from markdown content (#617 by @falkoschindler)
- Add syntax highlighting for code blocks in
ui.markdown
(#612 by @falkoschindler, @pythonormen) - Provide search-as-you-type within the options of
ui.select
(#272 by @falkoschindler, @shakamoushie)
Bug Fixes
- Fix issue when replacing a
ui.interactive_image
(#600, #616 by @dclause, @DavidLeBonk, @falkoschindler) - Fix single selection for
ui.table
(#609 by @falkoschindler) - Correctly initialize
ui.color_input
's popup (#603 by @RobinSchfr, @falkoschindler)
Documentation
- Improve documentation with more demos and more complete API reference (#439 by @falkoschindler, @Quadrum1)
Thank you to all contributors who helped make this release possible.