Skip to content

Version Packages (main) - #7017

Merged
soberm merged 1 commit into
mainfrom
changeset-release/main
Jul 28, 2026
Merged

Version Packages (main)#7017
soberm merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@aws-amplify/ui-angular@6.0.0

Major Changes

  • #7047 aa5e7192561a029307780ccf71823699021032da Thanks @bobbor! - Upgrade to Angular 20. The minimum supported Angular version is now 20.0.0; Angular 19 and below are no longer supported. The library is compiled with the Angular 20 compiler (partial-Ivy output is forward-compatible only).

Patch Changes

@aws-amplify/ui-react-storage@3.18.0

Minor Changes

  • #7046 25e8d96a4c8bee19409cf44f2df7856b52e56260 Thanks @bobbor! - feat(storage): folder download support in StorageBrowser

    Enable downloading folders (and mixed file/folder selections) from the
    StorageBrowser download action. Previously the download button was disabled
    whenever the selection contained a folder.

    Folders are expanded to their files at the view level before the download
    runs: the DownloadView lists folder contents on open (with a "listing
    folder contents" state), so the resolved files render as rows and the archive
    is only dispatched once every selected folder is fully enumerated. Each file
    preserves its folder-relative path inside the zip. A single-folder selection
    names the archive after that folder; other selections use the longest common
    ancestor directory of the downloaded files. Building on the service worker
    streaming download, the zip transfer itself uses constant memory; folder
    enumeration holds the file listing in memory and is capped at 5000 files per
    download, above which the download is blocked with a message instead of
    producing a truncated archive.

    Also: individual expanded files can be removed from the pending download,
    enumeration can be cancelled or retried, and empty/errored enumerations are
    surfaced without starting a partial download.

  • #7044 51bb14dfdc4209938dd17480a967218585f8c8d4 Thanks @bobbor! - feat(storage): service worker streaming zip download

    Replace the in-memory blob-based zip download with a service worker streaming
    architecture for StorageBrowser multi-file downloads. Files are streamed
    sequentially into a zip archive delivered via a service worker, removing the
    memory ceiling of the previous blob approach. Falls back to blob collection
    when the service worker is unavailable (unsupported browser, missing file, or
    insecure context).

    Note: per-file progress is now reported download-only by design — it reflects
    bytes read from S3, not zip finalization. Because entries are stored without
    compression (level: 0), the write/finalization phase is near-instant, so
    progress transitions directly from downloading to complete without a separate
    "zipping"/finishing phase.

Patch Changes

@aws-amplify/ui-react@6.15.5

Patch Changes

@aws-amplify/ui-react-core@3.6.5

Patch Changes

@aws-amplify/ui-react-core-notifications@2.3.5

Patch Changes

@aws-amplify/ui-react-geo@2.3.5

Patch Changes

  • Updated dependencies []:
    • @aws-amplify/ui-react-core@3.6.5

@aws-amplify/ui-react-liveness@3.6.8

Patch Changes

@aws-amplify/ui-react-native@2.7.5

Patch Changes

@aws-amplify/ui-react-notifications@2.3.5

Patch Changes

@aws-amplify/ui-svelte@1.1.5

Patch Changes

@aws-amplify/ui@6.15.5

Patch Changes

  • #7055 21fa602576b12fa59c0101b52eff8551d778352e Thanks @ahmedhamouda78! - fix(ui): render locale-correct punctuation in Authenticator delivery messages (i18n)

    getDeliveryMessageText joined the translated delivery-message fragments with a
    hardcoded ASCII period, producing incorrect punctuation for locales whose
    sentence terminator differs — e.g. Japanese and Chinese (which use the
    ideographic full stop ) and Thai (which uses none). The terminator is now
    derived from the script of the surrounding translated copy, so each locale
    renders its own punctuation.

    This is an internal change with no public API impact: no translation keys are
    added or changed, the translate() signature is unchanged, existing customer
    vocabulary overrides on the documented keys keep working, and English output is
    byte-identical. Fixes Wrong, hardcoded punctuation in Japanese #6966.

@aws-amplify/ui-vue@4.4.5

Patch Changes

@aws-amplify/ui-test-utils@0.1.5

Patch Changes

@github-actions
github-actions Bot requested a review from a team as a code owner June 15, 2026 10:11
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f4cf366 to fd80a85 Compare June 15, 2026 15:15
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from cffbb0c to 8f574a3 Compare June 22, 2026 11:33
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from 81832b4 to 26b4e93 Compare July 6, 2026 15:21
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 26b4e93 to 64acf87 Compare July 9, 2026 14:12
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 64acf87 to e9303f9 Compare July 10, 2026 12:38
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 475fdd2 to 7a8ace4 Compare July 21, 2026 14:51
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 20 times, most recently from 64fc2a3 to c372f4f Compare July 27, 2026 16:10
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c372f4f to e4a99da Compare July 28, 2026 09:30
@soberm soberm added the run-tests Adding this label will trigger tests to run label Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong, hardcoded punctuation in Japanese

2 participants