Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: InteropIO/finsemble-fdc3

Release 5.2.0

23 Mar 13:20
Compare
Choose a tag to compare
update version

Release 5.1.2

01 Dec 19:42
f690785
Compare
Choose a tag to compare

5.1.2 FDC3

Release 5.1.1

12 Nov 14:30
c2996d5
Compare
Choose a tag to compare
docs: #id 28523 dot-net FDC3 README (#8)

[28523](https://cosaic.kanbanize.com/ctrl_board/111/cards/28523/details/)
README for dot-net fdc3

Release 5.0.0

12 Nov 14:29
Compare
Choose a tag to compare
Merge branch 'master' into planned/5.0.0

Release 4.5.0

12 Nov 14:29
6a88793
Compare
Choose a tag to compare
add window to intentListener. (#14)

Intent resolver was previously sending context to all components that had set up an intentListener but only when sending context to an existing open component, not a newly spawned one.
The fix specifies a window name to restrict which item should receive the intent context when using the Intent Resolver UI to pass context to an open component.

### Example / Steps to test:

1. Open  multiple components with the same intent e.g. **ViewChart**
1. Call `fdc3.raiseIntent("ViewChart", {type:"fdc3.instrument",id:{ticker:"AAA"}})`
1. Intent Resolver UI will open
1. Select a component that is already open using the Intent Resolver
1. The selected component's context should be updated (Symbol on a chart for example) but other components that are listening to **ViewChart** should NOT be updated.

### Checks:

- [ ]  Only the selected component received the updated component ✔
- [ ]  All components context was updated ❌

Release 4.3.0

16 Jun 20:42
90f84d0
Compare
Choose a tag to compare
First Release!! (#1)

* initiall commit

* added typescript for type checking

* updates to config and other files.

- Configs and webpack entries for each folder.
- Intent Resolver updates
- DesktopAgent changes

* updates to the readme

* Update README.md

* Update README.md

* fix building and some service errors, add docs

* minor update to readme

* fix spurious errors and random window movement

* Typo

* Update README.md

Added the missed npm install command

* added developer license

* updated sample code in tester

* update version and package name

Co-authored-by: WatsonCIQ <chris.watson@chartiq.com>
Co-authored-by: Chris Watson <47246322+WatsonCIQ@users.noreply.github.com>
Co-authored-by: kyle-ciq <50030302+kyle-ciq@users.noreply.github.com>