Skip to content

Releases: aws-amplify/amplify-codegen-ui

Release v2.16.0

28 Sep 21:16
9c8c0ac
Compare
Choose a tag to compare

Bug Fixes

  • exclude __typename metadata property when querying for form data (1062bf8)

Features

Release v2.15.9

06 Sep 01:08
2ed6885
Compare
Choose a tag to compare

Bug Fixes

  • add missing support for GraphQL collections without pagination (19f3e5f)
  • move graphql collection 'items' property access off of result variable (143ec64)
  • use itemesPerPage for graphql collection query limit (#1092) (96e6df6)

Release v2.15.8

22 Aug 19:46
Compare
Choose a tag to compare

Bug Fixes

  • remove null coalescing for graphql create forms (#1088) (bfdcb69)

Release v2.15.7

22 Aug 00:58
Compare
Choose a tag to compare

Bug Fixes

  • change model type to any if no graphql types (#1086) (4cc0755)
  • update inputs for linking and unlinking bidirectional relationships (#1085) (f62567e)

Release v2.15.6

18 Aug 20:41
Compare
Choose a tag to compare

Bug Fixes

  • add fallback for non-required fields on submit (ae87118)
  • collection components should not directly query for child collection data (0a83efb)
  • conditionally set selected record state (604e0e9)
  • reorder state for badge text and field value (e17d8b5)

Release v2.15.5

17 Aug 20:03
3674ebd
Compare
Choose a tag to compare

Bug Fixes

Release v2.15.4

17 Aug 16:29
Compare
Choose a tag to compare

Bug Fixes

Release v2.15.3

14 Aug 18:17
7294698
Compare
Choose a tag to compare

Bug Fixes

  • add parent id to update requests (4c029a2)
  • pluralize table name when building join table index query (96059ad)
  • remove belongsto field for update related model expression (#1071) (5c5ae99)
  • use custom primary key name when fetching record for update form (210f9e0)

Release v2.15.2

11 Aug 08:13
Compare
Choose a tag to compare

Bug Fixes

  • support update graphql call with custom keys (4fdcb32)
  • update create parent and update child graphql expressions (f19993f)
  • use key values for relationships on modelFieldsToSave instead of full models (102206b)

Reverts

  • Revert "fix: use related fields for has_one and belongs_to properties when building GraphQL API payloads" (c7df29a)

Release v2.15.1

08 Aug 18:09
Compare
Choose a tag to compare

Bug Fixes

  • add fallback to record items (4d95d36)
  • consolidate batch errors when using GraphQL (af94de2)
  • fetch all related records initially (37ce0b5)
  • remove trim on empty string replace, use null for replacement value (7ab5bc3)
  • update variables to match local state (#1062) (f016f36)
  • use related fields for has_one and belongs_to properties when building GraphQL API payloads (e12116a)