|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.3.5](https://github.com/napari/magicgui/tree/v0.3.5) (2022-02-07) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.3.4...v0.3.5) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Create return matcher for extensible return widget creation [\#355](https://github.com/napari/magicgui/pull/355) ([gselzer](https://github.com/gselzer)) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Add new type normalization TypeWrapper, fix builtin and optional ForwardRefs [\#362](https://github.com/napari/magicgui/pull/362) ([tlambert03](https://github.com/tlambert03)) |
| 14 | +- Fix changing choices on ComboBox [\#352](https://github.com/napari/magicgui/pull/352) ([tlambert03](https://github.com/tlambert03)) |
| 15 | + |
| 16 | +**Tests & CI:** |
| 17 | + |
| 18 | +- fix tests in xvfb-action [\#366](https://github.com/napari/magicgui/pull/366) ([tlambert03](https://github.com/tlambert03)) |
| 19 | + |
| 20 | +**Documentation:** |
| 21 | + |
| 22 | +- update napari examples [\#357](https://github.com/napari/magicgui/pull/357) ([tlambert03](https://github.com/tlambert03)) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Do not package tests [\#365](https://github.com/napari/magicgui/pull/365) ([jaimergp](https://github.com/jaimergp)) |
| 27 | +- Make Table a ValueWidget [\#360](https://github.com/napari/magicgui/pull/360) ([tlambert03](https://github.com/tlambert03)) |
| 28 | +- Update build workflow [\#344](https://github.com/napari/magicgui/pull/344) ([tlambert03](https://github.com/tlambert03)) |
| 29 | + |
3 | 30 | ## [v0.3.4](https://github.com/napari/magicgui/tree/v0.3.4) (2022-01-01)
|
4 | 31 |
|
5 | 32 | [Full Changelog](https://github.com/napari/magicgui/compare/v0.3.3...v0.3.4)
|
|
180 | 207 |
|
181 | 208 | ## [v0.2.9](https://github.com/napari/magicgui/tree/v0.2.9) (2021-04-05)
|
182 | 209 |
|
183 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.9) |
| 210 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.9) |
184 | 211 |
|
185 | 212 | **Implemented enhancements:**
|
186 | 213 |
|
|
206 | 233 |
|
207 | 234 | - \[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))
|
208 | 235 |
|
209 |
| -## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24) |
| 236 | +## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24) |
210 | 237 |
|
211 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8...v0.2.8rc0) |
| 238 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.8rc0...v0.2.8) |
212 | 239 |
|
213 |
| -## [v0.2.8](https://github.com/napari/magicgui/tree/v0.2.8) (2021-03-24) |
| 240 | +## [v0.2.8rc0](https://github.com/napari/magicgui/tree/v0.2.8rc0) (2021-03-24) |
214 | 241 |
|
215 |
| -[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8) |
| 242 | +[Full Changelog](https://github.com/napari/magicgui/compare/v0.2.7...v0.2.8rc0) |
216 | 243 |
|
217 | 244 | **Implemented enhancements:**
|
218 | 245 |
|
|
0 commit comments