-
Notifications
You must be signed in to change notification settings - Fork 399
v3.20.0 #1912
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A possible fix for #1733 when the data gets returned in a non-standard way.
Added missing references to webURL to service calls.
Bugfix for issue #838. When in compact mode the number of items rendered per page must match the number of all items.
* Added WidgetSize quadruple option * Updates to fix change requests
* Added more customization to the IWidgetLink * Updated docs * Various updates to resolve GitHub conversations.
* field custom sorting * sorting in mount/update + documentation --------- Co-authored-by: matteo <>
New option to set the storeLastActiveTab property of the FilePicker within the DynamicForm.
…unning of the Controls in any language (#1882)
Fix 1858 to correct Chinese localization files
DynamicForm storeLastActiveTab option
…elds-that-are-hidden-on-CT Fix 1862
SPFx 1.20 support
* #1367: added placeholder to the FilePicker "From a link" tab * #1367: update libraries layout for FilePicker "Site" tab * #1367: remove unused styles * #1367: use controlStrings instead of direct url for folder image * Update src/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.module.scss Co-authored-by: Michaël Maillot <[email protected]> * #1367: update styles --------- Co-authored-by: Michaël Maillot <[email protected]>
Adds ability to create files/folders in subfolder using DynamicForm. Closes #1901
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
v3.20.0
fixes #1416, fixes #1876, fixes #1775, fixes #1760, fixes #1367, fixes #1683, fixes #1901 and other