- Added
- New: Allow specifying websocket origins. #2230 (#2279)
- New: Prompt suggestions for ui.chatbot #2250 (#2265)
- New: Image annotation shapes improvements #1860 (#2263)
- New: Make ui.command to support path and download props #2224 (#2262)
- New: Allow reconnects without losing state/focus. #2252 (#2253)
- New: Support 1e-7 numbers and lower in ui.spinbox #1525 (#2248)
- New: Allow installing custom packages inside Wave Studio #2193 (#2229)
- New: Add name attribute to ui.stats #2197 (#2205)
- New: Add reveal button to password textbox #1977 (#2198)
- New: Numeric/tel keyboard for ui.textbox on mobile devices #2170 (#2194)
- New: Improve markdown typography #2179 (#2189)
- New: Add feedback events on chatbot responses #2165 (#2178)
- New: Allow nav_item to be opened in a new tab/window #1932 (#2175)
- New: Allow relative paths in wave run. Closes #2160
- Docs: Correct headers file format.
- Docs: Add a minimal README to Wave Studio.
- Docs: Azure OIDC instructions.
- Fixed
- Close websocket connection properly. (#2278)
- Sort items correctly when empty custom group is present #2268 (#2274)
- Default ui.inline justify to start. #2267 (#2272)
- Include spacing in width for inline horizontal components #2251 (#2273)
- Conda release #2227 (#2257)
- Make notification close button contrast for any theme #2241 (#2249)
- Make conda package support multiple python versions #2227 (#2247)
- Ignore nil token err for now. #2185 (#2246)
- Make file upload work when waved run separately #2225 (#2232)
- Emit table select event only if selection changes #2196 (#2201)
- Do not show already selected options in ui.picker #1985 (#2195)
- Use proper path for wave fetch. #2177 (#2183)
- Use proper blob encoding in audio annotator. Closes #2174.