Skip to content

Commit 914f8dc

Browse files
authored
add changelog (#418)
1 parent ee972f3 commit 914f8dc

File tree

1 file changed

+34
-5
lines changed

1 file changed

+34
-5
lines changed

CHANGELOG.md

+34-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/napari/magicgui/tree/0.5.0) (2022-06-13)
4+
5+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.4.0...0.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: add request\_values convenience, shows modal dialog to request values [\#416](https://github.com/napari/magicgui/pull/416) ([tlambert03](https://github.com/tlambert03))
10+
- Change to use adaptive step is SpinBox and FloatSpinBox [\#403](https://github.com/napari/magicgui/pull/403) ([Czaki](https://github.com/Czaki))
11+
- Make call\_button public [\#391](https://github.com/napari/magicgui/pull/391) ([dstansby](https://github.com/dstansby))
12+
- Add scrollable widgets [\#388](https://github.com/napari/magicgui/pull/388) ([dstansby](https://github.com/dstansby))
13+
14+
**Fixed bugs:**
15+
16+
- Return empty tuple for no selected files [\#415](https://github.com/napari/magicgui/pull/415) ([aeisenbarth](https://github.com/aeisenbarth))
17+
- Block event emits during choices batch update [\#407](https://github.com/napari/magicgui/pull/407) ([aeisenbarth](https://github.com/aeisenbarth))
18+
- Bug fix of type check in ListEdit [\#404](https://github.com/napari/magicgui/pull/404) ([hanjinliu](https://github.com/hanjinliu))
19+
- Fix bug with small default range in SpinBox [\#397](https://github.com/napari/magicgui/pull/397) ([Czaki](https://github.com/Czaki))
20+
- Fix bug in creation of RangeEdit using create\_widget [\#396](https://github.com/napari/magicgui/pull/396) ([Czaki](https://github.com/Czaki))
21+
- Fix insertion of Container widget [\#394](https://github.com/napari/magicgui/pull/394) ([hanjinliu](https://github.com/hanjinliu))
22+
23+
**Tests & CI:**
24+
25+
- fix napari CI test [\#417](https://github.com/napari/magicgui/pull/417) ([tlambert03](https://github.com/tlambert03))
26+
- ci\(dependabot\): bump actions/setup-python from 1 to 3 [\#414](https://github.com/napari/magicgui/pull/414) ([dependabot[bot]](https://github.com/apps/dependabot))
27+
- ci\(dependabot\): bump codecov/codecov-action from 2 to 3 [\#413](https://github.com/napari/magicgui/pull/413) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- ci\(dependabot\): bump actions/checkout from 2 to 3 [\#412](https://github.com/napari/magicgui/pull/412) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- ci: add dependabot [\#411](https://github.com/napari/magicgui/pull/411) ([tlambert03](https://github.com/tlambert03))
30+
- Fix typesafety tests [\#399](https://github.com/napari/magicgui/pull/399) ([tlambert03](https://github.com/tlambert03))
31+
332
## [v0.4.0](https://github.com/napari/magicgui/tree/v0.4.0) (2022-03-25)
433

534
[Full Changelog](https://github.com/napari/magicgui/compare/v0.4.0rc1...v0.4.0)
@@ -316,7 +345,7 @@
316345

317346
## [v0.2.7](https://github.com/napari/magicgui/tree/v0.2.7) (2021-02-28)
318347

319-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6...v0.2.7)
348+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6rc0...v0.2.7)
320349

321350
**Implemented enhancements:**
322351

@@ -350,13 +379,13 @@
350379
- update changelog [\#137](https://github.com/napari/magicgui/pull/137) ([tlambert03](https://github.com/tlambert03))
351380
- \[pre-commit.ci\] pre-commit autoupdate [\#136](https://github.com/napari/magicgui/pull/136) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
352381

353-
## [v0.2.6](https://github.com/napari/magicgui/tree/v0.2.6) (2021-01-25)
382+
## [v0.2.6rc0](https://github.com/napari/magicgui/tree/v0.2.6rc0) (2021-01-25)
354383

355-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6rc0...v0.2.6)
384+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6...v0.2.6rc0)
356385

357-
## [v0.2.6rc0](https://github.com/napari/magicgui/tree/v0.2.6rc0) (2021-01-25)
386+
## [v0.2.6](https://github.com/napari/magicgui/tree/v0.2.6) (2021-01-25)
358387

359-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.5...v0.2.6rc0)
388+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.5...v0.2.6)
360389

361390
**Merged pull requests:**
362391

0 commit comments

Comments
 (0)