Releases: maxfordham/ipyautoui
Releases · maxfordham/ipyautoui
v0.7.20 (2024-09-11)
What's Changed
- ✨ Add support button to
CrudButtonBar
by @jgunstone in #341
Full Changelog: 0.7.19...0.7.20
v0.7.19 (2024-07-23)
What's Changed
- 🐛 Fix bugs in setting FileChooser value by @mwcraig in #323
- 🐛 Check for private traits with similar naming in
kwargs
by @ollyhensby in #327 - 🐛 Only set html_unit value if unit defined by @ollyhensby in #328
- 🐛 Ensure value is set for non-nullable fields in AutoObject by @ollyhensby in #331
- 🐛 Inconsistency between value and selected in customfilechooser by @jgunstone in #337
- ✨ Add unit to TitleDescription by @ollyhensby in #325
- ✨ GridSchema: if value missing, use default value from schema by @ollyhensby in #333
- ✨ EditGrid: add update from schema method by @ollyhensby in #335
- ✨ Add maplist by @jgunstone in #326
Full Changelog: 0.7.18...0.7.19
v0.7.18 (2024-05-23)
What's Changed
- 🐛 Resolve context menu positioning bug & backend
_data
issue by @jgunstone in #318 - 🎨 Implement black formatting by @ollyhensby in #319
- 📃 Fix workflow badge by @ollyhensby in #321
- 👷♂️ Fix deploy book workflow by @ollyhensby in #322
Full Changelog: 0.7.17...0.7.18
v0.7.17-Fix AutoObject null issue
What's Changed
- ♻️ Create is_null function and implement where pd.isnull is used by @ollyhensby in #317
Full Changelog: 0.7.16...0.7.17
v0.7.16-minor updates
What's Changed
- 310-fix-duplicate-titledescription-for-container-widgets by @jgunstone in #311
- pin ipydatagrid<1.3. ipydatagrid>1.3 has made back-end changes that affect the way EditGrid works. by @jgunstone in #314
- in this release we'll pin the old version and then do a major release to implement the new functionality
Full Changelog: 0.7.15...0.7.16
v0.7.15 - Fix widget indentation and FileChooser
What's Changed
- 297-filter_pattern-in-a-field-does-not-get-sent-to-filechooser by @jgunstone in #298
- 🐛 Fix display issue of nested widgets with nullable by @ollyhensby in #302
- 🐛 Fix indenting of widgets in AutoObject by @ollyhensby in #303
Full Changelog: 0.7.14...0.7.15
v0.7.14-Update SvgSpinner Input
v0.7.13-Bugfix SvgSpinner and FileDownload
What's Changed
- 🐛 Reset spinners and times shown on start by @ollyhensby in #294
- 🐛 Clear output after file download triggered by @ollyhensby in #295
Full Changelog: 0.7.12...0.7.13
v0.7.12-Bugfix issue with title in nested fields
What's Changed
- 290-a-title-is-not-generated-in-nested-models-if-a-custom-description-is-provided by @jgunstone in #293
Full Changelog: 0.7.11...0.7.12
v0.7.11 add timer to ExecuteTasks
What's Changed
- ✨-add-time-elapsed-functionality-to-ExecuteTasks by @jgunstone in #288
Full Changelog: 0.7.10...0.7.11