@glue42/fdc3
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,13 @@ | ||
3.1.1. | ||
bugfix: findIntent filters handlers by contextType | ||
bugfix: findIntentsByContext filter handlers by contextType | ||
bugfix: raiseIntent opens Intents Resolver UI | ||
bugfix: addIntentListener uses glue.intents.register if present | ||
bugfix: open resolves when the opened app launches and adds a context listener for the passed contextType | ||
bugfix: getAppMetadata returns correct properties | ||
bugfix: getOrCreateChannel throws if user channel is passed | ||
bugfix: joinUserChannel throws if trying to join an app channel | ||
bugfix: addContextListener handler is not invoked if another app broadcasts non fdc3 data | ||
bugfix: addContextListener adds a pending listener when invoked while not joined on a channel | ||
bugfix: channel's addContextListener does not replay when there's an existent fdc3 data on the app channel | ||
3.1.0 | ||
@@ -2,0 +14,0 @@ feat: updated all dependencies to the latest major versions |
{ | ||
"name": "@glue42/fdc3", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Glue42 implementation of the FDC3 standard", | ||
@@ -49,3 +49,3 @@ "main": "dist/fdc3.umd.js", | ||
}, | ||
"gitHead": "42f437e378de934ee7627d2e5ad683ed8faaa268" | ||
"gitHead": "dc371cb987524f4b0f2180ccc4b1d6ea9b92f046" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
292980
6045