Skip to content

Releases: ambassify/react-avatar

5.0.3

05 Aug 07:09
9e9c0a0
Compare
Choose a tag to compare

This release fixes typescript typedefinition for the alt and title attributes, and fixes the use of an empty string.

More info: https://github.com/ambassify/react-avatar/milestone/48?closed=1

5.0.2

03 Aug 08:54
dc76a58
Compare
Choose a tag to compare

This release fixes typescript typedefinition changes in react 18.

More info: https://github.com/ambassify/react-avatar/milestone/47?closed=1

5.0.0

01 Jun 11:31
f6b58aa
Compare
Choose a tag to compare

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

16 Nov 13:21
27878d7
Compare
Choose a tag to compare

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

16 Nov 13:15
010db6e
Compare
Choose a tag to compare

This releases adds support for React 17

  • [react] added support for React 17 (#224)
  • [docs] fix issue in README example (#225)

More info: https://github.com/Sitebase/react-avatar/milestone/43?closed=1

3.9.7

02 Jun 22:16
bda695c
Compare
Choose a tag to compare

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

02 Jun 22:13
1d6d7b2
Compare
Choose a tag to compare

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

12 May 23:06
f78370e
Compare
Choose a tag to compare

This releases adds missing TypeScript types and allows references to be set on withAvatarConfig wrapper.

  • [config] forward ref if support by current version (#202)
  • [types][sources] add missing types (#203)

More info: https://github.com/Sitebase/react-avatar/milestone/40?closed=1

3.9.4

11 May 00:11
d36c165
Compare
Choose a tag to compare

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

3.9.3

23 Apr 22:51
e086494
Compare
Choose a tag to compare

This release updates documentation

  • [docs] update README to mention issues with Gatsby and workaround (readme)