- Context.Provider is now a normal Provider
- Added a Scope component in the context for changing debug and options in scope
- Removed the "debugDescendants" prop and replaced with "debugScope"
- Fixed known bugs with inheritance
- Created a storybook to demonstrate features
- Added support for option-less context.
- Enable/disable debugging by setting true/false for
debugproperty of wrapped component. - Set debug options by setting
debugproperty to an options object. - Enable/disable debugging in descendant components using the
debugDescendantsproperty. - Set options for descendants by setting the
debugDescendantsproperty to an options object. - Support for namespaced options
- Removed disabling debugging globally, it did not work consistently.