- Refactoring of `ButtonGroup`, including API breaking change - if no hidden values are specified, `ButtonGroup.value` now returns the text value not a generate string number [178](https://github.com/lawsie/guizero/issues/178)
- A widgets properties `bg`, `text_color`, `text_size`, `font`, `width`, `height` can be restored by to their default by setting them to `None` [181](https://github.com/lawsie/guizero/issues/181)
- Slider is now sized properly when orientated vertically [186](https://github.com/lawsie/guizero/issues/186)
- `Combo` and `ButtonGroup` now support `append`, `insert`, `remove`, `clear` and depreciated `add_option` [180](https://github.com/lawsie/guizero/issues/180)
- Refactoring of class hierarchy
- Various bug fixes
- contributors [martinohanlon](https://github.com/martinohanlon)