-
Notifications
You must be signed in to change notification settings - Fork 1k
Release Notes Drop 3
Ian Clanton-Thuon edited this page Sep 13, 2016
·
6 revisions
Expect September to be relatively quiet, but we'll still release minor updates throughout the month. Drop 3 of the framework has a few changes to the property pane APIs in the sp-client-preview package, and some small fixes to the build toolchain.
-
BaseClientSideWebPart::onAfterPropertyPaneChangesAppliedhas been removed -
BaseClientSiteWebPart::onPropertyPaneConfigurationStartas been removed -
BaseClientSideWebPart::propertyPaneRenderedByWebParthas been removed -
BaseClientSideWebPart::onPropertyPaneConfigurationCompletehas been renamed toonPropertyConfigurationComplete -
BaseClientSideWebPart::onPropertyPaneSavehas been added
-
IPropertyPaneData::onConfigurationEventhas been removed, replaced by IPropertyPaneData::onCloseIPropertyPaneData::onConfigurationCompleteIPropertyPaneData::onLostFocusIPropertyPaneData::onSave
The entries for this enum have been tweaked
-
combokeysadded to typings in generated project (makes it easier to use the@microsoft/sp-module-loader) -
gulp --tasksno longer returns an error. Should make integration with IDEs like WebStorm easier - Adding
--no-installto yo @microsoft\sharepoint will skip the install step. - The title and description of component feature XML is now correct.
-
Getting Started