About
The release 1.14 has made Combostap fully functional on the typographic side. It was needed to create landing page that requires to tweak the style a little bit.
There is also a lot of improvement in order to make the product easier to use.
The height of the top menu bar is lost in the upgrade and should be set again to its initial value.
We missed it in the test case, sorry.
The bar configurations were changed and renamed to slot. The new release should take care of the migration but if there is any problem during the migration, you may not see your header, footer or sidebar. If this is the case, you should just set the value in your slot configuration
New
Typography
- New typographic page
- New: the text component accepts to style several paragraph at once
- New: the itext component accepts to style several characters / words at once (i for inline)
- New: the text component accepts to a line-spacing attribute to set the height between each line of a paragraph
- New: the text-align attribute can now be conditional and takes the start and end notation
- New: the opacity attribute has its own page and can be applied to all component (not only to background)
- New: the boldness attribute to set the font-weight from extra-light to extra-dark.
- New: the line spacing attribute to set the space between line
- New: the font size attribute to set the size of characters
- New page: the color of the text got a page: ComboStrap - Text color
- New color value reset: the reset color permits to takes the color of its parent.
- New: the underline effect can be set with the underline attribute
- New: an internal link can be styled
Page Layout: Landing Page
- New page layout: landing in order to create landing page with section of page created with the slide component
Markdown Code Syntax
- new: The code component supports also the markdown github code syntax
Markdown Heading
The heading component supports also the ATX markdown heading.
print. The lazy loaded image are downloaded before print and the bars are cached to be able to print a page.
Outline Numbering
Outline Numbering is now fully customizable from decimal to latin-upper. Due to this change, the anchor are now located to the right and this is no more mandatory to use the renderer
New Statistics on component usage
You can now analyse the syntax used in your page with the syntax count analytics.
RTL and Component Language support
- New: support for RTL language at the page level, through the lang metadata of frontmatter, we apply now the right language and direction in the strap template. Example: صفحة مكتوبة باللغة العربية
- New: Lang attribute to mix languages on the same page. Demo with English and Arabic languages: صفحة مكتوبة باللغة العربية
Credits page added
- Added the credits page
Improvement
Heading can be styled - Easy
You can now style the content of your heading (adding icon, boldness, …)
Note
- The note component got also the userstyle class.
Link
The link attribute can now be used with the styling attributes
Slide
The slide component gets responsive x margin. Using more left and right margins, the bigger the screen is.
Icon
- The icon component accepts any length unit (such as rem) and padding was disabled because it makes the icon invisible.
- The icon attached to the configuration is no more downloaded but included to the page and cached leading to a big performance gain.
HTML Super set
In html super set language, this is no more needed for an attribute:
- to set a value if the value is true,
- to enclose the value between between quotes if the value does not contain any spaces.
Webcode
- webcode shows the example code in a iframe. The markup code does not conflict with the code of the page. This was needed for the heading example.
- webcode supports also the markdown code syntax
- webcode has become a stack component leading to less HTML paragraph creation.
Clickable
The template Bar has been renamed slot
To improve the glossary, the template bar has been renamed to slot. This is to be abel to make the difference between:
- a bar (ie a GUI component) such as the menubar or toolbar
- and a slot (ie where content can be added in the template).
A bootstrap template is no more mandatory
Every template perfect: A bootstrap and strap template is no longer mandatory. If Bootstrap is not found, it will be added. The css of the template may conflict. This is the case for instance with the default Dokuwiki. In a button, this template sets the color of a:link and a:visited that takes precedence over the white text color and the text in the button is therefore not displayed. You need then to set the text color to white for each primary button.
Brand
brand is now a superset html component and allows all styling.
Grid
Modification
Link
- Modification Strap Css: The links are not anymore without underlined as specified in the default dokuwiki template. This is just not the default of Bootstrap as seen in the default of the reboot stylesheet.
Grid
- The col tag of the grid is now known as cell which makes much more sense as you can have several cell that on several line.
Bar becomes slot
- To not confound with the bar term as ui component, the bar of the strap template has been renamed to slot
Navbar becomes menubar
The navbar has also be renamed to menu bar that convey much more it's functionality (being an horizontal bar with dropdown).
Title and Heading are known as heading
The title component is now integrated and known as a heading. No more difference, the context choose if this is an heading for an outline or not.
Bug
Webcode
- When the content of a rendered webcode is less than the default html element height of 150, the padding of the first descendant phrasing element would end up in the margin of the iframe html element.
- Webcode was deleting the first p and last p if present. We got then an XHTML error when their was a first p but not a last p. It can be the case with a button and a div as this is with the collapse example
Target for internal link was not taken into account
Bug: target configuration was not taken into account for internal link
Frontmatter section editing
- Bug: edit section on frontmatter had a bad end position due to variable mismatch.
Box
- box does not delete paragraphs anymore (ie has become a stack component)
Link
- Bug: A link without description but with a separator was showing nothing. This is corrected and we get now the default page description.
Collapse
The new bootstrap namespace was not applied and therefore collapse was not working with Bootstrap 5.
Raster Image
- The width and height of the raster image were set on the intrinsic width and height on not on the requested width and height. There was then FOUC effect when the image was lazy downloaded .
- The rounding dimension value was not to the closest but the the lowest integer value.
Deprecated
Dynamic Grid
- grid of 16 (dynamic grid) is deprecated from Bootstrap 5
Title
The title component is now integrated and known as a heading. No more difference, the context choose if this is an heading for an outline or not.
Navbar
The navbar has been renamed to menubar that convey much more it's functionality (being an horizontal bar with dropdown).
Typo is no known as text
- Change: The typo component has been renamed to text