Releases: kolking/react-native-avatar
Releases Β· kolking/react-native-avatar
Release 2.1.4
Release 2.1.3
Fixed #31, thanks to @blazejkustra
Release 2.1.2
Security updates
Release 2.1.1
The NPM package has been renamed to @kolking/react-native-avatar
Release 2.1.0
- Upgrade example app to RN 0.74.4
- Resolved #24
Release 2.0.3
Update dependencies to fix vulnerabilities
Release 2.0.2
Update dependencies to fix vulnerabilities
Release 2.0.1
Update dependencies to fix vulnerabilities
Release 2.0.0
In this version all components have been completely rewritten with a focus on improving performance.
Breaking changes
- Added the
color
prop that changes the avatar's background image - The
borderRadius
prop has been renamed toradius
, the new prop does not support string values - The
imageStyle
prop has been removed, usestyle
prop instead - The
badgePosition
prop has been removed, usebadgeProps
to change theposition
of the badge - The
limit
prop of thebadgeProps
now allows only numeric values
Release 1.0.2
Update dependencies to fix vulnerabilities