@aarhus-university/au-designsystem-delphinus 0.44.0 → 0.44.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 +20 -0
- package/build/changelog.html +13 -2
- package/build/projects/bachelor-applications/style.css +1 -1
- package/build/projects/bachelor-applications/style.css.map +1 -1
- package/build/projects/brightspace/style.css +1 -1
- package/build/projects/brightspace/style.css.map +1 -1
- package/build/projects/course-catalogue/style.css +1 -1
- package/build/projects/course-catalogue/style.css.map +1 -1
- package/build/projects/medarbejdere/style.css +1 -1
- package/build/projects/medarbejdere/style.css.map +1 -1
- package/build/projects/mitstudie/style.css +1 -1
- package/build/projects/mitstudie/style.css.map +1 -1
- package/build/projects/queue-it/style.css +1 -1
- package/build/projects/queue-it/style.css.map +1 -1
- package/build/projects/typo3/style.css +1 -1
- package/build/projects/typo3/style.css.map +1 -1
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/projects/medarbejdere/markup/_pure-profile-editor.pug +7 -16
- package/source/projects/medarbejdere/pure-profile-editor-free-form-text.pug +2 -2
- package/source/projects/mitstudie/applications-credit-transfer-step5.pug +2 -1
- package/source/projects/typo3/style/_profile-header.scss +1 -1
- package/source/style/base/_forms.scss +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.44.2 (June 20, 2023)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
Adds a max height to the autoexpanding textareas, introduced in 0.44.0.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
None
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 0.44.1 (June 20, 2023)
|
|
11
|
+
|
|
12
|
+
### Core Delphinus Updates
|
|
13
|
+
None
|
|
14
|
+
|
|
15
|
+
### Delphinus Projects Updates
|
|
16
|
+
#### Medarbejdere
|
|
17
|
+
Fixes alignment of tooltip button on primary affilitation in pure editor.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
## 0.44.0 (June 19, 2023)
|
|
2
22
|
|
|
3
23
|
### Core Delphinus Updates
|
package/build/changelog.html
CHANGED
|
@@ -17,9 +17,20 @@ 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.44.
|
|
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.44.2 (June 20, 2023)</h2>
|
|
21
21
|
<h3>Core Delphinus Updates</h3>
|
|
22
|
-
<p>Adds
|
|
22
|
+
<p>Adds a max height to the autoexpanding textareas, introduced in 0.44.0.</p>
|
|
23
|
+
<h3>Delphinus Projects Updates</h3>
|
|
24
|
+
<p>None</p>
|
|
25
|
+
<h2>0.44.1 (June 20, 2023)</h2>
|
|
26
|
+
<h3>Core Delphinus Updates</h3>
|
|
27
|
+
<p>None</p>
|
|
28
|
+
<h3>Delphinus Projects Updates</h3>
|
|
29
|
+
<h4>Medarbejdere</h4>
|
|
30
|
+
<p>Fixes alignment of tooltip button on primary affilitation in pure editor.</p>
|
|
31
|
+
<h2>0.44.0 (June 19, 2023)</h2>
|
|
32
|
+
<h3>Core Delphinus Updates</h3>
|
|
33
|
+
<p>Adds <a href="https://delphinus.au.dk/form-textarea-autoexpand">autoexpanding textarea</a> for form fields.</p>
|
|
23
34
|
<h3>Delphinus Projects Updates</h3>
|
|
24
35
|
<p>None</p>
|
|
25
36
|
<h2>0.43.9 (June 19, 2023)</h2>
|