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 50dbef52c0 0.99.2
Automatically generated by python-semantic-release
2024-08-27 09:03:23 +00:00

6.7 KiB

CHANGELOG

v0.99.2 (2024-08-27)

Ci

  • ci: additional tests are not allowed to fail (bb385f0)

Fix

  • fix(widgets): fixed default theme for widgets

If not theme is set, the init of the BECWidget base class sets the default theme to "dark" (cf28730)

v0.99.1 (2024-08-27)

Fix

  • fix(crosshair): emit all crosshair events, not just line coordinates (2265458)

v0.99.0 (2024-08-25)

Documentation

  • docs(darkmodebutton): added dark mode button docs (406c263)

Feature

  • feat(darkmodebutton): added button to toggle between dark and light mode (cc8c166)

Fix

  • fix(toggle): emit state change (c4f3308)

Refactor

  • refactor(darkmodebutton): renamed set_dark_mode_enabled to toggle_dark_mode (c70724a)

Test

  • test(dark_mode_button): added tests for dark mode button (df35aab)

v0.98.0 (2024-08-25)

Feature

  • feat(themes): added set_theme method (2b4449a)

Fix

  • fix(toolbar): removed hardcoded color values (afdf4e8)

  • fix: transitioning to material icons (2a82032)

  • fix(dock_area): transitioned to MaterialIconAction (88a2f66)

  • fix: fix color palette if qtheme was not called (3f3b207)

  • fix(figure): removed theme from figure init (e42b84c)

  • fix: use globally set theme instead of the internal bec widgets theme (77c5aa7)

  • fix(waveform): fixed icon appearance (36ad464)

Refactor

  • refactor(waveform): use set theme for demo (44cfda1)

v0.97.0 (2024-08-23)

Feature

  • feat(designer): added designer icon factory (82a55dd)

Fix

  • fix(toolbar icon): fixed material icon toolbar for theme changes (3ecbd60)

v0.96.3 (2024-08-23)

Documentation

  • docs(dispatcher): docs added (dd7c71b)

Fix

  • fix: minor fixes for type annotations (8c2e7c8)

v0.96.2 (2024-08-22)

Fix

  • fix(waveform): validation of custom curves removed (af28574)

  • fix(waveform): skip validation for curves that are not BECCurve instances (617db36)

v0.96.1 (2024-08-22)

Ci

  • ci: fail pytest after 2 failed tests (f0203d9)

Fix

  • fix(crosshair): update markers if necessary (4473805)

  • fix(waveform_widget): fixed icon appearance (f98a9f9)

  • fix: bubble-up signals (2fe72c9)

  • fix(crosshair): fixed crosshair for image and waveforms (37835cb)

v0.96.0 (2024-08-22)

Documentation

  • docs(scan_control): added designer options (9d7718c)

Feature

  • feat(scan_control): added the ability to configure the scan control widget from designer (9d8fb0b)

v0.95.1 (2024-08-22)

Documentation

  • docs: links section added (2bf5c70)

Fix

  • fix(docs): changed link to scan gui config in main docs (640464a)

Refactor

  • refactor: removed designer pngs (84abe46)

  • refactor: moved to dynamically loaded material design icons (1d2afaa)

v0.95.0 (2024-08-21)

Documentation

  • docs(device_browser): added user docs (2c31cc9)

Feature

  • feat(cli): added device_browser to cli (196504b)

  • feat(widgets): added device_browser widget (73f5a2f)

Fix

  • fix(device_browser): fixed plugin assignment for designer (6500393)

Refactor

  • refactor(docs): review response (4790afd)

Test

  • test: added test for device browser (e870e5b)