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 d0e5643d4f 0.99.12
Automatically generated by python-semantic-release
2024-08-29 13:20:39 +00:00

6.9 KiB

CHANGELOG

v0.99.12 (2024-08-29)

Fix

  • fix(toolbar): widget action added (2efd487)

  • fix(reset_button): reset button added (6ed1efc)

  • fix(abort_button): abort button added; some minor fixes (a568633)

v0.99.11 (2024-08-29)

Fix

  • fix(resume_button): resume button added (8be8295)

Refactor

  • refactor(icons): general app icon changed; jupyter app icon changed to material icon (5d73fe4)

  • refactor: add option to select scan and hide arg bundle buttons (7dadab1)

v0.99.10 (2024-08-29)

Fix

  • fix(stop_button): queue logic scan changed to halt instead of abort and reset (4a89028)

Refactor

  • refactor(stop_button): stop button changed to QWidget and adapted for toolbar (097946f)

  • refactor: added hide option for device selection button (cdd1752)

v0.99.9 (2024-08-28)

Fix

  • fix: fixed build process and excluded docs and tests from tarballs and wheels (719254c)

v0.99.8 (2024-08-28)

Fix

  • fix(website): fixed designer integration for website widget (5f37e86)

Refactor

  • refactor(website): changed inheritance of website widget to simple qwidget; closes #325 (9925bbd)

v0.99.7 (2024-08-28)

Fix

  • fix(toolbar): material icons can accept color as kwarg (ffc871e)

v0.99.6 (2024-08-28)

Documentation

  • docs: various bugs fixed (c31e9a3)

Fix

  • fix(toolbar): use of native qt separators (09c6c93)

v0.99.5 (2024-08-28)

Documentation

  • docs(index): index page is centered (02239de)

Fix

  • fix(dock_area): dark button added (e6f204b)

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)

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)

Refactor

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