Skip to content

Releases: h2oai/wave

v1.3.1

10 Jun 14:20
Compare
Choose a tag to compare
  • Fixed
    • Temporarily catch double close channel error.

v1.3.0

06 Jun 11:07
Compare
Choose a tag to compare
  • Added
    • New: Allow alignment for ui.text #1370 (#2336)
    • New: Support loading ESM modules using ui.script #2331 (#2332)
    • New: Support decimal values in table progress cell type #824 (#2329)
  • Fixed
    • Trigger multi combobox args after they are set, not before. #2342 (#2343)
    • Load markdown css properly #2339 (#2341)
    • Lightwave - Split ws msg into 3 parts instead of 4. #2344 (4cd7ffa)

nightly

05 Jun 14:11
Compare
Choose a tag to compare
nightly Pre-release
Pre-release
fix: update jest mock #2339

v1.2.0

06 May 12:35
Compare
Choose a tag to compare
  • Added
    • Docs: Add properly rendered document to docs.
    • Docs: Remove await keyword from q.page.drop #2319 (#2320)
    • Docs: Update docs with preferred way of displaying documents #2291 (#2311)
  • Fixed
    • Handle more reconnect edgecases. (#2327)

v0.26.4

03 May 08:12
Compare
Choose a tag to compare
  • Fixed
    • Do not panic on missing auth token #2185.

v1.1.2

02 Apr 18:18
Compare
Choose a tag to compare
  • Security
    • Upgrade Go to 1.22.1.
    • Upgrade Go deps.

v1.1.1

12 Mar 20:03
Compare
Choose a tag to compare
  • Added
    • New: add width support for copyable text #2282 (#2284)
    • New: Make links use primary color #2281 (#2283)
  • Fixed
    • Eliminate race conditions in reconnect feature. (#2285)

v1.1.0

05 Mar 15:55
Compare
Choose a tag to compare
  • 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.

v1.0.2

07 Feb 17:10
Compare
Choose a tag to compare
chore: Release v1.0.2

v1.0.1

31 Jan 18:13
Compare
Choose a tag to compare
  • Fixed