Collection improvements v2#51
Conversation
…lectinos/members fields
…p level v2 classes
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
@stephenwf Thank you for bringing in the collections page support early. This will help a lot! |
|
No problem! I thought I'd get it done while the conference was still fresh! I'm working on an extension of Vault to support loading too. Which has brought out a few details. Such as this: When you load a page the ID is the same for every page (it doesn't include Also it's really tricky to get a "page size" and not all collections out there have a "total" field, so pagination is mostly limited to a "next" if you're loading hosted collections. Also a build of Theseus here too trying to shake out any potential issues. |
navPlacewhen serialising{"none": [""]}instead of{"none": ["Unknown"]}@contextvalue for Manifests/Collections with navPlace extensionfirst,next,prevandtotalproperties to Collections when upgrading to allow tools to use upgraded Collections in code - adding since its confirmed these properties are returning in v4.0. (I've called this "3.1" in the code).