Skip to content

Release 0.15.4

Compare
Choose a tag to compare
@jmikrut jmikrut released this 05 Apr 20:30
· 8277 commits to beta since this release

0.15.4 (2022-04-05)

Bug Fixes

  • #495, avoids appending version to id queries (ab432a4)
  • default point validation allows not required and some edge cases (29405bb)
  • maintains field validation internally for speed (b99f6b1)

Features

  • allows like to search by many words, adds contain to match exact strings (ec91757)
  • extended validation function arguments (#494) (1b4b570), closes #495
  • filter relationship options in admin ui using filterOptions (485991b)
  • logging: allow pino logger options to be passed into init (6620a4f)
  • support className config for row, block and array fields (#504) (0461c21)
  • upload field implements filterOptions (1482fde)
  • WIP extended validation function arguments (647cac3)
  • working PoC for reusing relationship filters in validate (df934df)