Skip to content

v0.4.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@WillYallop WillYallop released this 04 May 22:22
· 1702 commits to master since this release

Features:

  • CMS frontend collection document rework.
  • New supported features section on frontend settings page. (2956ad6)

Breaking changes:

  • Group format on collection document request and response requires a group object which includes an id instead of being Fields[][]. Required for frontend to target group in a safer way. (6ee503e)

Bug Fixes:

  • Fixed type and casing errors across the frontend.
  • Fixed issue where get multiple users endpoint would return duplicate user entries. (52c6f1c)
  • Fixed count issue on selectMultipleFiltered in users repo. (7a87468)
  • Fixed count issue on selectMultipleFiltered in media repo. (ef138f5)
  • Fixed perPage query param issue where we were still looking for the previous casing version. (eb60f9b)
  • Fixed use of flatFields in collection formatter. Now returns fieldTree like the fixed and builder bricks do. (b77f892)