Releases: aws-amplify/amplify-ui
@aws-amplify/[email protected]
Patch Changes
-
#6232
4a9e16c194e145c6881583f2362bccd8974bc1fc
Thanks @tiffanynwyeung! - feat(react): add Placeholder color props -
Updated dependencies [
96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#6252
1cb03be29c9485104d65d9bf7d224e694975143d
Thanks @calebpollman! - fix(react-storage): default nullish progress to 100% if status is "complete" -
#6252
1cb03be29c9485104d65d9bf7d224e694975143d
Thanks @calebpollman! - chore: add user agent string to createStorageBrowser -
Updated dependencies [
4a9e16c194e145c6881583f2362bccd8974bc1fc
,96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
4a9e16c194e145c6881583f2362bccd8974bc1fc
,96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#6250
27c72b51e1f11073e383eb848a99589c234abb23
Thanks @calebpollman! - deps: resolve all versions of nanoid to 3.3.8 -
Updated dependencies [
4a9e16c194e145c6881583f2362bccd8974bc1fc
,96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#6235
303c250c2f64853f7f52182554622755a5de52d5
Thanks @calebpollman! - fix: bump maplibre-gl-js-amplify dep -
#6244
8a3c802986874795fdc0b7c77830b88887718520
Thanks @calebpollman! - chore(react-geo): use caret operator for amplify maplibre dep -
Updated dependencies []:
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#6250
27c72b51e1f11073e383eb848a99589c234abb23
Thanks @calebpollman! - deps: resolve all versions of nanoid to 3.3.8 -
Updated dependencies [
96be188317d72b89b6bfbc14a3d4ee76daad2a8b
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#6211
9ab56f499f4596062fe4614a016efc3dfc88ef03
Thanks @dbanksdesign! - feat(ai) add attachment validationsThe current limitations on the Amplify AI kit for attachments is 400kb (of base64'd size) per image, and 20 images per message are now being enforced before the message is sent.
These limits can be adjusted via props as well.<AIConversation maxAttachments={2} maxAttachmentSize={100_000} // 100,000 bytes or 100kb />