6.6 KiB
CHANGELOG
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)
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
)