Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jan 8, 2025
1 parent 5c1e465 commit ae41f2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/fast-flies-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
---

refactor(OnyxAvatar): update default initials

Previously the initials were taken from the first two words. Now they will be used from the first and last word.

Example for "John Middlename Doe":

- Previously: "JM"
- Now: "JD"

The default slot has been removed in favor of the `initials` property to set custom initials.

0 comments on commit ae41f2a

Please sign in to comment.