Releases: Workiva/w_module
Releases · Workiva/w_module
w_module 0.2.0
This pre-1.0 minor release of w_module adds some new features, tests, and has breaking changes.
Features
Other Breaking Changes
- #8: ViewModule and
buildComponent()
no longer exist. Instead, the base Module class has a newcomponents
getter. As a module author you are expected to return a custom components class from thecomponents
getter if your module exposes view components. usage example - #16: New approach to exposing events in a module using a new DispatchKey.
w_module 0.1.0
This is the first release of w_module. Check out the README for usage information.