Releases: pyapp-kit/superqt
Releases · pyapp-kit/superqt
v0.7.0
What's Changed
- refactor: remove stylesheet on sliderLabel by @tlambert03 in #254
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #253
- fix: minimum size hint for QElidingLabel by @gselzer in #260
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #257
- fix: End painter when drawing colormap by @gselzer in #262
- build: drop py38 by @tlambert03 in #263
- chore: Revert "remove stylesheet on sliderLabel (#254)" by @tlambert03 in #265
- fix: KeyError in CodeSyntaxHighlight by @hanjinliu in #258
- build: support py313 by @tlambert03 in #264
New Contributors
- @gselzer made their first contribution in #260
- @hanjinliu made their first contribution in #258
Full Changelog: v0.6.8...v0.7.0
v0.6.7
What's Changed
- Prevent computing full document content highlight per block and only compute current block content for performance by @dalthviz in #246
- fix: prevent qthrottled and qdebounced from holding strong references with bound methods by @tlambert03 in #247
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #250
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #244
- perf: improve paint time for QColormapLineEdit by @tlambert03 in #245
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #238
- fix: fix inverted appearance by @tlambert03 in #240
- ci: trying to fix tests on various platforms by @tlambert03 in #243
- fix: fix a number of issues with Labeled and Range Sliders, add LabelsOnHandle mode. by @tlambert03 in #242
Full Changelog: v0.6.3...v0.6.5
v0.6.3
What's Changed
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in #236
- fix: fix sliderReleased, sliderPressed signals, and setTracking by @tlambert03 in #237
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- build: remove packaging dep by @tlambert03 in #212
- feat: Add QIconifyIcon.name() method by @tlambert03 in #213
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #216
- ci: use reusable test workflow by @tlambert03 in #215
- fix: better default size policy for qcollapsible by @tlambert03 in #217
- feat: add addKey method to QIconifyIcon by @tlambert03 in #218
- fix: Check min max versus current value by @psobolewskiPhD in #221
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in #225
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #223
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #228
- feat: make toggle button public in QCollapsible by @tlambert03 in #232
- style: use ruff format instead of black, update pre-commit, restrict pyside6 tests by @tlambert03 in #235
- fix: don't use AbstractContextManager for exceptions_as_dialog by @tlambert03 in #234
New Contributors
- @psobolewskiPhD made their first contribution in #221
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #210
- ci: test python 3.12 by @tlambert03 in #181
- feat: add QIcon backed by iconify by @tlambert03 in #209
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- ci: [pre-commit.ci] autoupdate by @pre-commit-ci in #193
- Add colormap combobox and utils by @tlambert03 in #195
- feat: add QColorComboBox for picking single colors by @tlambert03 in #194
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #196
- refactor: Labeled slider updates by @tlambert03 in #197
- docs: update fonticon docs by @tlambert03 in #198
- docs: add colormap utils and QSearchableTreeWidget to docs by @tlambert03 in #199
- fix: sliderMoved event on RangeSliders by @tlambert03 in #200
- Fix IntEnum for python 3.11 by @Czaki in #205
- Add restart_timer argument to GenericSignalThrottler.flush by @Czaki in #206
- fix: don't reuse text in qcollapsible by @tlambert03 in #204
- feat: add support for flag enum by @Czaki in #207
Full Changelog: v0.5.4...v0.6.0
v0.5.4
v0.5.3
What's Changed
- fix: remove dupes/aliases in QEnumCombo by @tlambert03 in #190
- feat: add error
exceptions_as_dialog
context manager to catch and show Exceptions by @tlambert03 in #191
Full Changelog: v0.5.2...v0.5.3