Release 2.0.0-alpha.1
Pre-release
Pre-release
2.0.0-alpha.1 (2020-09-30)
Bug Fixes
- bug causing feature loading to fail (83b716c)
Code Refactoring
- move dom utils to a separate field in
WebjsContext(4a0a291) - rename
Feature.featureIdentifiertoindentifier(8ffe989) - rename
WebjsContext.postShellMessagetopostMessageToShell(fd7bc00) - replace onDOMError with onWebFeatureError (2dacca5)
Features
- support for multiple handlers in a single feature (9313f07)
- support sending messages from shell to Web (a76d3b4)
BREAKING CHANGES
- rename
Feature.featureIdentifiertoindentifier - replace onDOMError with onWebFeatureError
- move dom utils to a separate field in
WebjsContext - rename
WebjsContext.postShellMessageto
postMessageToShell - renamed
FeatureBuilder.withHandlerEventPropto
withHandlerPropto prepare for bilateral communication.