npm v1.2.0-beta
Pre-release
Pre-release
Beta package to coincide with the upcoming release of the FDC3 1.2 Standard.
Included in this release:
- Updated TypeScript typings to match the 1.2 API specification, including correct typings for
getCurrentChannel()
andleaveCurrentChannel()
, support forTargetApp
inopen
andraiseIntent
, andaddContextListener(contextType, handler)
acceptingnull
for thecontextType
argument - New exported ES6 functions:
getInfo()
,raiseIntentForContext()
- New exported
fdc3Ready()
utility function that wraps checks for thewindow.fdc3
global object and newfdc3Ready
event - New exported
compareVersionNumbers()
andversionIsAtLeast()
utility functions for use together withgetInfo()
- Marked
IntentResolution.data
andaddContextListener(handler)
as deprecated