diff --git a/CHANGELOG.md b/CHANGELOG.md index d726206d..85865fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v1.21.4 (2025-02-19) + +### Bug Fixes + +- **colors**: Pyqtgraph styling updated on the app level + ([`ae18279`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ae182796855719437bdf911c2e969e3f438d6982)) + +- **plot_base**: Mouse interactions default state fetch to toolbar + ([`97c0ed5`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/97c0ed53df21053fef9811c3dea3b79020137030)) + +### Refactoring + +- **plot_base**: Change the PlotWidget to GraphicalLayoutWidget + ([`ff8e282`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ff8e282034f0970b69cf0447fc5f88b4f30bf470)) + + ## v1.21.3 (2025-02-19) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 159edeed..ceca899c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.21.3" +version = "1.21.4" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [