Skip to content

Latest commit

 

History

History
329 lines (183 loc) · 9.78 KB

CHANGELOG.md

File metadata and controls

329 lines (183 loc) · 9.78 KB

CHANGELOG

v2.8.0 (2024-12-31)

Bug Fixes

  • ruff: Noqa F403 for trame imports (f20bc9c)

Continuous Integration

Features

  • v3.7.6: Update generator and version (9d80364)

v2.7.2 (2024-11-14)

Bug Fixes

  • layout: Singlepagelayout vue warnings (bdcb663)

Continuous Integration

Documentation

  • Spelling (93fe89b)

  • example: Add multi slider time controller (a5faf22)

  • website: Add vitepress website (e789a54)

v2.7.1 (2024-09-03)

Bug Fixes

  • lab: Set vuetify to 3.7.1 (cc388ac)

v2.7.0 (2024-08-28)

Features

  • 3.7.1: Update to vuetify 3.7.1 (78f2616)

v2.6.2 (2024-07-21)

Bug Fixes

  • get_trame_versions: Avoid errors (ce320be)

For some currently unknown reason, not every PathDistribution contains a "Name" in the metadata. These are probably not trame packages and thus we can probably just ignore them. But if we notice that we are missing trame packages in the future, we should potentially find an alternative way to identify them.

Signed-off-by: Patrick Avery patrick.avery@kitware.com

v2.6.1 (2024-07-03)

Bug Fixes

  • Avoid pkg_resources for get_trame_versions() (49010b3)

pkg_resources is not always available for newer setups. But since trame requires python 3.8, importlib.metadata can be used instead. Update get_trame_versions() to use importlib.metadata instead of pkg_resources.

Signed-off-by: Patrick Avery patrick.avery@kitware.com

Documentation

  • example: Update tree example (4648a2c)

  • lab: Add another tree example (67381d0)

v2.6.0 (2024-06-11)

Continuous Integration

Features

  • lab: Add option to enable lab components (8e06f4d)

v2.5.0 (2024-05-06)

Features

  • 3.6.3: Expose Vuetify v3.6.3 (55bac1b)

v2.4.3 (2024-03-13)

Bug Fixes

  • Uniform init.py for package (28deeaa)

Documentation

  • example: Expend stepper with custom actions (66720b6)

v2.4.2 (2024-01-18)

Bug Fixes

  • release: Patch ci to release the proper version (ebbdf80)

Documentation

  • examples: More vuetify3 examples (015c81e)

v2.4.1 (2024-01-17)

Bug Fixes

  • vuetify3: Allow to provide config (9aebd64)

v2.4.0 (2024-01-17)

Continuous Integration

  • tests: Use vue3 by default (4b487b8)

Documentation

  • datatable: Advanced slot usage (74f77be)

Features

  • vue2: Update to vuetify 2.7.1 (9a97abf)

  • vue3: Update to vuetify 3.4.10 (814d428)

v2.3.1 (2023-07-19)

Bug Fixes

  • vuetify2: Add vuetify2 namespace (4d9c9e1)

v2.3.0 (2023-07-19)

Features

  • versions: Bump to v2.7.0 and v3.3.9 (e691dee)

v2.2.4 (2023-02-26)

Bug Fixes

  • vue3: Update to new template syntax (b839955)

v2.2.3 (2023-02-23)

Bug Fixes

Signed-off-by: Patrick Avery patrick.avery@kitware.com

v2.2.2 (2023-02-14)

Bug Fixes

  • warn: Prevent prop type warning (e53aae7)

v2.2.1 (2023-02-13)

Bug Fixes

  • vue3: Convert CamelCase attributes to snake_case (8a2d7c0)

  • vue3: Layout attr update (d7a2492)

v2.2.0 (2023-02-11)

Features

  • vue3: Add support for vue3 (494bfa6)

v2.1.0 (2023-01-21)

Features

  • on_server_reload: Pass server instance to ctrl.on_server_reload (e552141)

v2.0.2 (2022-10-03)

Bug Fixes

  • Expose dataframe_to_grid() in all (94675c6)

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.avery@kitware.com

Chores

  • semantic-release: Bump version to latest (475e0a1)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

Documentation

  • ci: Add coverage and codecov upload (7d9b1b4)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • contributing: Add CONTRIBUTING.rst (808a0a4)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • coverage: Add .coveragerc (8b3cf3e)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • coverage: Remove codecov PR comment (41127a6)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

Signed-off-by: Patrick Avery patrick.avery@kitware.com

v2.0.1 (2022-05-27)

Bug Fixes

  • Add semantic release to github actions (d7f0179)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • Downgrade python semantic release for fix (823508e)

The newest version of semantic release has a bug that causes it to exit with errors. Downgrade to the latest version without the bug.

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • Use npm ci instead of npm install (4300a2d)

Signed-off-by: Patrick Avery patrick.avery@kitware.com

  • Template: Expose under widgets.vuetify namespace (8b692b1)

Documentation

  • api: Add missing information (bbbb2d1)