New features and enhancements
- Allow making
ui.toggle
clearable (#1550, #1644 by @superlou, @falkoschindler) - Provide the list of URLs on which the server is available (#1537 by @rodja, @falkoschindler)
- Allow specifying pagination for
ui.table
as a dictionary (#1643, #1646 by @natankeddem)
Bugfixes
- Make sure to serve static JavaScript files with correct mimetype (#1510, #1594 by @jsmaupin, @thetableman, @natankeddem, @falkoschindler)
- Fix
ui.stepper
dropping UI state (#1638 by @rodja, @falkoschindler) - Fix
ui.echart
width on initial load (#1563, #1570 by @thetableman, @natankeddem, @dabenny, @falkoschindler) - Fix mousemove events for
ui.interactive_image
(#1634, #1635 by @falkoschindler)
Documentation
- Introduce AuthMiddleware in the authentication example (#1555, #1557 by @laserir, @rodja)
- Add a custom binding example (#1578, #1581 by @v479038280, @rodja)
- Fix several demos not being rendered (#1616, #1617 by @natankeddem, @falkoschindler)
- Fix
ui.markdown
by upgrading pygments dependency (#1595, #1605 by @superlou, @clueple, @rodja)