github devacfr/reflow-maven-skin v2.3.0
Release 2.3.0

latest releases: v2.4.0-beta3, v2.3.5, v2.4.0-beta2...
5 years ago

Highlights of this release

The header component can now be displayed in 3 different ways:

  • jumbotron - the current rendering (default)
  • banner - display centering banner.
  • custom - use specific html (cdata content of header component) to render the header.

you can also integrate a free content directly (without modification) in body page. The page is composed only header (navbar), body and footer. You can play only with the body content. The content is put as is, Reflow maven skin should not modify this content.

<reflowSkin>
  <pages>
    <index type="body" />
  </pages>
</reflowSkin>

⚠️ Be careful
The cssClass attribute do not override anymore theme and background attribute.
you can not write <navbar cssClass="navbar-dark bg-primary border-bottom">, but instead <navbar theme="dark" background="primary" cssClass="border-bottom">.

Other Fix Bugs and Enhancements

  • Bump Doxia Tools version to 1.9
  • Add possibility to disable AnchorJS with flag <anchorJS>true|false</anchorJS>.
  • Fix Error when scroll top with smooth scroll is disabled.
  • The cssClass attribute in component is inclusive instead exclusive. ie, add new css classes to component instead replace theme and background css classes.
  • Fix should not override heading ids if the TOC is disabled (thanks Aurelien Baudet).

Don't miss a new reflow-maven-skin release

NewReleases is sending notifications on new releases.