-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Misc. docs engineering improvements #5495
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
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
I tried to add a test to the directory multiple selection bug but couldn't -- JSDOM computed style doesn't include CSS variables. Also, React testing library wants to test the DOM instead of the React components/props. |
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.
Looks good to me!! I have a small nitpick about adding more comments to VersionSwitcher
, but it's not blocking. Thank you @tjleing!
@@ -82,7 +83,7 @@ class DirectoryGroup extends React.Component< | |||
<DirectoryLinksStyle> | |||
{this.itemsToDisplay.map((item) => ( | |||
<DirectoryGroupItemStyle | |||
isActive={this.currentRoute.startsWith(item.route)} | |||
isActive={this.currentRoute === item.route} |
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.
😎
* chore: Add instructions on using Next.js App Router (#5463) * chore: Update JS Analytics docs to clarify `immediate` flag usage with Kinesis. * chore: Added a section with information on using SSR with Next.js App Router enabled apps. * Cleanup * Cleanup * PR feedback * PR feedback * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * PR feedback. * Formatting changes. * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> * fix: update amplifyconfiguration.json links and wording (#5459) * chore(flutter,js): clarify the timeliness of validateObjectExistence flag (#5447) * feat(predictions): add amplify-swift predictions v2 documentation (#5427) * add dir paths * update getting started * update identify pages * update interpret APIs * update texttospeech * update transcribe * update translate text * final api updates * add predictions to getting started > next steps * card overlap was fixed (#5457) Co-authored-by: Roman Lavrenov <[email protected]> * feat: adds index directive limitation and callout (#5464) * feat: adds index directive limitation and callout * fix: language typo * chore(deps): bump @aws-amplify/ui-react from 4.6.0 to 4.6.1 (#5444) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.4 to 4.0.5 Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update Readme.md (#5475) Minor grammatical and punctuation changes. * chore(JS): callout for Push Notification migration guide (#5466) * chore(JS): callout for pn migration guide * chore(JS): callout for pn migration guide * chore(CLI): Block switcher for admin actions (#5452) * Block switcher for admin actions * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat: Multi select mock and functions (#5450) * feat: adds info on multiSelect workflow for mock and functions * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * docs(graphql): add sample code reference to cli iam auth section (#5428) * Add DynamoDB config parameters override samples (#5305) * Update override.mdx Add DynamoDB config parameters override samples * Update override.mdx Modified raw url to readable link * Update override.mdx added ProvisionedThroughput reference link * Update override.mdx * Update override.mdx * Update override.mdx add GSI provisionedThroughput overiride sample * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: josef <[email protected]> Co-authored-by: Amplifiyer <[email protected]> Co-authored-by: Rene Brandel <[email protected]> * Update Amplify Android versions (#5469) * Update versions.ts * Update Amplify Android version * Wrpeck/formbuilder update (#5473) * small adjustment to language * adding storagemanager documentation * Adding relationships documentation * final edits to v1 relationships and storage * Update data-binding.mdx Adjusting header for clarity * Update data-binding.mdx Removed unnecessary hint * Update special-inputs.mdx Additional configuration changes * Update data-binding.mdx minor change to heading --------- Co-authored-by: wpeck-amplify <[email protected]> * update import * update vm2 * update dev preview mention (#5484) * update dev preview mention * Update src/fragments/lib/project-setup/flutter/prereq/prereq.mdx Co-authored-by: Jordan Nelson <[email protected]> --------- Co-authored-by: Jordan Nelson <[email protected]> * chore: remove stale explanations from aws-exports.js file reference (#5487) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5485) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add limitation on figma to code (#5482) * chore(deps): bump @aws-amplify/ui-react from 4.6.1 to 4.6.2 (#5480) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/HEAD/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(predictions): make sure refer Predictions class before using it (#5478) * Addresses aws-amplify/admin-ui#443 (#4340) * Addresses aws-amplify/admin-ui#443 * Update [platform].mdx * Update [platform].mdx * Update [platform].mdx --------- Co-authored-by: John Corser <[email protected]> Co-authored-by: Katie Goines <[email protected]> * "+" sign was removed from copied code snippets (#5492) * plus sign was removed from copied code snippets * removed log import --------- Co-authored-by: Roman Lavrenov <[email protected]> * Remove dev-preview language from mobile authenticators on this docs site as well (#5500) Co-authored-by: Thomas Leing <[email protected]> * redesigned feedback component and mobile secondary nav (#5334) * feedback-component * desktop * mobile styling * style changes * fixed transpiler issue * animation updates * adjustments from alee and rlee * window undefined errors * moved component into page from table of contents * fix hight discrepancy * mobile menu update * animation for mobile menus * Update src/components/FeedbackSticky/index.tsx Co-authored-by: Tim Nguyen <[email protected]> * animation speed adjustments * refactor * PR comment resolutions * wording changes ; * fix mobile menu scroll * passing refs * ref passing trials * .. * fix hook issues and finish refactor * cleanup * fix tests * remove errant } * alee & jacob adjustments * make expand longer * collapse duration * animation adjustment * change collapse speed * change animation ease * fix toc on studio mobile * move mobile menu icons close to divider * animation speed adjustment" --------- Co-authored-by: Tim Nguyen <[email protected]> * fix: mobile secondary nav overlap fix (#5505) * styling fixes for issues introduced by #5334 (#5506) * fix for desktop sizing issues * set explicit widths for toc and secondary nav * tablet breakpoint changes * using correct sizing attributes for flex * change width from % to vw * remove unnecessary flex * remove unneeded flex attributes * chore(Flutter): Amplify Flutter API subscription reconnection guide (#5501) * chore(Flutter): Amplify Flutter API subscription reconnection guide * fix: more verbose * update React Native dependency installations to INCLUDE `amazon-cognito-identity-js` or REMOVE `core-js` as needed (#5498) * Misc. docs engineering improvements (#5495) * Misc. docs engineering improvements * Add comment to explain QSP logic --------- Co-authored-by: Thomas Leing <[email protected]> * add maintenance mode callout for Amplify iOS and Android v1 (#5524) * add maintenance mode callout for Amplify iOS and Android v1 * move callout to reusable fragment * add ios callout to each lib-v1 page * add android callout to each lib-v1 page * add missed pages --------- Co-authored-by: Daddala <[email protected]> Co-authored-by: Ian Saultz <[email protected]> * feat: add unsupported field level auth rule (#5502) * Link checker (#5467) * updated link checker to use puppeteer and axios, just commiting the task and does not include the workflow * add link checker workflow * filter out platform selector from results * update link checker task to mjs * update versions of puppeteer and node * update platform pages list * remove unneeded comments * update yml formatting * readd yarn.lock file * remove lock files from gitignore --------- Co-authored-by: Jacob Logan <[email protected]> * feat(hosting): add guide to deploy a Vite site on Amplify Hosting (#5460) * feat(hosting): add guide to deploy a Vite site on Amplify Hosting * added the page to directory.js * fix: Update screenshots on Social Sign In guide for Facebook & Google (#5489) * fix: Update screenshots for Social Sign In guide * pr changes/image fixes * remove feedback component from mobile (#5525) * feat(data): add docs for CRUD operations between Storage files and GraphQL API records (#5503) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * final example updates --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> * chore(amplify-ui): fix docs to change imports to use new packages ui-react-geo and ui-react-notifications (#5508) * chore: fix docs to change imports to use new packages ui-react-geo and ui-react-notifications * chore: replace Geocoder with LocationSearch component * chore: condense step to install aws-amplify * chore: fix install scripts * Update src/fragments/lib/geo/js/geofences.mdx Co-authored-by: Caleb Pollman <[email protected]> * chore: fix Amplify import statement * chore: fix code snippet for App when using withInAppMessaging --------- Co-authored-by: Caleb Pollman <[email protected]> * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5538) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(js): Clarify in-app enum import source (#5531) * chore(js): Clarify in-app enum import source * Use ts/js switcher instead of callout * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout (#5533) * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> * chore: callout need for additional permissions for containers (#5542) * chore: callout need for additional permissions for containers * remove extra 'policy' * swift(storage): add validateObjectExistence example (#5532) * fix: index entrypoint reference and add react app creation (#5520) * fix: index reference and add react app creation * fix: typo * Update src/pages/console/formbuilder/overview.mdx Co-authored-by: josef <[email protected]> * Update src/pages/console/uibuilder/figmatocode.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat(data): add docs for working with multiple files with Storage and GraphQL API; updates to existing code examples (#5539) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * chore(deps): bump @aws-amplify/ui-react from 4.6.4 to 5.0.0 (#5544) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.4 to 5.0.0. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add resolution for fast-xml-parser (#5547) * feat(data): Storage and GraphQL API authorization guidance; add additional guidance for error handling and real-time data access; remove existing AppSync SDK docs; update docs comments (#5545) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * auth updates * remove existing complex objects docs * auth updates * checkpoint * move callout to real-time data section * minor updates * move callout, other minor updates * update phrasing * update phrasing * update naming * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx * reshuffled the page order * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * fix(data): update API + Storage header; minor grammatical updates (#5553) * fix(auth): fix typo in signIn v2 combine flavor (#5555) * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.8 to 4.1.0 (#5558) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.8 to 4.1.0. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-amplify/ui-react from 5.0.0 to 5.0.1 (#5560) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(cli): fix typo for Lambda function resolver event (#5556) Fixed a typo in the description of the "typeName" parameter in the "Structure of the function event" section. * chore(flutter): Update versions (#5564) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5573) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add getProperties API to JavaScript library (#5568) * chore: add get-properties api to js * chore: add level of access * chore: remove encryption part * chore: change the key type * chore: remove file access level * chore: use await in api call * chore: change key name * chore: addressing feedback --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Jim Blanchard <[email protected]> Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ian Saultz <[email protected]> Co-authored-by: Hui Zhao <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: Roman Lavrenov <[email protected]> Co-authored-by: ykethan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jim Eagan <[email protected]> Co-authored-by: Dan Kiuna <[email protected]> Co-authored-by: josef <[email protected]> Co-authored-by: Christopher Sundersingh <[email protected]> Co-authored-by: Anil Maktala <[email protected]> Co-authored-by: Amplifiyer <[email protected]> Co-authored-by: Erica Eaton <[email protected]> Co-authored-by: Wesley P <[email protected]> Co-authored-by: wpeck-amplify <[email protected]> Co-authored-by: Jacob Logan <[email protected]> Co-authored-by: jacoblogan <[email protected]> Co-authored-by: Abdallah Shaban <[email protected]> Co-authored-by: Jordan Nelson <[email protected]> Co-authored-by: AllanZhengYP <[email protected]> Co-authored-by: John Corser <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: Tim Nguyen <[email protected]> Co-authored-by: Elijah Quartey <[email protected]> Co-authored-by: Chris Womack <[email protected]> Co-authored-by: Harshita Daddala <[email protected]> Co-authored-by: Daddala <[email protected]> Co-authored-by: Jay Raval <[email protected]> Co-authored-by: David McAfee <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Sreeram Sama <[email protected]> Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Chris F <[email protected]> Co-authored-by: Jon Wire <[email protected]> Co-authored-by: Abhash Kumar Singh <[email protected]> Co-authored-by: Alberto Baroso <[email protected]> Co-authored-by: Dillon Nys <[email protected]> Co-authored-by: Venkata Ramyasri Kota <[email protected]>
* chore: Add instructions on using Next.js App Router (#5463) * chore: Update JS Analytics docs to clarify `immediate` flag usage with Kinesis. * chore: Added a section with information on using SSR with Next.js App Router enabled apps. * Cleanup * Cleanup * PR feedback * PR feedback * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * PR feedback. * Formatting changes. * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> * fix: update amplifyconfiguration.json links and wording (#5459) * chore(flutter,js): clarify the timeliness of validateObjectExistence flag (#5447) * feat(predictions): add amplify-swift predictions v2 documentation (#5427) * add dir paths * update getting started * update identify pages * update interpret APIs * update texttospeech * update transcribe * update translate text * final api updates * add predictions to getting started > next steps * card overlap was fixed (#5457) Co-authored-by: Roman Lavrenov <[email protected]> * feat: adds index directive limitation and callout (#5464) * feat: adds index directive limitation and callout * fix: language typo * chore(deps): bump @aws-amplify/ui-react from 4.6.0 to 4.6.1 (#5444) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.4 to 4.0.5 Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update Readme.md (#5475) Minor grammatical and punctuation changes. * chore(JS): callout for Push Notification migration guide (#5466) * chore(JS): callout for pn migration guide * chore(JS): callout for pn migration guide * chore(CLI): Block switcher for admin actions (#5452) * Block switcher for admin actions * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat: Multi select mock and functions (#5450) * feat: adds info on multiSelect workflow for mock and functions * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * docs(graphql): add sample code reference to cli iam auth section (#5428) * Add DynamoDB config parameters override samples (#5305) * Update override.mdx Add DynamoDB config parameters override samples * Update override.mdx Modified raw url to readable link * Update override.mdx added ProvisionedThroughput reference link * Update override.mdx * Update override.mdx * Update override.mdx add GSI provisionedThroughput overiride sample * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: josef <[email protected]> Co-authored-by: Amplifiyer <[email protected]> Co-authored-by: Rene Brandel <[email protected]> * Update Amplify Android versions (#5469) * Update versions.ts * Update Amplify Android version * Wrpeck/formbuilder update (#5473) * small adjustment to language * adding storagemanager documentation * Adding relationships documentation * final edits to v1 relationships and storage * Update data-binding.mdx Adjusting header for clarity * Update data-binding.mdx Removed unnecessary hint * Update special-inputs.mdx Additional configuration changes * Update data-binding.mdx minor change to heading --------- Co-authored-by: wpeck-amplify <[email protected]> * update import * update vm2 * update dev preview mention (#5484) * update dev preview mention * Update src/fragments/lib/project-setup/flutter/prereq/prereq.mdx Co-authored-by: Jordan Nelson <[email protected]> --------- Co-authored-by: Jordan Nelson <[email protected]> * chore: remove stale explanations from aws-exports.js file reference (#5487) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5485) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add limitation on figma to code (#5482) * chore(deps): bump @aws-amplify/ui-react from 4.6.1 to 4.6.2 (#5480) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/HEAD/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(predictions): make sure refer Predictions class before using it (#5478) * Addresses aws-amplify/admin-ui#443 (#4340) * Addresses aws-amplify/admin-ui#443 * Update [platform].mdx * Update [platform].mdx * Update [platform].mdx --------- Co-authored-by: John Corser <[email protected]> Co-authored-by: Katie Goines <[email protected]> * "+" sign was removed from copied code snippets (#5492) * plus sign was removed from copied code snippets * removed log import --------- Co-authored-by: Roman Lavrenov <[email protected]> * Remove dev-preview language from mobile authenticators on this docs site as well (#5500) Co-authored-by: Thomas Leing <[email protected]> * redesigned feedback component and mobile secondary nav (#5334) * feedback-component * desktop * mobile styling * style changes * fixed transpiler issue * animation updates * adjustments from alee and rlee * window undefined errors * moved component into page from table of contents * fix hight discrepancy * mobile menu update * animation for mobile menus * Update src/components/FeedbackSticky/index.tsx Co-authored-by: Tim Nguyen <[email protected]> * animation speed adjustments * refactor * PR comment resolutions * wording changes ; * fix mobile menu scroll * passing refs * ref passing trials * .. * fix hook issues and finish refactor * cleanup * fix tests * remove errant } * alee & jacob adjustments * make expand longer * collapse duration * animation adjustment * change collapse speed * change animation ease * fix toc on studio mobile * move mobile menu icons close to divider * animation speed adjustment" --------- Co-authored-by: Tim Nguyen <[email protected]> * fix: mobile secondary nav overlap fix (#5505) * styling fixes for issues introduced by #5334 (#5506) * fix for desktop sizing issues * set explicit widths for toc and secondary nav * tablet breakpoint changes * using correct sizing attributes for flex * change width from % to vw * remove unnecessary flex * remove unneeded flex attributes * chore(Flutter): Amplify Flutter API subscription reconnection guide (#5501) * chore(Flutter): Amplify Flutter API subscription reconnection guide * fix: more verbose * update React Native dependency installations to INCLUDE `amazon-cognito-identity-js` or REMOVE `core-js` as needed (#5498) * Misc. docs engineering improvements (#5495) * Misc. docs engineering improvements * Add comment to explain QSP logic --------- Co-authored-by: Thomas Leing <[email protected]> * add maintenance mode callout for Amplify iOS and Android v1 (#5524) * add maintenance mode callout for Amplify iOS and Android v1 * move callout to reusable fragment * add ios callout to each lib-v1 page * add android callout to each lib-v1 page * add missed pages --------- Co-authored-by: Daddala <[email protected]> Co-authored-by: Ian Saultz <[email protected]> * feat: add unsupported field level auth rule (#5502) * Link checker (#5467) * updated link checker to use puppeteer and axios, just commiting the task and does not include the workflow * add link checker workflow * filter out platform selector from results * update link checker task to mjs * update versions of puppeteer and node * update platform pages list * remove unneeded comments * update yml formatting * readd yarn.lock file * remove lock files from gitignore --------- Co-authored-by: Jacob Logan <[email protected]> * feat(hosting): add guide to deploy a Vite site on Amplify Hosting (#5460) * feat(hosting): add guide to deploy a Vite site on Amplify Hosting * added the page to directory.js * fix: Update screenshots on Social Sign In guide for Facebook & Google (#5489) * fix: Update screenshots for Social Sign In guide * pr changes/image fixes * remove feedback component from mobile (#5525) * feat(data): add docs for CRUD operations between Storage files and GraphQL API records (#5503) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * final example updates --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> * chore(amplify-ui): fix docs to change imports to use new packages ui-react-geo and ui-react-notifications (#5508) * chore: fix docs to change imports to use new packages ui-react-geo and ui-react-notifications * chore: replace Geocoder with LocationSearch component * chore: condense step to install aws-amplify * chore: fix install scripts * Update src/fragments/lib/geo/js/geofences.mdx Co-authored-by: Caleb Pollman <[email protected]> * chore: fix Amplify import statement * chore: fix code snippet for App when using withInAppMessaging --------- Co-authored-by: Caleb Pollman <[email protected]> * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5538) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(js): Clarify in-app enum import source (#5531) * chore(js): Clarify in-app enum import source * Use ts/js switcher instead of callout * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout (#5533) * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> * chore: callout need for additional permissions for containers (#5542) * chore: callout need for additional permissions for containers * remove extra 'policy' * swift(storage): add validateObjectExistence example (#5532) * fix: index entrypoint reference and add react app creation (#5520) * fix: index reference and add react app creation * fix: typo * Update src/pages/console/formbuilder/overview.mdx Co-authored-by: josef <[email protected]> * Update src/pages/console/uibuilder/figmatocode.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat(data): add docs for working with multiple files with Storage and GraphQL API; updates to existing code examples (#5539) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * chore(deps): bump @aws-amplify/ui-react from 4.6.4 to 5.0.0 (#5544) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.4 to 5.0.0. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add resolution for fast-xml-parser (#5547) * feat(data): Storage and GraphQL API authorization guidance; add additional guidance for error handling and real-time data access; remove existing AppSync SDK docs; update docs comments (#5545) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * auth updates * remove existing complex objects docs * auth updates * checkpoint * move callout to real-time data section * minor updates * move callout, other minor updates * update phrasing * update phrasing * update naming * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx * reshuffled the page order * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * accordion prototype in progress * fix(data): update API + Storage header; minor grammatical updates (#5553) * accordion in progress * fix(auth): fix typo in signIn v2 combine flavor (#5555) * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.8 to 4.1.0 (#5558) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.8 to 4.1.0. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * accordion is in progress * chore(deps): bump @aws-amplify/ui-react from 5.0.0 to 5.0.1 (#5560) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(cli): fix typo for Lambda function resolver event (#5556) Fixed a typo in the description of the "typeName" parameter in the "Structure of the function event" section. * chore(flutter): Update versions (#5564) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5573) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add getProperties API to JavaScript library (#5568) * chore: add get-properties api to js * chore: add level of access * chore: remove encryption part * chore: change the key type * chore: remove file access level * chore: use await in api call * chore: change key name * chore: addressing feedback * Added stage page for set-up auth job * Merge in from main (#5579) * chore: Add instructions on using Next.js App Router (#5463) * chore: Update JS Analytics docs to clarify `immediate` flag usage with Kinesis. * chore: Added a section with information on using SSR with Next.js App Router enabled apps. * Cleanup * Cleanup * PR feedback * PR feedback * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * PR feedback. * Formatting changes. * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/ssr/js/getting-started.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> * fix: update amplifyconfiguration.json links and wording (#5459) * chore(flutter,js): clarify the timeliness of validateObjectExistence flag (#5447) * feat(predictions): add amplify-swift predictions v2 documentation (#5427) * add dir paths * update getting started * update identify pages * update interpret APIs * update texttospeech * update transcribe * update translate text * final api updates * add predictions to getting started > next steps * card overlap was fixed (#5457) Co-authored-by: Roman Lavrenov <[email protected]> * feat: adds index directive limitation and callout (#5464) * feat: adds index directive limitation and callout * fix: language typo * chore(deps): bump @aws-amplify/ui-react from 4.6.0 to 4.6.1 (#5444) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.4 to 4.0.5 Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update Readme.md (#5475) Minor grammatical and punctuation changes. * chore(JS): callout for Push Notification migration guide (#5466) * chore(JS): callout for pn migration guide * chore(JS): callout for pn migration guide * chore(CLI): Block switcher for admin actions (#5452) * Block switcher for admin actions * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/auth/admin.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat: Multi select mock and functions (#5450) * feat: adds info on multiSelect workflow for mock and functions * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/usage/mock.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * docs(graphql): add sample code reference to cli iam auth section (#5428) * Add DynamoDB config parameters override samples (#5305) * Update override.mdx Add DynamoDB config parameters override samples * Update override.mdx Modified raw url to readable link * Update override.mdx added ProvisionedThroughput reference link * Update override.mdx * Update override.mdx * Update override.mdx add GSI provisionedThroughput overiride sample * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update override.mdx * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: josef <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Amplifiyer <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/pages/cli/graphql/override.mdx Co-authored-by: Rene Brandel <[email protected]> --------- Co-authored-by: josef <[email protected]> Co-authored-by: Amplifiyer <[email protected]> Co-authored-by: Rene Brandel <[email protected]> * Update Amplify Android versions (#5469) * Update versions.ts * Update Amplify Android version * Wrpeck/formbuilder update (#5473) * small adjustment to language * adding storagemanager documentation * Adding relationships documentation * final edits to v1 relationships and storage * Update data-binding.mdx Adjusting header for clarity * Update data-binding.mdx Removed unnecessary hint * Update special-inputs.mdx Additional configuration changes * Update data-binding.mdx minor change to heading --------- Co-authored-by: wpeck-amplify <[email protected]> * update import * update vm2 * update dev preview mention (#5484) * update dev preview mention * Update src/fragments/lib/project-setup/flutter/prereq/prereq.mdx Co-authored-by: Jordan Nelson <[email protected]> --------- Co-authored-by: Jordan Nelson <[email protected]> * chore: remove stale explanations from aws-exports.js file reference (#5487) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5485) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add limitation on figma to code (#5482) * chore(deps): bump @aws-amplify/ui-react from 4.6.1 to 4.6.2 (#5480) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/HEAD/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(predictions): make sure refer Predictions class before using it (#5478) * Addresses aws-amplify/admin-ui#443 (#4340) * Addresses aws-amplify/admin-ui#443 * Update [platform].mdx * Update [platform].mdx * Update [platform].mdx --------- Co-authored-by: John Corser <[email protected]> Co-authored-by: Katie Goines <[email protected]> * "+" sign was removed from copied code snippets (#5492) * plus sign was removed from copied code snippets * removed log import --------- Co-authored-by: Roman Lavrenov <[email protected]> * Remove dev-preview language from mobile authenticators on this docs site as well (#5500) Co-authored-by: Thomas Leing <[email protected]> * redesigned feedback component and mobile secondary nav (#5334) * feedback-component * desktop * mobile styling * style changes * fixed transpiler issue * animation updates * adjustments from alee and rlee * window undefined errors * moved component into page from table of contents * fix hight discrepancy * mobile menu update * animation for mobile menus * Update src/components/FeedbackSticky/index.tsx Co-authored-by: Tim Nguyen <[email protected]> * animation speed adjustments * refactor * PR comment resolutions * wording changes ; * fix mobile menu scroll * passing refs * ref passing trials * .. * fix hook issues and finish refactor * cleanup * fix tests * remove errant } * alee & jacob adjustments * make expand longer * collapse duration * animation adjustment * change collapse speed * change animation ease * fix toc on studio mobile * move mobile menu icons close to divider * animation speed adjustment" --------- Co-authored-by: Tim Nguyen <[email protected]> * fix: mobile secondary nav overlap fix (#5505) * styling fixes for issues introduced by #5334 (#5506) * fix for desktop sizing issues * set explicit widths for toc and secondary nav * tablet breakpoint changes * using correct sizing attributes for flex * change width from % to vw * remove unnecessary flex * remove unneeded flex attributes * chore(Flutter): Amplify Flutter API subscription reconnection guide (#5501) * chore(Flutter): Amplify Flutter API subscription reconnection guide * fix: more verbose * update React Native dependency installations to INCLUDE `amazon-cognito-identity-js` or REMOVE `core-js` as needed (#5498) * Misc. docs engineering improvements (#5495) * Misc. docs engineering improvements * Add comment to explain QSP logic --------- Co-authored-by: Thomas Leing <[email protected]> * add maintenance mode callout for Amplify iOS and Android v1 (#5524) * add maintenance mode callout for Amplify iOS and Android v1 * move callout to reusable fragment * add ios callout to each lib-v1 page * add android callout to each lib-v1 page * add missed pages --------- Co-authored-by: Daddala <[email protected]> Co-authored-by: Ian Saultz <[email protected]> * feat: add unsupported field level auth rule (#5502) * Link checker (#5467) * updated link checker to use puppeteer and axios, just commiting the task and does not include the workflow * add link checker workflow * filter out platform selector from results * update link checker task to mjs * update versions of puppeteer and node * update platform pages list * remove unneeded comments * update yml formatting * readd yarn.lock file * remove lock files from gitignore --------- Co-authored-by: Jacob Logan <[email protected]> * feat(hosting): add guide to deploy a Vite site on Amplify Hosting (#5460) * feat(hosting): add guide to deploy a Vite site on Amplify Hosting * added the page to directory.js * fix: Update screenshots on Social Sign In guide for Facebook & Google (#5489) * fix: Update screenshots for Social Sign In guide * pr changes/image fixes * remove feedback component from mobile (#5525) * feat(data): add docs for CRUD operations between Storage files and GraphQL API records (#5503) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * final example updates --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> * chore(amplify-ui): fix docs to change imports to use new packages ui-react-geo and ui-react-notifications (#5508) * chore: fix docs to change imports to use new packages ui-react-geo and ui-react-notifications * chore: replace Geocoder with LocationSearch component * chore: condense step to install aws-amplify * chore: fix install scripts * Update src/fragments/lib/geo/js/geofences.mdx Co-authored-by: Caleb Pollman <[email protected]> * chore: fix Amplify import statement * chore: fix code snippet for App when using withInAppMessaging --------- Co-authored-by: Caleb Pollman <[email protected]> * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5538) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(js): Clarify in-app enum import source (#5531) * chore(js): Clarify in-app enum import source * Use ts/js switcher instead of callout * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout (#5533) * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> * chore: callout need for additional permissions for containers (#5542) * chore: callout need for additional permissions for containers * remove extra 'policy' * swift(storage): add validateObjectExistence example (#5532) * fix: index entrypoint reference and add react app creation (#5520) * fix: index reference and add react app creation * fix: typo * Update src/pages/console/formbuilder/overview.mdx Co-authored-by: josef <[email protected]> * Update src/pages/console/uibuilder/figmatocode.mdx Co-authored-by: josef <[email protected]> --------- Co-authored-by: josef <[email protected]> * feat(data): add docs for working with multiple files with Storage and GraphQL API; updates to existing code examples (#5539) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> * address PR feedback --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * chore(deps): bump @aws-amplify/ui-react from 4.6.4 to 5.0.0 (#5544) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 4.6.4 to 5.0.0. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add resolution for fast-xml-parser (#5547) * feat(data): Storage and GraphQL API authorization guidance; add additional guidance for error handling and real-time data access; remove existing AppSync SDK docs; update docs comments (#5545) * fix(data): update CSPELL dictionary * feat(data): API + files and attachments * feat(data): API + files updates * feat(data): add JavaScript examples to API + files docs * minor phrasing update * style updates * fix spacing * address PR comments * remove JS examples until TS examples are approved * addressing feedback * address PR feedback * address PR feedback * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add JS code snippets * minor updates * add complete examples * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Ivan Artemiev <[email protected]> * fix typo * make CLI commands more readable * add location of schema file * working with multiple images * final example updates * updates * feat(data): add API record id to Storage file prefix for API + Storage docs; update comments; update callout * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * add all examples * minor updates to existing examples * Apply suggestions from code review Co-authored-by: Rene Brandel <[email protected]> * remove outdated examples * completed multi-file examples * auth updates * remove existing complex objects docs * auth updates * checkpoint * move callout to real-time data section * minor updates * move callout, other minor updates * update phrasing * update phrasing * update naming * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx * reshuffled the page order * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Rene Brandel <[email protected]> * Update src/fragments/lib/graphqlapi/js/working-with-files.mdx Co-authored-by: Jon Wire <[email protected]> --------- Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Jon Wire <[email protected]> * fix(data): update API + Storage header; minor grammatical updates (#5553) * fix(auth): fix typo in signIn v2 combine flavor (#5555) * chore(deps): bump @aws-amplify/amplify-cli-core from 4.0.8 to 4.1.0 (#5558) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.0.8 to 4.1.0. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/[email protected]/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @aws-amplify/ui-react from 5.0.0 to 5.0.1 (#5560) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(cli): fix typo for Lambda function resolver event (#5556) Fixed a typo in the description of the "typeName" parameter in the "Structure of the function event" section. * chore(flutter): Update versions (#5564) * chore(deps): bump @aws-amplify/graphql-transformer-interfaces (#5573) Bumps [@aws-amplify/graphql-transformer-interfaces](https://github.com/aws-amplify/amplify-category-api/tree/HEAD/packages/amplify-graphql-transformer-interfaces) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/aws-amplify/amplify-category-api/releases) - [Changelog](https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-transformer-interfaces/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-category-api/commits/@aws-amplify/[email protected]/packages/amplify-graphql-transformer-interfaces) --- updated-dependencies: - dependency-name: "@aws-amplify/graphql-transformer-interfaces" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add getProperties API to JavaScript library (#5568) * chore: add get-properties api to js * chore: add level of access * chore: remove encryption part * chore: change the key type * chore: remove file access level * chore: use await in api call * chore: change key name * chore: addressing feedback --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Jim Blanchard <[email protected]> Co-authored-by: Rene Brandel <[email protected]> Co-authored-by: Ian Saultz <[email protected]> Co-authored-by: Hui Zhao <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: Roman Lavrenov <[email protected]> Co-authored-by: ykethan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jim Eagan <[email protected]> Co-authored-by: Dan Kiuna <[email protected]> Co-authored-by: josef <[email protected]> Co-authored-by: Christopher Sundersingh <[email protected]> Co-authored-by: Anil Maktala <[email protected]> Co-authored-by: Amplifiyer <[email protected]> Co-authored-by: Erica Eaton <[email protected]> Co-authored-by: Wesley P <[email protected]> Co-authored-by: wpeck-amplify <[email protected]> Co-authored-by: Jacob Logan <[email protected]> Co-authored-by: jacoblogan <[email protected]> Co-authored-by: Abdallah Shaban <[email protected]> Co-authored-by: Jordan Nelson <[email protected]> Co-authored-by: AllanZhengYP <[email protected]> Co-authored-by: John Corser <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: Thomas Leing <[email protected]> Co-authored-by: Tim Nguyen <[email protected]> Co-authored-by: Elijah Quartey <[email protected]> Co-authored-by: Chris Womack <[email protected]> Co-authored-by: Harshita Daddala <[email protected]> Co-authored-by: Daddala <[email protected]> Co-authored-by: Jay Raval <[email protected]> Co-authored-by: David McAfee <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]> Co-authored-by: Sreeram Sama <[email protected]> Co-authored-by: Caleb Pollman <[email protected]> Co-authored-by: Chris F <[email protected]> Co-authored-by: Jon Wire <[email protected]> Co-authored-by: Abhash Kumar Singh <[email protected]> Co-authored-by: Alberto Baroso <[email protected]> Co-authored-by: Dillon Nys <[email protected]> Co-authored-by: Venkata Ramyasri Kota <[email protected]> * Update redirects workflow to use Github API (#5537) * Update redirects workflow to use github api * Add 'if' check so job only runs on successful parent workflow run * Update mergify config to only comment when redirects are found * Refactor getDeletedFiles into utilities * Add rentention a 1 day for artifact * Make check for redirect run only main branch * Remove extra indentation * Remove extra space in console logs Co-authored-by: William Lee <[email protected]> * Use regex to check test if str from artifacts are numbers * Use SHA commit for github actions * Exit 1 when unable to parse artifact --------- Co-authored-by: William Lee <[email protected]> * feat(figma): update docs to reflect new Figma plugin features (#5577) * page title updated (#5559) * page title updated * added conditional logic for a title tag * feat: add troubleshooting info for breakCircularDependency flag (#5548) * feat: add troubleshooting info for breakCircularDependency flag * Update src/pages/cli/auth/overview.mdx Co-authored-by: Kamil Sobol <[email protected]> --------- Co-authored-by: Kamil Sobol <[email protected]> * chore(deps): bump @aws-amplify/ui-react from 5.0.1 to 5.0.2 (#5578) Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/[email protected]/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(flutter): add custom attribute documentation (#5574) * feat(flutter): add custom attribute documentation * Update src/fragments/lib/auth/flutter/user_attributes/50_custom_attributes.mdx Co-authored-by: Dillon Nys <[email protected]> --------- Co-authored-by: Abdallah Shaban <[email protected]> Co-authored-by: Dillon Nys <[email protected]> * Reorder AA scripts (#5575) * Updated first job on set up backend resources Minor edits and added Q about default configurations * accordion prototype is completed * Filter after mapping request (#5581) * Removed CLI prereq and added library CTA * Added table option for integration path job * Adding upgrade guide for Apollo SDK * feat: Adding mention for tvOS and watchOS support in the Swift docs. (#5583) * fix: update the cdk example from v1 to v2 (#5546) * fix: migrate the cdk example from v1 to v2 * Update src/pages/cli/custom/cdk.mdx Co-authored-by: josef <[email protected]> * address comments * add type import to code block --------- Co-authored-by: josef <[email protected]> * Updating the contribute section for the Badges (#5582) * Updating the contribute section for the Badges * format * add divider * Adding details on the Badge program --------- Co-authored-by: siegerts <st…
Description of changes:
3 improvements:
Card
components -- hydrations console errors on the main page and CFPs like this one are not resolved.signin_web_ui
page:Related GitHub issue #, if available:
Instructions
If this PR should not be merged upon approval for any reason, please submit as a DRAFT
Which product(s) are affected by this PR (if applicable)?
Which platform(s) are affected by this PR (if applicable)?
Please add the product(s)/platform(s) affected to the PR title
Checks
Does this PR conform to the styleguide?
Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly.
Are any files being deleted with this PR? If so, have the needed redirects been created?
Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
ref: MDX:
[link](https://link.com)
HTML:
<a href="https://link.com">link</a>
When this PR is ready to merge, please check the box below
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.