Reflow Maven skin 2.2 Release Notes
Highlights of this release
This focus of this release is:
- Support header as component
- Add
enabled
attribute - Indicates whether the header is visible. The header is displayed by default. - Add
cssClass
attribute - Sets the css class with built-in Bootstrap support. - Add
theme
attribute - Sets the css class with built-in Bootstrap theme. The prefix css theme is header-. - Add
background
attribute - Sets the css class with built-in Bootstrap colour theme.
- Add
- Bug fix and maintenance change
- test failed when running on windows Pull Request #56 (GatiGato).
- Fix the pre-rendering of components and especially toc sidebar and the generation of heading identifier.
- Fix naming of slug name heading (replace default slug separtor by '-' instead '_')
Changelog
2020-01-31
Minor enhancements
- Support header as component (#37).
Bug fix
- test failed when running on windows (#55)