Skip to content

Commit 1890143

Browse files
committed
add v0.3.5 changelog
1 parent 159ecdf commit 1890143

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

CHANGELOG.md

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

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+
330
## [v0.3.4](https://github.com/napari/magicgui/tree/v0.3.4) (2022-01-01)
431

532
[Full Changelog](https://github.com/napari/magicgui/compare/v0.3.3...v0.3.4)
@@ -180,7 +207,7 @@
180207

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

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)
184211

185212
**Implemented enhancements:**
186213

@@ -206,13 +233,13 @@
206233

207234
- \[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))
208235

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)
210237

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)
212239

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)
214241

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)
216243

217244
**Implemented enhancements:**
218245

0 commit comments

Comments
 (0)