Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Sep 4, 2024
1 parent faf27e4 commit 66b3194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/healthy-llamas-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"@sv443-network/userutils": major
---

Changed `hexToRgb()` and `rgbToHex()` to support hex color codes with an alpha channel
Changed `hexToRgb()` and `rgbToHex()` to support `#RGBA` and `#RRGGBBAA` color codes (with an alpha channel).
Both functions now have an `alpha` value immediately after `blue`, which can be set to `undefined` to restore the old behavior.

0 comments on commit 66b3194

Please sign in to comment.