@sv443-network/userutils 7.0.1 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @sv443-network/userutils
2
2
 
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3b8aa88: Added color manipulation functions `hexToRgb()`, `rgbToHex()`, `lightenColor()` and `darkenColor()`
8
+ - 7303aa2: Added `setInnerHtmlUnsafe()` for setting innerHTML unsanitized using a [Trusted Types policy](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API)
9
+
10
+ ### Patch Changes
11
+
12
+ - 7303aa2: Made `addGlobalStyle()` use the new `setInnerHtmlUnsafe()` to fix the error "This document requires 'TrustedHTML' assignment" on Chromium-based browsers
13
+
14
+ ## 7.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 7335c59: Added Dialog class for easily creating customizable modal dialogs
19
+ - ca50132: Added NanoEmitter class for lightweight event emitter functionality in both OOP and FP
20
+
3
21
  ## 7.0.1
4
22
 
5
23
  ### Patch Changes