Skip to content

Commit a245ae0

Browse files
authored
Merge branch 'master' into TMS-1203
2 parents 316f224 + 3894ab0 commit a245ae0

24 files changed

+402
-263
lines changed

CHANGELOG.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
- Change subpages-components layout
2121
- Change apply-method categories colors
2222

23+
## [1.12.1] - 2025-10-23
24+
25+
- TMS-1202: Allow type mistmatch for radio-button active check
26+
27+
## [1.12.0] - 2025-10-22
28+
29+
- TMS-1202:
30+
- Add apply-method radio-button filters for program-search
31+
- Add apply-method filter selection field to page settings
32+
- TMS-1201: Add iframe-field for accordion-blocks video field
33+
- TMS-1205: Rework grid-components featured section to be responsive
34+
- TMS-1175: Realign hero button icons
35+
2336
## [1.11.0] - 2025-10-01
2437

2538
- TMS-1201: Add iframe-field for video fields

assets/styles/blocks/custom/_grid.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
&--featured {
4848
grid-row: span 2 !important;
49+
min-height: 60vh;
4950

5051
#{$item}__details {
5152
aspect-ratio: auto;

assets/styles/views/_page-program.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
}
4848
}
4949

50+
.is-checkradio + label {
51+
line-height: inherit;
52+
}
53+
5054
select {
5155
appearance: none;
5256
}

lang/fi.mo

27 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)