-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge main #532
Merge main #532
Conversation
…queries (#519) * chore: add form-related types (#469) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: add form definition mapper (#470) Co-authored-by: Hein Jeong <heinje@amazon.com> * test: update cypress setup (#472) * chore: update cli setup flow and update react peerDep (#473) * feat: adding string format types in lib * feat: add base form to component mapper with updated datastore types * chore: audit fix and peerDep of datastore * chore: update deps in lock files * feat: add base form renderer and amplify form renderer classes * chore: update form definition mapper (#489) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: string formatter util functions * feat: view types and string formatting on view config * fix: optional enum type and nullish handling * chore: map input and sectional form elements (#493) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: adding types for Slot * fix: rename Slot to Amplify.Slot * chore: add util to map datastore schema to generic (#498) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: support slot binding (#499) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: skip field generation for read-only fields (#501) * chore: skip field generation for read-only fields * chore: skip field generation for read-only fields * chore: skip field generation for read-only fields * chore: skip field generation for read-only fields * chore: skip field generation for read-only fields Co-authored-by: Scott Young <scoyou@amazon.com> * chore: add validation field types for forms (#502) Co-authored-by: Justin Shih <jushih@amazon.com> * feat: expand return type of overrideItems (#504) * chore: clean up form definition mapper (#508) Co-authored-by: Hein Jeong <heinje@amazon.com> * chore: add form field validation function and additional validation types (#507) Co-authored-by: Justin Shih <jushih@amazon.com> * chore: rev recommended version of ui-react (#513) Co-authored-by: Hein Jeong <heinje@amazon.com> * feat: add nested query if data schema is passed down * chore/main merge (#516) * chore(release): update package with security issue * fix: handle auth prop in concat * chore(release): security issues in dependencies Co-authored-by: Kevin Pranoto <kpranoto@amazon.com> * chore: update mocked to use jest.mocked Co-authored-by: Hein Jeong <73264629+hein-j@users.noreply.github.com> Co-authored-by: Hein Jeong <heinje@amazon.com> Co-authored-by: Kevin Pranoto <kpranoto@amazon.com> Co-authored-by: Scott Young <scott1337@hotmail.com> Co-authored-by: Scott Young <scoyou@amazon.com> Co-authored-by: Justin Shih <36183898+Jshhhh@users.noreply.github.com> Co-authored-by: Justin Shih <jushih@amazon.com>
Co-authored-by: Hein Jeong <heinje@amazon.com>
Co-authored-by: Hein Jeong <heinje@amazon.com>
Co-authored-by: Hein Jeong <heinje@amazon.com>
Codecov Report
@@ Coverage Diff @@
## tagged-release/forms-and-views #532 +/- ##
==================================================================
+ Coverage 88.62% 89.46% +0.83%
==================================================================
Files 68 73 +5
Lines 2489 2676 +187
Branches 672 749 +77
==================================================================
+ Hits 2206 2394 +188
+ Misses 279 270 -9
- Partials 4 12 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.