Skip to content

Release 5.3.5

Compare
Choose a tag to compare
@petschki petschki released this 15 May 14:21
· 25 commits to master since this release

5.3.5 (2025-05-15)

Features

  • pat contentbrowser: configurable searchIndex for filtering (051438b)

  • pat-autotoc: Set required and invalid classes on autotoc nav an… (#1455) (24b4570)

    • pat-autotoc: Reformat docs and remove fancy table-text-centering, which makes extending the docs more difficult than it should be.
  • feat(pat-autotoc): Set required and invalid classes on form tabs if applicable.

  • pat-autotoc: Set the required CSS class on the tab navigation for any forms, not only pat-validation ones. (d822df5)

Bug Fixes

  • pat autotoc: Show required indicator for tabs with reuqired multi-checkbox or radio button fields. (50aeca0)

    A groupt of multiple required checkboxes for a single field are rendered
    in Plone currently without the required attribute. The same goes for radio
    buttons. Instead the label is marked as required.

This PR supports this situation and also marks the tab-navigation as
required, if a field label is marked as required.`

  • pat contentbrowser: fix batching with levelFilter or searchTerm (5146f4b)

  • pat contentbrowser: show id when there is no Title (d89637c)

  • pat tinymce: fix value type of "menubar" setting. See plone.staticresources#379 (069eae0)

  • pat tinymce: set language code after underscore replacement in init options (83922ea)

Maintenance

  • pat-autotocs: Minor addition to tests. (ef589e7)