Releases: aws-amplify/amplify-ui
Releases · aws-amplify/amplify-ui
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
ce3378ee9,0234889ea]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#3071
d062010f4Thanks @dbanksdesign! - fix(theme): update types forThemeProviderto accept output ofcreateTheme -
Updated dependencies [
d062010f4]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#3033
c9f67b1b0Thanks @zchenwei! - fix(Autocomplete): remove handler to open menu on focus to fix #3030 -
#3019
0ff6cbc15Thanks @zchenwei! - chore: update Autocomplete filter to be case insensitive -
Updated dependencies [
ce3378ee9,0234889ea]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
d062010f4]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
Patch Changes
- Updated dependencies [
ce3378ee9,0234889ea]:- @aws-amplify/[email protected]
- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
d062010f4]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
- Updated dependencies [
d062010f4]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Minor Changes
-
#2817
01cf6d2f8Thanks @wlee221! - ExposesubscribefromAuthenticatorService.@Component() class MyComponent implements OnInit, OnDelete { private unsubscribe: () => void; constructor(private authenticator: Authenticator, private route: Router) {} ngOnInit() { this.unsubscribe = authenticator.subscribe(({ authStatus }) => { if (authStatus === 'authenticated') { this.router.navigate(['/admin']); } }).unsubscribe; } ngOnDelete() { this.unsubscribe(); } }
Patch Changes
- Updated dependencies [
ce3378ee9,0234889ea]:- @aws-amplify/[email protected]
@aws-amplify/[email protected]
Patch Changes
-
#3000
72c2c5d83Thanks @ioanabrooks! - Updates the useDataStore hook to generate the predicates according to the new syntax. -
#2964
ee4b37b6dThanks @ioanabrooks! - Fixes an issue where the Button loading spinner is not rendered unless theloadingTextprop is supplied.