2.2.3
What's Changed
New features 🗹
- Expose
widget
andevent_loop
packages by @penguinolog in #646 - Introduce optional dependencies for package by @penguinolog in #650
Deprecations ⚡
- Refactoring numedit: PEP8 arguments, allow negative, type casts by @penguinolog in #636
USE PEP8 compliant arguments and deprecate old one
Allow cast IntEdit to int and FloatEdit to float
Allow negative values without changing default behavior
Bug fixes 🕷
- Fix import from deprecated internal module by @penguinolog in #645
- Fix deprecated
_set_focus
method usage by @penguinolog in #662
Documentation 🕮
- Documentation: Sphinx can build gh-pages ready by @penguinolog in #643
- Documentation: generate changelog from GH releases by @penguinolog in #648
- Documentation: Use static default text in BigText demo by @penguinolog in #651
- Documentation Remove unneeded closing tags in TOC by @penguinolog in #652
- Fix tutorial: rename
attr
tourwid_attr
by @penguinolog in #653 - Documentation: TrioEventLoop is missed by @penguinolog in #642
Refactoring 🛠
- Refactoring: Force automated import sorting for all code by @penguinolog in #637
- Refactoring: Force automated black formatting by @penguinolog in #638
- Refactoring: Force
ruff
static checker for project by @penguinolog in #639 - Refactor: fixup usage of contextlib.suppress() by @ulidtko in #640
Full Changelog: 2.2.2...2.2.3