Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#1166
41805dba
(@akphi) - BREAKING CHANGE: RenamedLegendApplicationDocumentationRegistry
toLegendApplicationDocumentationService
; the corresponding exposed attribute fromApplicationStore
is renamed fromdocRegistry
todocService
.Minor Changes
#1166
41805dba
(@akphi) - AddLegendApplicationAssistantService
andVirtualAssistant
which makes use ofLegendApplicationDocumentationService
to provide documentation library and contextual documentation forLegend
applications.#1191
353b505b
(@MauricioUyaguari) - AddBasicValueSpecificationEditor
to allow editing/updating basic value specifications like primitive values, time values (such asnow()
,today()
), etc.#1166
41805dba
(@akphi) - IntroduceLegendApplicationNavigationContextService
, which is used to track user's navigation in the app using contexts (or area/layer of the app). This is crucial to support contextual documentation help provided byvirtual assistant
.#1166
41805dba
(@akphi) - IntroduceLegendApplicationEventService
which is used to manage application events, as of now, we only use it to notify events, i.e. as a direct replacement ofEventNotifierService
.#1194
82fdd174
(@MauricioUyaguari) - AddLambdaParameterValuesEditor
to edit parameter values for a lambda.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:Minor Changes
41805dba
(@akphi) - AddBasePopper
component,popper
is similar topopover
, except that it does not come with abackdrop
.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#1190
4c076c98
(@akphi) - BREAKING CHANGE: Use@jest/globals
to importjest
constructs, such as,expect
,test
, etc. We bumped into some problem when trying to disableinjectGlobals
inJest
config, so that would be left on as default for now, but at least with this change, we restrict usage ofjest
globals in the codebase.#1190
4c076c98
(@akphi) - BREAKING CHANGE: CleanupWebpack
configuration utility: removed fieldextraBabelLoaderIncludePatterns
.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:Patch Changes
b700e876
(@YannanGao-gs) - Fix class's association property edges getting dropped when cleaning up the diagram. (#1200).@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#1105
436264af
(@hardikmaheshwari) - Remove deprecated service-store protocols.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#960
6ed0fcbc
(@akphi) - BREAKING CHANGE: RenamedhashLambda
tohashRawLambda
Minor Changes
41805dba
(@akphi) - Expose getters for elements by type in graph, e.g.classes
,enumerations
,associations
, etc.Patch Changes
#960
6ed0fcbc
(@akphi) - Adopt newgrammar - JSON
transformation API endpoints.#1185
44544fc5
(@gayathrir11) - Fix populating ofextendsClassMappingId
for class mappings (#1181).#870
8334cdcf
(@abhishoya-gs) - Add GCP Workload Identity Federation Authentication Strategy@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#1190
4c076c98
(@akphi) - BREAKING CHANGE: Use@jest/globals
to importjest
constructs, such as,expect
,test
, etc. We bumped into some problem when trying to disableinjectGlobals
inJest
config, so that would be left on as default for now, but at least with this change, we restrict usage ofjest
globals in the codebase.#1166
41805dba
(@akphi) - RemovedEventNotifierService
.Patch Changes
997ef375
(@akphi) - Make sure network client overideContent-Type
header properly when compression is enabled.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:#1166
41805dba
(@akphi) - RemoveAppHeader
component.Minor Changes
#1166
41805dba
(@akphi) - Addvirtual assistant
to provide contextual help and documentation look-up.#1194
82fdd174
(@MauricioUyaguari) - Support executing service queries with parameters.#1166
41805dba
(@akphi) - Remove application header, the menu bar is now moved toactivity bar
. RevampedAbout
dialog (now calledapplication info dialog
) to show more informations around the extensions and allow user to copy application info to clipboard to make it easer for support.Patch Changes
#1166
41805dba
(@akphi) - Removemaximize/minimize
feature as we are trying to simplify the status bar. This feature could easily be achived for wide-screen users by resizing browser window instead.#1166
41805dba
(@akphi) - BREAKING CHANGE: Update documentation key todot-separated
form.#1183
8885ce46
(@YannanGao-gs) - Fix an issue with the rendering ofSemiStructured
columns in mapping source tree (#1182).#870
8334cdcf
(@abhishoya-gs) - Add GCP Workload Identity Federation Authentication Strategy#1199
4ff8c329
(@akphi) - Properly reveal compilation error intext-mode
when loading a project inviewer mode
(#868).@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:Patch Changes
41805dba
(@akphi) - Removemaximize/minimize
feature as we are trying to simplify the status bar. This feature could easily be achived for wide-screen users by resizing browser window instead.@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
Major Changes
#1190
4c076c98
(@akphi) - BREAKING CHANGE: UseNodeNext
(ESM
module resolution strategy forTypescript
). Read more about this here. This transition would be relatively smooth, except that we must useESM
-styled import (with extensions) for relative path. For example:@finos/[email protected]
@finos/[email protected]
@finos/[email protected]