You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
chore(Box|Button|Image|Avatar): converting components with hooks (#2238)
* -converted Box component to use hooks
* -fix Box props
* temporary support for animation
* convert Image to hooks
* -converted Button component to use hooks
* convert Avatar to hooks and update isConformant test
* apply attributes to Avatar slots
* -fixed Button test
* update Avatar to avoid variables usage
* fix tests for tests
* fix typings errors
* -added useTelemetry hook and used it in the renderComponent function and Button component
* -improved typings
* -changed return value of useTelemetry to be an object
* -updated return value from the hooks
* -wip - added cache
* -wip
* -removed unstable animation
* -fixes
* -updated changelog
* -added telemetry to all components
* -fixed telemetry info
* -fixed Button telemetry start
* -improved typings
Co-authored-by: Oleksandr Fediashov <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
22
22
- Remove `animation` prop from all components @joschect ([#2239](https://github.com/microsoft/fluent-ui-react/pull/2239))
23
23
-`mode` property from `focusZone` configuration in accessibility behaviors is no longer supported - the focus zone will always be in embed mode @layershifter ([#2265](https://github.com/microsoft/fluent-ui-react/pull/2265))
24
24
-`FocusZoneMode` and `FOCUSZONE_WRAP_ATTRIBUTE` are no longer exported @layershifter ([#2265](https://github.com/microsoft/fluent-ui-react/pull/2265))
25
+
- Changed `avatarBorderWidth` and `statusBorderWidth` avatar variables types from number to string and updated styles in Teams theme @mnajdova ([#2238](https://github.com/microsoft/fluent-ui-react/pull/2238))
25
26
26
27
### Fixes
27
28
- Fix event listener leak in `FocusZone`@miroslavstastny ([#2227](https://github.com/microsoft/fluent-ui-react/pull/2227))
0 commit comments