-
Notifications
You must be signed in to change notification settings - Fork 45
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
API Reference update to cce-release-v4-oct24 #183
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,21 @@ contributors: | |
|
||
# Changelog | ||
|
||
## [4.16.11] - 2024-11-18 | ||
|
||
### Enhancements | ||
|
||
- [`CCEverywhere.appConfig.imageStyleReference`](../../v4/shared/src/types/module/AppConfig.types/interfaces/TextToImageAppConfig.md#properties): in a `createImageFromText()` module, assets can be passed as style reference from host application via `appConfig`. | ||
- [`CCEverywhere.appConfig.imageCompositionReference`](../../v4/shared/src/types/module/AppConfig.types/interfaces/TextToImageAppConfig.md#properties): in a `createImageFromText()` module, assets can be passed as composition reference from host application via `appConfig`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we add a sample here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure it would be a good idea: we've never used the changelog as a snippet repository (I checked the add-ons, too), and given the params involved in the Embed SDK in general, it could lead to lengthy snips. |
||
|
||
<!-- ### Added | ||
|
||
- Support for Safari on iOS. The SDK will no longer throw an unsupported error when accessed via Safari on iOS. --> | ||
|
||
### Bug Fixes | ||
|
||
- Video Quick Action: Animate from Audio Iframe was not allowing microphone access. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let us rephrase this to, We have fixed the issue with Animate from Audio Iframe not allowing microphone access in Video Quick Action. |
||
|
||
## [4.15.19] - 2024-10-09 | ||
|
||
### Enhancements | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Type Alias: AppConfig | ||
|
||
```ts | ||
type AppConfig: EditorAppConfig; | ||
type AppConfig: EditorAppConfig1P & EditorAppConfig; | ||
``` |
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.
Can we add a sample here?