Skip to content

Release 2.0.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@jsamr jsamr released this 30 Sep 21:32
· 129 commits to master since this 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.featureIdentifier to indentifier (8ffe989)
  • rename WebjsContext.postShellMessage to postMessageToShell (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.featureIdentifier to indentifier
  • replace onDOMError with onWebFeatureError
  • move dom utils to a separate field in WebjsContext
  • rename WebjsContext.postShellMessage to
    postMessageToShell
  • renamed FeatureBuilder.withHandlerEventProp to
    withHandlerProp to prepare for bilateral communication.