@aarhus-university/au-designsystem-delphinus 0.26.4 → 0.26.8

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,4 +1,31 @@
1
- ## 0.26.4 (June 1, 2022)
1
+ ## 0.26.8 (June 21, 2022)
2
+
3
+ ### Core Delphinus Updates
4
+ * Correct typing of events i navigational scripts.
5
+ ### Delphinus Projects Updates
6
+ None
7
+ ## 0.26.7 (June 21, 2022)
8
+
9
+ ### Core Delphinus Updates
10
+ * Return types on navigational functions for useEffect in React 18.
11
+ ### Delphinus Projects Updates
12
+ None
13
+ ## 0.26.6 (June 21, 2022)
14
+
15
+ ### Core Delphinus Updates
16
+ * Removal of event listeners (before re-adding) in scripts in preparation for StrictMode in React 18.
17
+ ### Delphinus Projects Updates
18
+ None
19
+
20
+ ## 0.26.5 (June 20, 2022)
21
+
22
+ ### Core Delphinus Updates
23
+ Fixes issue in navigation where the menu toogle would jump to bottom of the menu, when opened.
24
+
25
+ ### Delphinus Projects Updates
26
+ None
27
+
28
+ ## 0.26.4 (June 7, 2022)
2
29
 
3
30
  ### Core Delphinus Updates
4
31
  None