- **vue3**: Add support for vue3 ([`494bfa6`](https://github.com/Kitware/trame-vuetify/commit/494bfa6d207114d8297b1b4c11e937e100dc2db8))
2.1.0
Features
- **on_server_reload**: Pass server instance to ctrl.on_server_reload ([`e552141`](https://github.com/Kitware/trame-vuetify/commit/e552141b88e41be258a1edd3bc47aaf1f0a287f7))
2.0.2
Bug Fixes
- Expose dataframe_to_grid() in __all__ ([`94675c6`](https://github.com/Kitware/trame-vuetify/commit/94675c6c0e5d9e8cc645219123e0616d81537f84))
This is used to convert a pandas dataframe to the `VDataTable()` grid format. This fix is necessary for one of the trame examples to work. This commit also adds the missing `Template` import in the `.header.py` file.
Signed-off-by: Patrick Avery <patrick.averykitware.com>
Chores
- **semantic-release**: Bump version to latest ([`475e0a1`](https://github.com/Kitware/trame-vuetify/commit/475e0a188bc1e97ff2eddb6e9d09596131dbc94f))
Signed-off-by: Patrick Avery <patrick.averykitware.com>
Documentation
- **ci**: Add coverage and codecov upload ([`7d9b1b4`](https://github.com/Kitware/trame-vuetify/commit/7d9b1b4261221c0b93e262e9e4e207e4542caed1))
Signed-off-by: Patrick Avery <patrick.averykitware.com>