aloha-vue 2.41.1 → 2.41.3

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
@@ -7,6 +7,14 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.41.3
11
+
12
+ - Fix `isActionIconVisible` initialization in `SimpleTableAPI` to correctly reference its prop.
13
+
14
+ ## 2.41.2
15
+
16
+ - Revert to `dompurify` from `isomorphic-dompurify` for simplicity and update related imports and usage in `utils.js`.
17
+
10
18
  ## 2.41.1
11
19
 
12
20
  - Export `DOMPurify` from `utils.js` for enhanced modularity and clarify `isomorphic-dompurify` usage.