Skip to content

Commit f4c605f

Browse files
authored
docs: changelog v0.6.0 (#462)
* docs: changelog v0.6.0 * new feature
1 parent 3583a30 commit f4c605f

File tree

1 file changed

+49
-12
lines changed

1 file changed

+49
-12
lines changed

CHANGELOG.md

+49-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,50 @@
11
# Changelog
22

3-
## [0.5.1](https://github.com/napari/magicgui/tree/0.5.1) (2022-06-14)
3+
## [v0.6.0](https://github.com/napari/magicgui/tree/v0.6.0) (2022-10-21)
44

5-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.5.0...0.5.1)
5+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.5.1...v0.6.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support `Literal` type [\#458](https://github.com/napari/magicgui/pull/458) ([hanjinliu](https://github.com/hanjinliu))
10+
- feat: add range slider \(take 2\) [\#455](https://github.com/napari/magicgui/pull/455) ([tlambert03](https://github.com/tlambert03))
11+
- feat: Pass parent to backend widget [\#440](https://github.com/napari/magicgui/pull/440) ([tlambert03](https://github.com/tlambert03))
12+
- Add ipywidgets backend [\#87](https://github.com/napari/magicgui/pull/87) ([tlambert03](https://github.com/tlambert03))
13+
14+
**Fixed bugs:**
15+
16+
- fix: fix deprecation warning from matplotib about accessing colormaps from mpl.cm [\#451](https://github.com/napari/magicgui/pull/451) ([tlambert03](https://github.com/tlambert03))
17+
- Fix FunctionGui behavior as a class method [\#443](https://github.com/napari/magicgui/pull/443) ([hanjinliu](https://github.com/hanjinliu))
18+
- Expose QScrollArea as native widget [\#429](https://github.com/napari/magicgui/pull/429) ([dstansby](https://github.com/dstansby))
19+
- Turn off adaptive step if "step" option is given [\#425](https://github.com/napari/magicgui/pull/425) ([hanjinliu](https://github.com/hanjinliu))
20+
21+
**Tests & CI:**
22+
23+
- tests: add test for magic-class [\#447](https://github.com/napari/magicgui/pull/447) ([tlambert03](https://github.com/tlambert03))
24+
- test: change pytest testing plugin [\#438](https://github.com/napari/magicgui/pull/438) ([tlambert03](https://github.com/tlambert03))
25+
26+
**Documentation:**
27+
28+
- Fix links in documentation [\#433](https://github.com/napari/magicgui/pull/433) ([Czaki](https://github.com/Czaki))
29+
- fix docs build [\#428](https://github.com/napari/magicgui/pull/428) ([tlambert03](https://github.com/tlambert03))
30+
- Bump jupyter-book to 0.12.x [\#427](https://github.com/napari/magicgui/pull/427) ([dstansby](https://github.com/dstansby))
31+
32+
**Merged pull requests:**
33+
34+
- build: pin pyside6 extra [\#460](https://github.com/napari/magicgui/pull/460) ([tlambert03](https://github.com/tlambert03))
35+
36+
## [v0.5.1](https://github.com/napari/magicgui/tree/v0.5.1) (2022-06-14)
37+
38+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.5.0...v0.5.1)
639

740
**Fixed bugs:**
841

942
- Emit signal only if value of caterogical widget changed [\#422](https://github.com/napari/magicgui/pull/422) ([Czaki](https://github.com/Czaki))
1043

44+
**Merged pull requests:**
45+
46+
- add changelog for v0.5.1 [\#423](https://github.com/napari/magicgui/pull/423) ([tlambert03](https://github.com/tlambert03))
47+
1148
## [v0.5.0](https://github.com/napari/magicgui/tree/v0.5.0) (2022-06-13)
1249

1350
[Full Changelog](https://github.com/napari/magicgui/compare/v0.4.0...v0.5.0)
@@ -294,7 +331,7 @@
294331

295332
## [v0.2.9](https://github.com/napari/magicgui/tree/v0.2.9) (2021-04-05)
296333

297-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.9)
334+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.9)
298335

299336
**Implemented enhancements:**
300337

@@ -320,13 +357,13 @@
320357

321358
- \[pre-commit.ci\] pre-commit autoupdate [\#212](https://github.com/napari/magicgui/pull/212) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
322359

323-
## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24)
360+
## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24)
324361

325-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.8)
362+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.8rc0)
326363

327-
## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24)
364+
## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24)
328365

329-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8rc0)
366+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8)
330367

331368
**Implemented enhancements:**
332369

@@ -357,7 +394,7 @@
357394

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

360-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6rc0...v0.2.7)
397+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6...v0.2.7)
361398

362399
**Implemented enhancements:**
363400

@@ -391,13 +428,13 @@
391428
- update changelog [\#137](https://github.com/napari/magicgui/pull/137) ([tlambert03](https://github.com/tlambert03))
392429
- \[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))
393430

394-
## [v0.2.6rc0](https://github.com/napari/magicgui/tree/v0.2.6rc0) (2021-01-25)
431+
## [v0.2.6](https://github.com/napari/magicgui/tree/v0.2.6) (2021-01-25)
395432

396-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6...v0.2.6rc0)
433+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.6rc0...v0.2.6)
397434

398-
## [v0.2.6](https://github.com/napari/magicgui/tree/v0.2.6) (2021-01-25)
435+
## [v0.2.6rc0](https://github.com/napari/magicgui/tree/v0.2.6rc0) (2021-01-25)
399436

400-
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.5...v0.2.6)
437+
[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.5...v0.2.6rc0)
401438

402439
**Merged pull requests:**
403440

0 commit comments

Comments
 (0)