@aarhus-university/au-designsystem-delphinus 0.40.1 → 0.40.2

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,13 @@
1
- ## 0.40.1 (March 28, 2023)
1
+ ## 0.40.2 (March 31, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ * Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.
5
+
6
+ ### Delphinus Projects Updates
7
+ None
8
+
9
+
10
+ ## 0.40.1 (March 31, 2023)
2
11
 
3
12
  ### Core Delphinus Updates
4
13
  * Fix vertical margin on `.fieldset--section`
@@ -17,7 +17,14 @@ a(href="/components" class= active_nav_item=="components" ? "nav__item--active"
17
17
  a(href="/atom-fonts.html" class= active_nav_item=="atoms" ? "nav__item--active" : "").nav__item Atoms
18
18
  a(href="/code.html" class= active_nav_item=="code" ? "nav__item--active" : "").nav__item Code
19
19
  a(href="/projects" class= active_nav_item=="projects" ? "nav__item--active" : "").nav__item Projects
20
- a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.40.1 (March 28, 2023)</h2>
20
+ a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.40.2 (March 28, 2023)</h2>
21
+ <h3>Core Delphinus Updates</h3>
22
+ <ul>
23
+ <li>Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.</li>
24
+ </ul>
25
+ <h3>Delphinus Projects Updates</h3>
26
+ <p>None</p>
27
+ <h2>0.40.1 (March 28, 2023)</h2>
21
28
  <h3>Core Delphinus Updates</h3>
22
29
  <ul>
23
30
  <li>Fix vertical margin on <code>.fieldset--section</code></li>