- Upgrade to Angular 13
- Upgrade to Angular 11
- Upgrade to Angular 10
- Suppress the deep import warning message
- Upgrade to Angular 9
- BugFix: Electron issue #9
- Export NgxGravatarService
- Support Angular 8
- BugFix: Gravatar is requested infinitely #7
- Update dependencies
- Support hashed email as input parameter #6
- Support
mp
(mystery-person)
- Increase the version to follow Angular version
- Update dependencies and README
- Remove lodash-es lib - bundlephobia
- Cherry-pick lodash methods to reduce the bundle size bundlephobia
- Support hi-res screens #1
- Upgrade to Angular 6
- BreakingChange:
GravatarDefaultConfig
=>GravatarConfig
- BreakingChange:
FALLBACK_TYPES
=>FALLBACK
- BreakingChange:
RATING_TYPES
=>RATING
- BreakingChange: Rating types are now case sensitive
- BugFix: Avatar is fetched twice when initializing
- Support camelCase selector
ngxGravatar
- Be able to set
backgroundColor
locally and globally - Be able to set Gravatar
rating
(g
,pg
,r
,x
) - BugFix:
ngx-gravatar
tried to load the invalid Gravatar over and over again, spamming the console when invalid Gravata fallback type is passed toforRoot()
method. - Remove
@type/lodash
package from dependencies
- Lint and following Angular style guide
- Gravatar directive for Angular 4 and above