This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Release notes for 1.13.0 beta.11
John Nguyen edited this page Jul 2, 2021
·
1 revision
This is going to the last release of the beta packages on the private GitHub npm feed...because we're going public! Well, public beta to be specific.
In July, we'll be opening up the Viva Connections Extensibility Private Beta to be public. As part of the announced plans to start doing SPFx public betas, we'll be making ACE development available on the hosted Workbench. We will continue to maintain a separate GitHub issue list for the beta program. Additionally, the Viva Connections web preview will still be available to opt into through the same form used to enroll into the private beta.
- Fluent icon font name do not work for
iconProperty
#2 - Installing Trust Dev Certificate #3
- Dashboard: Doesn't support loading from localhost:4321 #13
-
AdaptiveCardExtensionContext.deviceContext: DeviceContext
- Provides context on what type of device the ACE is rendering on. This can impact the availability and/or behavior of certain APIs.
-
BaseAdaptiveCardExtension.onAfterPropertiesUpdatedExternally(): void
- Virtual lifecycle method invoked when the ACE has had its properties changed from a source other than the Property Pane. For example, Undo/Redo on the Authoring Canvas.
-
ISubmitCardAction.confirmationDialog: IConfirmationDialog
- Card view submit actions can now invoke a confirmation dialog to confirm if the user wants to continue with the submit action.
- No APIs have changed
- The local workbench has been deprecated in this release. You can now set a hosted Workbench URL to open when
gulp serve
is run.