Releases: aws-amplify/amplify-ui
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
-
#1538
eedae2362
Thanks @joebuono! - Adds the optionalhasMorePages
prop to the Pagination componentThe reason this is necessary is because sometimes the totalPages count is unknown when pagination occurs at the API level.
Resulting conditions:
- Current behavior of totalPages prop stays the same, which determines the page numbers to show
- A new hasMorePages prop is added to Pagination component
- When hasMorePages is true, and the customer is at the end of the pages (e.g. 10 of 10), then the next button will NOT be disabled
- When hasMorePages is false, and the customer is at the end of the pages (e.g. 10 of 10), then the next button WILL be disabled
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
7910c04b5
,30e3155ac
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1548
0e61396c8
Thanks @calebpollman! - chore(react-authenticator): consolidate Authenticator form event handlers in useFormHandlers hook -
#1343
4896136e9
Thanks @dbanksdesign! - Adding deprecation warnings to icons -
#1537
c1eed8265
Thanks @reesscot! - fix: suppress erroneous isMultiline deprecation warnings on TextField componentDeprecation warning messages are showing for users of TextField for the isMultiline prop even though
they are not using the prop. This issue is fixed by making the shouldWarn prop required on the internal
useDeprecationWarning hook. -
Updated dependencies [
7910c04b5
,30e3155ac
]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#1530
3a8925b76
Thanks @reesscot! - fix: update complex field components (TextField, TextAreaField, etc) to apply absolute positioning from FigmaFigma to Studio integration will absolutely position components when autolayout is not enabled in Figma. This causes an issue for field components that were passing position, top, and left, and padding down to the input element, causing the layout not to match Figma. This is fixed by moving the absolute position props and padding up to the container Flex element.
@aws-amplify/[email protected]
Patch Changes
-
#1484
8b72277ab
Thanks @wlee221! - refactor: share default form fields generation logic -
#1484
8b72277ab
Thanks @wlee221! - DefaultlabelHidden
to false. This can be adjusted in a later PR for better UX. -
#1514
5ca96c4a8
Thanks @amirHossein-Ebrahimi! - feat: Add repository information to UI packages -
#1522
1e9c6c031
Thanks @wlee221! - Fix phone number label in reset-password
@aws-amplify/[email protected]
Patch Changes
-
#1484
8b72277ab
Thanks @wlee221! - refactor: share default form fields generation logic -
#1484
8b72277ab
Thanks @wlee221! - DefaultlabelHidden
to false. This can be adjusted in a later PR for better UX. -
#1514
5ca96c4a8
Thanks @amirHossein-Ebrahimi! - feat: Add repository information to UI packages -
Updated dependencies [
8b72277ab
,8b72277ab
,5ca96c4a8
,1e9c6c031
]:- @aws-amplify/[email protected]