Skip to content

v1.6.0

Choose a tag to compare

@go4cas go4cas released this 15 Jun 12:39
· 6 commits to main since this release

Added

  • animate: 'blink' — a subtle eye-blink for the face styles (portrait, studio, cartoon). The CSS is scoped to the individual avatar (so it never blinks others on the page) and respects prefers-reduced-motion. Non-blink output is unchanged.
  • Status badge icon optionstatus: { state, icon: true } draws a colorblind-safe shape glyph on the dot (check / minus / clock / cross), so presence is distinguishable without relying on color alone. Defaults to false.
  • Per-member group lookscreateAvatarGroup now accepts member objects ({ seed, ...perMemberOptions }) alongside plain seeds, so a customized member renders with its own look inside the group mark. Plain-seed groups are unchanged.

The demo gains a badge-icon toggle, a blink option, per-person group export, and the Team Builder now remembers your last team via localStorage.

Full changelog: v1.5.0...v1.6.0