Skip to content

v0.5.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@WillYallop WillYallop released this 27 May 11:36
· 1580 commits to master since this release
bddce4a

Bug Fixes:

  • Fixed bug where field translation values where still being set on front and backend despite collections having translation set to false. (16f1ada)
  • Fixed bug in flatten fields function on backend that was dropping fields that do not have translations enabled and where the value is empty. (449ab1d)
  • Fixed issue with link select modal not clearing previously opened link on close. (6b190a8)
  • Fixed document row and get field/meta helpers to use param collection translation value or brick store collection translation value. (dfea7a0c)
  • Fixed issue with document builder when in create mode where collection refetch on tab switch would reset field data. (3787ce3)