Skip to content

Release v2.7.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 01:57

Bug Fixes

  • add form datamodel to requiredDataModels for renderComponentOnly (#815) (f0d74e5)
  • add importCollection to renderComponentOnly return (#813) (609ffc2)
  • add temp solution for removing hasOne & belongsTo relationships (22e3838)
  • alias form model names so we do not get naming collisions (#771) (2746004)
  • allow empty non-required fields to save (3524702)
  • array field implementation for model types api update (#775) (d63d502)
  • bad merge conflict (cad4606)
  • cli test fix (96a5af9)
  • fix a bug (ef5ea3c)
  • fix ArrayField label (13e33e5)
  • fix conditional (daf5a0b)
  • fix datastore submit statement (#800) (f00cf16)
  • fix label and edit behavior of hasOne relationship field (ece13b6)
  • fix merge conflicts (2ad276c)
  • handle association breaking changes for new schema (f63a424)
  • hasMany integ test (927d61b)
  • hide cancel button by default (#696) (662dd10)
  • load hasOne and hasMany relationships for collections the ds v4 way (2b789ff)
  • reverting schema change for model based hasMany integ test (95e8f14)
  • set authModeStrategyType in e2e test (eb3496e)
  • support display value for array of enums (10ed135)
  • unmatching schema in hasMany integ test (44ca4fb)
  • updating snapshot (d19ea80)
  • use lowercase datatype name for update form query (#855) (bf8ae6f)

Features

  • add feature flags for relationship and non-model form fields support (40bfeec)
  • add getAliasMap method to importCollection (cb49a06)
  • add handling for excluded sectional elements (1f693d6)
  • add relationship suggestion query to forms (#722) (deed693), closes #721
  • add support for hasMany relationship for create and update form (#792) (fb6f79e)
  • add support for manyToMany update form (264c92b)
  • adding many to many support for form creation (e7852c3)
  • adding many-to-many relationship create form golden file (a0c5cbe)
  • have Autocomplete props support composite keys (9b197c1)
  • init form support for has-one relationship (#718) (1196013)
  • support cpk for forms with hasMany relationship (ab9862f)
  • support cpk for manyToMany form (c5d6abd)
  • support cpk in forms with hasOne relationship (aabe2f8)
  • support hasMany and manyToMany between models with composite keys (bd65d82)

Reverts

  • Revert "chore: temporarily typecast custom theme" (fa4769b)