|
1 | 1 | # Changelog
|
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 39 |
|
7 | 40 | **Fixed bugs:**
|
8 | 41 |
|
9 | 42 | - Emit signal only if value of caterogical widget changed [\#422](https://github.com/napari/magicgui/pull/422) ([Czaki](https://github.com/Czaki))
|
10 | 43 |
|
| 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 | + |
11 | 48 | ## [v0.5.0](https://github.com/napari/magicgui/tree/v0.5.0) (2022-06-13)
|
12 | 49 |
|
13 | 50 | [Full Changelog](https://github.com/napari/magicgui/compare/v0.4.0...v0.5.0)
|
|
294 | 331 |
|
295 | 332 | ## [v0.2.9](https://github.com/napari/magicgui/tree/v0.2.9) (2021-04-05)
|
296 | 333 |
|
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) |
298 | 335 |
|
299 | 336 | **Implemented enhancements:**
|
300 | 337 |
|
|
320 | 357 |
|
321 | 358 | - \[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))
|
322 | 359 |
|
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) |
324 | 361 |
|
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) |
326 | 363 |
|
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) |
328 | 365 |
|
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) |
330 | 367 |
|
331 | 368 | **Implemented enhancements:**
|
332 | 369 |
|
|
357 | 394 |
|
358 | 395 | ## [v0.2.7](https://github.com/napari/magicgui/tree/v0.2.7) (2021-02-28)
|
359 | 396 |
|
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) |
361 | 398 |
|
362 | 399 | **Implemented enhancements:**
|
363 | 400 |
|
|
391 | 428 | - update changelog [\#137](https://github.com/napari/magicgui/pull/137) ([tlambert03](https://github.com/tlambert03))
|
392 | 429 | - \[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))
|
393 | 430 |
|
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) |
395 | 432 |
|
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) |
397 | 434 |
|
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) |
399 | 436 |
|
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) |
401 | 438 |
|
402 | 439 | **Merged pull requests:**
|
403 | 440 |
|
|
0 commit comments