Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
- New and adjusted methods in
ViewInterface
. - Some methods became mutating instead of immutable since it is desired behavior considering sub-views and layout.
- A simple view context class,
ViewContext
, was added.