0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Files
bec_widgets/CHANGELOG.md
semantic-release edc19bdff8 0.83.1
Automatically generated by python-semantic-release
2024-07-14 17:09:51 +00:00

6.5 KiB

CHANGELOG

v0.83.1 (2024-07-14)

Fix

  • fix(toolbar): default transparent background (eab7883)

  • fix: use apply_theme (2d4249e)

  • fix: spinner: update reference image for widget test, use apply_theme (63db135)

  • fix: replace pyqtdarktheme by qdarkstyle, add 'apply_theme' function (in utils/colors.py) (8308115)

Test

  • test(toolbar): added reference pngs for spinner for Darwin (11a7204)

v0.83.0 (2024-07-08)

Feature

  • feat: added reference utils to compare renderings of widgets (2988fd3)

  • feat(widgets): added device box with spinner (1b017ed)

  • feat(designer): added option to skip the widget validation for DesignerPluginGenerator (41bcb80)

Fix

  • fix(terminal): added default args to avoid designer crashes on startup (360d171)

  • fix(widget): fixed widget cleanup routine (2b29e34)

  • fix(bec_widget): added cleanup method to bec widget base class (fd8766e)

  • fix(website): fixed dummy input (903ce7d)

Test

  • test(vscode): fixed vscode tests for new cleanup routine (eb26e2a)

  • test(vscode): improved vscode test (5de8804)

v0.82.2 (2024-07-08)

Fix

  • fix(rpc_server): pass cli config to server (90178e2)

v0.82.1 (2024-07-07)

Fix

  • fix(motor_map): bug where motors without limits were selected (c78cd89)

Refactor

  • refactor(setting_dialog): moved to qt_utils (3826bb3)

  • refactor(toolbar): toolbar moved from widgets to qt_utils (7ffc06f)

Test

  • test(setting_dialog): tests added (74a249b)

Unknown

  • tests(motor_map_widget): tests added (734f4c7)

  • feat(settings_dialog):apply button (2020953)

v0.82.0 (2024-07-07)

Feature

  • feat(toggle): added angular component-like toggle (b9bff38)

Refactor

  • refactor(device_input): DeviceComboBox and DeviceLineEdit moved to top layer of widgets (f048629)

  • refactor(stop_button): moved to top layer, plugin added (f5b8375)

  • refactor(motor_map_widget): removed restriction of only PySide6 for widget (db1cdf4)

  • refactor(color_button): ColorButton moved to top level of widgets (fa1e86f)

v0.81.2 (2024-07-07)

Fix

  • fix(waveform): scan_history error check for IndexError (dd1875e)

v0.81.1 (2024-07-07)

Fix

  • fix(motor_control): temporary remove of motor control widgets (99114f1)

v0.81.0 (2024-07-06)

Feature

  • feat(color_button): can get colors in RGBA or HEX (9594be2)

v0.80.1 (2024-07-06)

Fix

  • fix(entry_validator): check for entry == "" (61de7e9)

v0.80.0 (2024-07-06)

Feature

  • feat(qt5): dropped support for qt5; pyside2 and pyqt5 (fadbf77)

  • feat(plugins): moved plugin dict to dataclass and container (03819a3)

  • feat(plugins): added support for pyqt6 ui files (d6d0777)

  • feat(plugins): added bec widgets base class (1aa83e0)

v0.79.3 (2024-07-05)

Fix

  • fix: changed inheritance to adress qt designer bug in rendering (e403870)

  • fix: add designer plugin classes (1586ce2)

Refactor

  • refactor: simplify logic in bec_status_box (576353c)

v0.79.2 (2024-07-04)

Fix

  • fix: overwrite closeEvent and call super class (bc0ef78)

v0.79.1 (2024-07-03)