Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cloud interop version to 0.36.12 #720

Merged
merged 33 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5d3a5ed
Add additional action for a workspace lifecycle event.
johnman Apr 10, 2024
2b0b4f1
Improving FDC3 docs to make it easier to learn about fdc3 (#704)
johnman Apr 11, 2024
1a52503
Merge branch 'main' into workspace/vnext
johnman Apr 12, 2024
194d60c
Update versioning in docs
johnman Apr 12, 2024
11f4a28
Window state improvements and dependency pinning.
johnman Apr 12, 2024
fc8bbdb
Update the launch script for workspace v18
johnman Apr 12, 2024
bbbb95e
Include window state on page save
johnman Apr 12, 2024
bbc2630
Remove rspack
johnman Apr 12, 2024
94a2ffe
Gave greater control over what is built.
johnman Apr 12, 2024
6592b97
Added Cloud Interop support with documentation.
johnman Apr 12, 2024
a92d043
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 12, 2024
bf7ffcf
Added option of creating analytics for your modules (except analytics…
johnman Apr 16, 2024
fd4c413
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 16, 2024
c9e78ce
Bump versions for v18 Beta Release
johnman Apr 18, 2024
d00722d
Improved how appIds associated with views/windows are validated (#708)
johnman Apr 19, 2024
d8d00ec
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 19, 2024
ec1bc66
Updated Snap to 0.3.0 (#710)
johnman Apr 23, 2024
c998fc8
Merge branch 'main' into workspace/vnext
johnman Apr 23, 2024
7cc29db
Update snap version to 0.3.0
johnman Apr 23, 2024
aeea0f3
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 23, 2024
8f8aa83
Bumping runtime version to take in patched runtime.
johnman Apr 24, 2024
6f155e8
Added a classic app example and the ability to easily test snap with …
johnman Apr 25, 2024
ea4a5ea
Added restrictive model for launch external process and updated docs …
johnman Apr 26, 2024
bfa42cf
Merge branch 'main' into workspace/vnext
johnman Apr 26, 2024
cf75f82
Update version paths in snap example
johnman Apr 26, 2024
ecca673
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 26, 2024
ca95520
Update workspace to 18.0.9
johnman Apr 27, 2024
0bd7992
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 27, 2024
440480f
Update cloud interop to 0.36.11
johnman Apr 30, 2024
20e1478
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman Apr 30, 2024
44ddca2
Remove native ui automation until a review is performed.
johnman Apr 30, 2024
4c391f9
Update cloud interop version
johnman May 7, 2024
2dabbae
Merge remote-tracking branch 'origin/workspace/v18.0.0' into workspac…
johnman May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to/support-context-and-intents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/cloud-interop": "0.36.11",
"@openfin/cloud-interop": "0.36.12",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion how-to/workspace-platform-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@finos/fdc3": "^2.0.3",
"@openfin/cloud-interop": "0.36.11",
"@openfin/cloud-interop": "0.36.12",
"@openfin/openid-connect": "^1.0.0",
"@openfin/snap-sdk": "0.3.0",
"@openfin/workspace": "18.0.9",
Expand Down
40 changes: 26 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading