-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] [EDT-1338] Add display value for list items (backwards compatibility layer) #426
[Feature] [EDT-1338] Add display value for list items (backwards compatibility layer) #426
Conversation
Coverage ReportCoverage report can be checked at https://cdnepgrafxstudiodev.azureedge.net/sdk/coverage/426/coverage.html Use PR sdk packageTarball can be downloaded from https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/426/studio-sdk.tgz To use in local project, change package.json to use local tarball "dependencies": {
"@chili-publish/studio-sdk": "https://cdnepgrafxstudiodev.azureedge.net/sdk/dev-packages/426/studio-sdk.tgz"
} |
302e80c
to
331dc9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to export ListVariableItem
type from index.ts
in this case?
6e2a47b
to
3d1a898
Compare
Part 1 of 2.
In this PR a backwards compatibility layer is created to keep the contracts working with the new engine feature.
Related tickets