- Added
- New: Make the popup of ui.time_picker visible over the side panel #1833 (#1839)
- New: Forward HTTP headers to the Wave app. #1704 (#1770)
- New: Lightwave #1796 (#1818)
- New: Add direction attribute to ui.inline. #1780 (#1828)
- New: Allow dynamic changes for image_annotator items (annotations).
- New: Allow specifying height for ui.inline #1780 (#1820)
- New: Keyboard shortcuts for ui.image_annotator #1596 (#1795)
- New: Allow single selection for ui.table (#1814)
- New: Emit event on table selection (#1810)
- New: Add spinner attribute to ui.progress #1747 (#1771)
- New: Make download attribute work more consistently. #999 (#1782)
- New: Remove unnecessary margin in ui.toggle.
- New: Log the upstream error if oauth token exchange fails. #1761 (#1762)
- New: Wrap pie stat legend items if not enough space. Closes #1707.
- New: Add “align” parameter for ui.inline #1535 (#1737)
- New: Allow adjustable height of copyable text #1308 (#1694)
- New: Allow extension-less file downloads. #1627 (#1635)
- New: Allow users to remove paddings on frame cards #495 (#1735)
- New: Add 'tooltip' for table markdown cell #1645 (#1736)
- New: Show a warning when at least one OIDC param detected, but not all are set #1711 (#1733)
- New: Add highlight for selected groups/rows #1713 (#1725)
- New: Wave university Pypi publish (#1712)
- New: Render table groupby always on RHS and search on LHS. #1671 (#1709)
- Docs: Document separate machines deployment.
- Docs: Make ui.menu docs correct. Image, label and icon are not mutually exclusive.
- Docs: Make instructions around importing main clear. Closes #1804.
- Docs: Improve deployment instructions. #1807 (#1808)
- Docs: Improve HTTPS instructions. #1805
- Docs: Make sure instructions for setting up win virtual env work.
- Docs: Improve server configuration section.
- Docs: Fix safari lightbox in landing page.
- Docs: Add app showcase to landing page (#1746)
- Docs: Add more docs about available Wave colors. Closes #1722.
- Docs: Show how to use local CSS file as stylesheet. (#1723)
- Docs: Fix the footnote links not working #1720 (#1721)
- Fixed
- Fixed: Prevent table reset on items change for paginated table. #1724 (#1861)
- Fixed: Display only the plot data inside the plot tooltip #1836 (#1841)
- Fixed: Use proper host when starting up the Wave app via
wave run
. (#1843) - Fixed: Do not prevent app from startup if --no-autostart is specified during wave run command.
- Fixed: Mutate page state properly during dropdown interaction (q.args). (#1838)
- Fixed: Use proper encoding when writing to files in Wave university to avoid Windows errors.
- Fixed: Disable Select/Deselect all buttons when ui.dropdown is disabled #1821 (#1822)
- Fixed: Do not serve JS files with plaintext MIME type on Windows by upgrading go to 1.19. (#1811)
- Fixed: Make ui.notification_bar to overlay the ui.side_panel (#1813)
- Fixed: Allow groupby for paginated table as well, fire correct event. Closes #1798
- Fixed: Prevent memory leak within lightbox.
- Fixed: Do not crash wave fetch if cannot rename (Windows Quick Access related). Closes #1479
- Fixed: Remove drive letter from public/private dir that Windows prepends if leading slash.
- Fixed: Allow primitive values in wide stats value/aux_value, not just expressions.
- Fixed: Support image popup on older Safari versions as well.
- Fixed: Minor image annotator fixes #1726 (#1742)
- Fixed: Make docs home page button visible in dark mode #1740 (#1741)
- Fixed: Table grouped incorrectly after rows change #1687 (#1724)
- Fixed: Avoid tooltip wrapper recreation causing weird scroll jumping issues in table. #1731 (#1738)
- Fixed: Small header color fixes.
- Fixed: Use the same line width for both rect and polygon in image annotator.
- Fixed: Allow all valid CSS color types when computing RGB.
- Fixed: Make disabled ui.button icon and text colors consistent. #1664 (#1710)
- Fixed: Use proper static dir name when mundging index.html.
- Performance Improvements
- Changed
- New: Prefix CSS vars to prevent global namespace pollution. Closes #1812