Releases: aws-amplify/amplify-codegen-ui
Releases · aws-amplify/amplify-codegen-ui
Release v2.16.0
Bug Fixes
- exclude __typename metadata property when querying for form data (1062bf8)
Features
Release v2.15.9
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
Bug Fixes
- remove null coalescing for graphql create forms (#1088) (bfdcb69)
Release v2.15.7
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
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.3
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
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
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)