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 0aad9a0988 0.99.4
Automatically generated by python-semantic-release
2024-08-28 13:05:07 +00:00

6.7 KiB

CHANGELOG

v0.99.4 (2024-08-28)

Documentation

  • docs(buttons): added missing buttons docs (4e5520a)

  • docs(developer): tutorial for BECWidget base class (ac2cb51)

Fix

  • fix(theme): apply theme to all pyqtgraph widgets on manual updates (c550186)

Refactor

  • refactor(buttons): changed grid and thumbnail fig in gallery (4591ba8)

  • refactor(icons): removed toolbar icons from assets (f335763)

  • refactor(icons): moved widget icons to class attribute ICON_NAME (e890091)

v0.99.3 (2024-08-27)

Build

  • build: updated min version of bec qthemes (d482434)

Fix

  • fix(cmaps): unified all defaults to magma cmap (1ca9499)

  • fix(color maps): color maps should take the background color into account; fixed min colors to 10 (060935f)

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)