Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #770 from aws-amplify/many-to-many-update-golden-file
* feat: init form support for has-one relationship (#718) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: wrap relationship fields in ArrayField (#719) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: split up form-renderer-helper (#720) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: map props on relationship-based Autocomplete (#721) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: add relationship suggestion query to forms (#722) * feat: add relationship suggestion query * chore: map props on relationship-based Autocomplete (#721) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: add relationship suggestion query * fix: remove extra declarations Co-authored-by: Scott Young <scoyou@amazon.com> Co-authored-by: Hein Jeong <73264629+hein-j@users.noreply.github.com> Co-authored-by: Hein Jeong <heinje@amazon.com> * fix: hide cancel button by default (#696) * chore: modify ArrayField to support has-one relationships (#724) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: support not-model HAS_ONE relationships (#726) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: map type file for model fields (#727) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: add handling for excluded sectional elements * fix: cli test fix * fix: handle association breaking changes for new schema * Add support for "belongsTo" relationships for create forms (#755) * feat: wip belongs to support * feat: belongsTo working for create form * chore: add golden file for belongsTo create form * fix: arrayfield/autocomplete bugs * chore: update snapshots * chore: handle review comments * chore: add tests and update snapshots * feat: adding many to many support for form creation * test: fix tests * test: fix test * feat: adding many-to-many relationship create form golden file * chore: update create file * test: fix test * test: fix unit tests * test: fix tests * fix: fix merge conflicts * test: fix timestamp type * chore: add tag update form golden file with manyToMany relationship Co-authored-by: Hein Jeong <73264629+hein-j@users.noreply.github.com> Co-authored-by: Hein Jeong <heinje@amazon.com> Co-authored-by: Scott Young <snyoung@gmail.com> Co-authored-by: Scott Young <scoyou@amazon.com> Co-authored-by: Josue Ruiz <7465495+SwaySway@users.noreply.github.com> Co-authored-by: Roshane Pascual <rotp@amazon.com> Co-authored-by: Brandon Lyons <lyonsbp@amazon.com>
- Loading branch information