Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Oct 20, 2020
1 parent eb1210c commit 09ae150
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ matplotlib
plotly
altair
vega-datasets
h2o_wave==0.7.0
h2o_wave==0.8.0
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='h2o_wave',
version='0.7.0',
version='0.8.0',
author='Prithvi Prabhu',
author_email='[email protected]',
description='Python driver for H2O Wave Realtime Apps',
Expand Down
16 changes: 16 additions & 0 deletions website/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ When referencing the [`h2o-wave` package](https://pypi.org/project/h2o-wave/) fr

For LTS releases, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security fixes are provided for 1 year.

## v0.8.0
Oct 20, 2020 - [Download](https://github.com/h2oai/wave/releases/tag/v0.8.0)

- Added
- Escape Cypress test functions using leading underscore `_` if they overlap with Python reserved keywords.
- Add data-test attribute to all form components for browser testing.
- Add `trigger` property to the date picker component.
- Allow pre-selecting rows in the table component.
- Add `visible` property to all components to show/hide them on demand.
- Add support for OpenID Connect (OIDC).
- Add documentation on security.
- Fixed
- Default HTML page title set to *Wave*.
- Make % heights work properly for frames inside forms.


## v0.7.0
Oct 15, 2020 - [Download](https://github.com/h2oai/wave/releases/tag/v0.7.0)
- Added
Expand Down

0 comments on commit 09ae150

Please sign in to comment.