@aarhus-university/au-designsystem-delphinus 0.30.2 → 0.30.5
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 +30 -0
- package/build/projects/mitstudie/style.css +1 -1
- package/build/projects/mitstudie/style.css.map +1 -1
- package/package.json +1 -1
- package/source/projects/mitstudie/markup/_event-modals.pug +24 -12
- package/source/projects/mitstudie/markup/_timetable.pug +18 -8
- package/source/projects/mitstudie/style/_timetable.scss +15 -4
- package/source/projects/typo3/_content-elements.pug +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
## 0.30.5 (July 29, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
None
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
#### Mit Studie
|
|
8
|
+
* Fix issue where secondary title in event tiles (introduced in 0.30.4) did not show in short duration events.
|
|
9
|
+
* Fix issue where short duration events, would show a white background behind the left side border of the event tile, if the tile has a theme class applied.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 0.30.4 (July 26, 2022)
|
|
13
|
+
|
|
14
|
+
### Core Delphinus Updates
|
|
15
|
+
None
|
|
16
|
+
|
|
17
|
+
### Delphinus Projects Updates
|
|
18
|
+
Mit Studie: Add styling for a secondary title in event tiles.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## 0.30.3 (July 26, 2022)
|
|
22
|
+
|
|
23
|
+
### Core Delphinus Updates
|
|
24
|
+
None
|
|
25
|
+
|
|
26
|
+
### Delphinus Projects Updates
|
|
27
|
+
Mit Studie: Adjusted min width of timetable in default viewport, after page sidepadding changes introduced in 0.29.0.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
1
31
|
## 0.30.2 (July 25, 2022)
|
|
2
32
|
|
|
3
33
|
### Core Delphinus Updates
|