Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

2.2.0

Compare
Choose a tag to compare
@gallayl gallayl released this 08 Aug 12:21
· 77 commits to master since this release

New features

  • New Query API for building strongly typed Content Queries
  • Public Query endpoints:
    • repository.CreateQuery(...) for querying the whole repository
    • content.CreateQuery(...) for querying on a subtree of a Content
    • ContentReferenceField.Search(...) and ContentListReferenceField.Search(...) for querying available content for a specific reference field (e.g. autocomplete or picker controls)

Changes

  • Reviewed and cleaned up NPM dependencies

Fixes

  • Type casting and content construction on Collection responses
  • Fixed ContentReference and ContentListReference dirty checking