Skip to content

Conversation

@AJIXuMuK
Copy link
Collaborator

@AJIXuMuK AJIXuMuK commented Nov 9, 2025

Q A
Bug fix? [ ]
New feature? [ ]
New sample? [ ]
Related issues? fixes #2033 fixes #2036 fixes #1870 fixes #2022 fixes #2025 fixes #2047 fixes #2045 fixes #2051 fixes #1401 fixes #2040

What's in this Pull Request?

V 3.23.0

Ateina and others added 30 commits April 6, 2025 00:52
…d as non-required component properties. Renamed MAX_ROW_HEIGHT to MAX_WIDTH.
Add the option to pass an URL of the site.
…es for improved theme handling and styling consistency
Without the import @pnp/sp/files the methid _getFiles will fail as 
web.getFolderByServerRelativePath(folderRelativeUrl).files
will be undefined and therfore the next .select will fail.

adding the import fixed the issue
…ders-incorrectly

Fix issue with RichText toolbar not rendering correctly
AJIXuMuK and others added 29 commits October 12, 2025 16:35
…aracters-issue

Fix special characters encoding in ListItemComments. Closes #2047
Update FolderExplorerService.ts to add import @pnp/sp/files
FluentProvider to SelectFromSharePoint component so token is not undefined
Modified SPService methods (addAttachment and deleteAttachment) to return the updated item with new ETag.
Added onAttachmentChange callback prop to ListItemAttachments and UploadAttachment components.
Components now notify parent components when attachments are modified so ETag can be updated.

Co-authored-by: AJIXuMuK <[email protected]>
Added public updateETag method to DynamicForm to allow external updates when list item is modified.
Updated documentation for both ListItemAttachments and DynamicForm with integration examples.
This completes the fix for ETag conflict errors when using attachments with DynamicForm.

Co-authored-by: AJIXuMuK <[email protected]>
Fix: Replace missing indent icon names in RichText control
Fix ETag conflict errors when using ListItemAttachments with DynamicForm
…taxpicker-default-value

Bugfix 2040: Changed to get the default value for ModernTaxonomyPicker
@AJIXuMuK AJIXuMuK merged commit 5a3ee00 into master Nov 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment