- Fixes 251, 252.
- Added v3 note.
- Improves docs.
- Added ``BaseImage`` methods ``get_path``, ``get_drawing_mode``, ``set_drawing_mode``, ``get_drawing_offset``, and ``set_drawing_offset``.
- New ``PYGAME_WINDOWCLOSE`` event locals.
- Fix several typing issues.
- Removed ``**kwargs`` from ``Menu`` constructor.
- Improve computation of max/min widget position.
- Improved widget positioning on Menu centering.
- New ``Menu`` method ``get_height`` and ``set_title``.
- New ``MenuBar`` widget method ``get_title_offset``.
- Fixed ``ScrollBar`` constructor parameter ``onchange``.
- New ``Widget`` methods ``get_position``, ``get_width``, ``get_height`` and ``get_size``.
- Fixed ``Selection`` ``get_height`` method.