Releases: ambassify/react-avatar
5.0.3
This release fixes typescript typedefinition for the alt and title attributes, and fixes the use of an empty string.
- fix(image): allow empty string for alt and title property, thanks @ritchiejacobs (https://github.com/ambassify/react-avatar/pull/250/files)
More info: https://github.com/ambassify/react-avatar/milestone/48?closed=1
5.0.2
This release fixes typescript typedefinition changes in react 18.
- React 18 add children to props, thanks @Maxim-Filimonov (#249)
More info: https://github.com/ambassify/react-avatar/milestone/47?closed=1
5.0.0
This release extracts the data provider into a higher order component and fixes some outstanding bugs.
- [data-provider] Decouple data retrieval from rendering (#221)
- Accessibility fix for default color, thanks @normankong (#235)
- feat(title): add nullable title (#241)
- fix(round): properly calculate borderRadius from round (#242)
- fix(round): support number in proptypes (#244)
- fix scaling on an unmounted node, thanks @IrakliJani (#229)
More info: https://github.com/ambassify/react-avatar/milestone/45?closed=1
4.0.0
The react-avatar package will be maintained by the team @ambassify moving forward.
We've updated the babel-preset configuration to reduce bundle size in modern application.
- [build] use new babel tools to optimize dependencies and polyfills (#230)
- [docs] Fix link to demo page (#231)
More info: https://github.com/ambassify/react-avatar/milestone/44?closed=1
3.10.0
This releases adds support for React 17
More info: https://github.com/Sitebase/react-avatar/milestone/43?closed=1
3.9.7
This releases adds TypeScript testing and fixes incorrect types.
- [typescript] fix broken typescript definitions (#207)
More info: https://github.com/Sitebase/react-avatar/milestone/42?closed=1
3.9.6
This releases attempts to fix TypeScript types.
- [typescript] fixes incorrect typedefinitions (#205)
More info: https://github.com/Sitebase/react-avatar/milestone/41?closed=1
3.9.5
This releases adds missing TypeScript types and allows references to be set on withAvatarConfig
wrapper.
More info: https://github.com/Sitebase/react-avatar/milestone/40?closed=1
3.9.4
This release removes warnings about the React legacy context API.
- [context] prevent legacy warning (#200)
More info: https://github.com/Sitebase/react-avatar/milestone/39?closed=1