@finos/fdc3
Advanced tools
Changelog
[npm v1.2.0] - 2021-04-19
getInfo()
and raiseIntentForContext()
(#268, #324)fdc3Ready()
utility function that wraps checks for the window.fdc3 global object and new fdc3Ready
event (#360)compareVersionNumbers()
and versionIsAtLeast()
utility functions to complement getInfo()
(#324)addContextListener(contextType, handler)
now supports passing null
as the context type (#329)raiseIntentForContext()
method (#268)fdc3Ready
event (#269)getInfo()
method that returns implementation metadata (#324)fdc3.open()
and fdc3.raiseIntent()
now takes TargetApp
, which resolves to string | AppMetadata
(#272)AppMetadata
return type can now optionally include appId
and version
(#273)addContextListener(contextType, handler)
now supports passing null
as the context type (#329)Changelog
[npm v1.1.0] - 2021-04-14
window.fdc3
global (#252)Intents
and ContextTypes
(#264)window.fdc3
in ES6 functions, and reject or throw if not defined (#356)getCurrentChannel()
should be Promise<Channel>
(#222)fdc3.context
fdc3.instrument
fdc3.instrumentList
fdc3.contact
fdc3.contactList
fdc3.organization
fdc3.country
fdc3.position
fdc3.portfolio
window.fdc3
(#139)fdc3.getSystemChannels
fdc3.getOrCreateChannel
fdc3.joinChannel
fdc3.leaveCurrentChannel
fdc3.getCurrentChannel
Channel
interfaceDisplayMetadata
interfaceChannelError
typegetCurrentContext
(#161)AppMetadata
interface with more application properties (#157)