v1.2.0-beta
版本发布时间: 2021-04-15 04:43:52
finos/FDC3最新发布版本:v2.1(2023-09-14 22:09:37)
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