|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v0.6.0](https://github.com/napari/magicgui/tree/v0.6.0) (2022-10-21) |
| 3 | +## [0.6.0rc1](https://github.com/napari/magicgui/tree/0.6.0rc1) (2022-10-22) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.5.1...v0.6.0) |
| 5 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.6.0rc0...0.6.0rc1) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- feat: add context manager for register\_type [\#470](https://github.com/napari/magicgui/pull/470) ([tlambert03](https://github.com/tlambert03)) |
| 10 | +- feat: click on button return [\#468](https://github.com/napari/magicgui/pull/468) ([tlambert03](https://github.com/tlambert03)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- fix: Fix persist on magicgui method decorator [\#469](https://github.com/napari/magicgui/pull/469) ([tlambert03](https://github.com/tlambert03)) |
| 15 | +- fix: handle case of bad parameter cache file read [\#467](https://github.com/napari/magicgui/pull/467) ([tlambert03](https://github.com/tlambert03)) |
| 16 | +- use math.ceil to ensure get\_text\_width returns int [\#465](https://github.com/napari/magicgui/pull/465) ([psobolewskiPhD](https://github.com/psobolewskiPhD)) |
| 17 | +- Fix ipynb PushButton [\#464](https://github.com/napari/magicgui/pull/464) ([hanjinliu](https://github.com/hanjinliu)) |
| 18 | + |
| 19 | +## [v0.6.0rc0](https://github.com/napari/magicgui/tree/v0.6.0rc0) (2022-10-21) |
| 20 | + |
| 21 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.5.1...v0.6.0rc0) |
6 | 22 |
|
7 | 23 | **Implemented enhancements:**
|
8 | 24 |
|
|
25 | 41 |
|
26 | 42 | **Documentation:**
|
27 | 43 |
|
| 44 | +- docs: changelog v0.6.0 [\#462](https://github.com/napari/magicgui/pull/462) ([tlambert03](https://github.com/tlambert03)) |
28 | 45 | - Fix links in documentation [\#433](https://github.com/napari/magicgui/pull/433) ([Czaki](https://github.com/Czaki))
|
29 | 46 | - fix docs build [\#428](https://github.com/napari/magicgui/pull/428) ([tlambert03](https://github.com/tlambert03))
|
30 | 47 | - Bump jupyter-book to 0.12.x [\#427](https://github.com/napari/magicgui/pull/427) ([dstansby](https://github.com/dstansby))
|
|
331 | 348 |
|
332 | 349 | ## [v0.2.9](https://github.com/napari/magicgui/tree/v0.2.9) (2021-04-05)
|
333 | 350 |
|
334 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.9) |
| 351 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.9) |
335 | 352 |
|
336 | 353 | **Implemented enhancements:**
|
337 | 354 |
|
|
357 | 374 |
|
358 | 375 | - \[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))
|
359 | 376 |
|
360 |
| -## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24) |
| 377 | +## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24) |
361 | 378 |
|
362 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.8rc0) |
| 379 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.8) |
363 | 380 |
|
364 |
| -## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24) |
| 381 | +## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24) |
365 | 382 |
|
366 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8) |
| 383 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8rc0) |
367 | 384 |
|
368 | 385 | **Implemented enhancements:**
|
369 | 386 |
|
|
0 commit comments