Fields aren’t just for farmers
Hi! This big feature in this release is that you can now create and maintain your own Field
types as Field.RunAccessible
is now public. Check out the Field
interface and go crazy.
We also fixed a handful of bugs in the release. Special thanks to @pashpashpash for nudging us to cut a release.
Changelog
New!
Fixed
- fix(select): do not show title if filter is set by @caarlos0 in #633
- fix(select): make sure selected item is visible on viewport update by @caarlos0 in #632
- fix(select,multiselect): properly handle defaults and prompts by @caarlos0 in #642
- fix: Terminal.app rendering issues by @caarlos0 in #643
- fix: minimize the risk of scrolling the view up on some terminals by @aymanbagabas in #649
- fix: Add missing id initialization in field_select constructor by @forever-salty in #692
Other Stuff
- docs(readme): various small updates by @meowgorithm in #651
- chore(deps): use bubbles@master by @caarlos0 in #670
- docs(filepicker): correct godoc comment for DirAllowed function by @mohammedyh in #681
New Contributors
- @mohammedyh made their first contribution in #681
- @forever-salty made their first contribution in #692
Full Changelog: v0.7.0...v0.8.0