Skip to content
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

Version 4 #2747

Merged
merged 4 commits into from
Jul 26, 2023
Merged

Version 4 #2747

merged 4 commits into from
Jul 26, 2023

Conversation

patrick-rodgers
Copy link
Member

Category

  • Bug fix?
  • New feature?
  • New sample?
  • Documentation update?

Version 4 stuff!

Added

  • graph

    • explict error thrown if SPFx context is null or undefined when needed
  • sp

    • explict error thrown if SPFx context is null or undefined when needed

Removed

  • graph

    • paged method removed from IGraphQueryableCollection
  • sp

    • getPaged method removed from _Items/IItems
    • PagedItemCollection removed from library
    • removed /items/get-all import, unneeded, use async iterator patterns

Changed

  • graph

    • IGraphQueryableCollection now supports async iterator pattern
    • IGraphQueryableCollection count method now returns -1 if the collection does not support counting
    • All GraphQueryable*, _GraphQueryable*, and IGraphQueryable* have been renamed to remove "Queryable" (ex: GraphQueryableCollection is now GraphCollection)
  • sp

    • _Items and IItems now supports async iterator pattern

@patrick-rodgers patrick-rodgers merged commit 50fe177 into pnp:version-4 Jul 26, 2023
1 check passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant