Skip to content

Commit f73eebc

Browse files
committed
Release new version.
1 parent 97ba1d2 commit f73eebc

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33

44

5+
## [5.1.17](https://github.com/plone/mockup/compare/5.1.16...5.1.17) (2025-05-09)
6+
7+
8+
### Features
9+
10+
11+
* **pat-autotoc:** Set the required CSS class on the tab navigation for any forms, not only pat-validation ones. ([493ae5c](https://github.com/plone/mockup/commit/493ae5c507ef2b68176e27fe7b6be62bce39b977))
12+
13+
14+
15+
### Bug Fixes
16+
17+
18+
* **pat autotoc:** Show required indicator for tabs with reuqired multi-checkbox or radio button fields. ([5277fe9](https://github.com/plone/mockup/commit/5277fe92e879b4d0e55a5c6de56a6a3029d17bc2))
19+
20+
A groupt of multiple required checkboxes for a single field are rendered
21+
in Plone currently without the required attribute. The same goes for radio
22+
buttons. Instead the label is marked as required.
23+
24+
This PR supports this situation and also marks the tab-navigation as
25+
required, if a field label is marked as required.`
26+
27+
28+
29+
### Maintenance
30+
31+
32+
* **pat-autotocs:** Minor addition to tests. ([83bf52c](https://github.com/plone/mockup/commit/83bf52c16ce1a275d766fcc088b71f340eaf002a))
33+
534
## [5.1.16](https://github.com/plone/mockup/compare/5.1.15...5.1.16) (2025-05-09)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plone/mockup",
3-
"version": "5.1.16",
3+
"version": "5.1.17",
44
"description": "A collection of client side patterns for faster and easier web development",
55
"license": "BSD-3-Clause",
66
"main": "./src/patterns.js",

0 commit comments

Comments
 (0)