ComboStrap - Release 1.13
About
The release 1.13 was focus on the creation of landing page components. This is the first landing page release. The next will be landing page perfect with full animation and layout.
Changes / New
Bootstrap 5
New: Bootstrap 5 is now the default. Read more about the bootstrap migration on this page: ComboStrap - Release 1.13 - BootStrap 4 to 5
Animation
Landing page
New: The
slide component to create landing page with sections of a page or hero section with alternated background
-
-
Svg
-
New:
SVG Optimization - The Svg returned are now optimized. They are injected inline for file less than 2KB such as
icon, they are otherwise loaded lazily and injected via javascript.
-
Styling / Theme
-
-
New: The
table component does not take 100% width to reduce the visual space and allow floating element to the right.
New:
float - the float styling attribute has been added.
-
Raster Image
-
-
New:
Raster Images Retina Support. The image may be downloaded at a size that depends on the screen resolution (device pixel ratio) and not on the screen size.
New:
SVG Lazy loading - The big Svg file are now only loaded when they are going to become visible.
New:
SVG Injection - The big Svg file are downloaded and injected as SVG markup.
-
New:
Image with a
width are media aware. The width will be 100% for a screen size below the
width to make them fully responsive.
Layout
New:
auto layout is supported on a
grid where the columns takes the natural width of their content and never overflow.
New: If there is no
bar, the main content is centered with a max length of 9 cols.
New: A
Layout by page can be specified.
Security
New:
Security, the csp directive are not statically saved in the template but added dynamically when the html headers are printed. It helps to have uniform on all pages (main, details and mediamanager)
UI Component
New: A
Link by default cannot be written on multiple line to avoid having strange behavior. The
enableMultiLinesLink configuration permits to control this behavior.
-
-
Markup perfect
Markup perfect means that there is no need to tweak the output via styling.
Bug