ComboStrap - Release 1.16
About
This release has brought a old request. ie styling to the identity forms and many more bug fix and improvment.
List
New
Identify forms
- New: login form
- New register form
- New resend form
Toggle
- New: You can set the scroll mechanism to toggle on a constrained height box. It works also with any prism component such as code, file, console
Styling
- New: underline accepts also false to not decorate a link for instance.
Improvement
- Improvement: frontmatter process now the metadata at the render phase.
Deleted
- The option to span multiple line is no more supported for a link to preserve the parse tree. See error below.
Bug Solved
- Bug: slide had no padding on small screen
- Bug: A Layout Shift was occuring because
- their was no width and height attribute on a svg that added via the img
- the styling of the svg returned was set to height“100% in place of height:auto
- Bug: SEO, the page queried by the canonical were not added to the search index. Why ? Because they got a meta robots value of noindex,follow via the tpl_metaheaders function of Dokuwiki that check the INFO['exists'] value.
Renaming
- rename: collapse has been renamed to toggle
Minor Modification
- Minor Modification: Due to the toggle, the prism class styling have been renamed from code-combo-pre to code-container-combo