-
Notifications
You must be signed in to change notification settings - Fork 316
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
Docs release pr 2025 02 13 #6354
Conversation
…#5562) * initial commit to add 'bucket' property to storage components * chore: use StorageBucket type in StorageImagePathProps * remove duplicate StorageBucket type declaration * chore: update aws-amplify version to include multi-bucket support * docs: include references to new 'bucket' prop and its usage * more explicitly clarifying that can be a string in docs example * chore: changing reference of storage manager to file uploader * chore: updating yarn.lock * chore: undoing unnecessary linting changes * chore: moving yarn.lock from main branch parity * chore: updating yarn.lock to main * chore: add missing references to 'bucket' * chore: adding tests and new example app * chore: add end of file line * chore: add changeset * chore: setting more obviously fake bucket name as example * chore: adding link for setting up multi-bucket configuration to docs * chore: removing unnecessary type definitions * chore: removing unnecessary type from Storage Image props * chore: adding bucket as omitted prop to gen1 props * fix(tests): updating test data to fit expected behavior * chore: adjusting prop order, import consolidation, and added description * chore: add FileUploader example app and e2e test --------- Co-authored-by: Caleb Pollman <[email protected]>
…6333) * fix(angular): stop interpreter when destroying AuthenticatorService * chore: add changeset * test(angular): in AuthenticatorService, ensure underlying auth actor is closed on destruction
…lar/Vue (#6339) * fix(docs): add callout about Amplify UI component usage in SSR for Angular/Vue * chore: adjust wording feedback, fix angular heading sizes
…6347) * fix: add parentheses to fix displayed upload status * chore: add changeset * chore: add test for progress indicator * chore: update statuses within progress test to accurately reflect progress state * chore: other minor changes to make test data more appropriate
…6345) * chore(docs): adjust wording and clean up React troubleshooting page * address feedback * revert Next.js version change to point to version introducing breaking changes specifically, 13.4 was the change that introduced stable App Router, and it would be better to point this out rather than point to the latest version of 13 for clarity's sake
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.