Releases: h2oai/wave
Releases · h2oai/wave
v0.6.0
- Added
- Apps when launched now automatically use an available free port instead of
55556. - Client-side redirects to URLs and hashes using
meta_card.redirect. - Context menus inside forms:
ui.text_xl()andui.text_l()now support optional context menus. - Plots now support specifying data values for predictable color encoding and legends.
ui.markupcomponent for rendering HTML inline in forms.ui.templatecomponent for rendering templated HTML inline in forms.- The height of tables can now be controlled using the
heightattribute. - Both sorting and group-by now work on the same table column if specified.
- Lots of examples on how to use
ui.tablesorting, grouping, search, download, etc. - Ability to specify which column in a
ui.tableis the primary column, or disable altogether.
- Apps when launched now automatically use an available free port instead of
- Changed
ui.text()now unconditionally allows embedded HTML tags.- App host now defaults to
127.0.0.1instead oflocalhost. - Footer display in
ui.tableis now inferred from usage and displayed automatically. - The
min_widthandmax_widthattributes for table columns are now strings (consistency).
- Fixed
- Background color rendering bug when page overflows after loading.
- Render tooltip properly on toolbar command buttons.
ui.table()rendering bug: remove stray0.- Python error stack trace, if any, is displayed on top of all other cards on page
v0.5.0
- Added
- Example for controlling cards with tabs.
- Cypress test runner for CI.
- Search, sort, filter, group-by, export and custom cell types for table component.
- Changed
- Remove semantic validation for stepper component.
- Fixed
- Value synchronization bug in textbox component
v0.4.0
- Added
- Trigger attribute to checklist component.
- Changed
- Allow same min and max values for the range slider component.
- App tests are now automatically and directly translated to Cypress tests when loaded.
- Fixed
- Allow removing selected options from the picker component.
- Render axis title properly when specified.
- Raise informative error message if attempting to use Numpy objects in components.
- Removed
- Cypress test bridge removed from server.
run_testsAPI.