ComboStrap - Release 1.23
About
The release 1.23 brings:
- cropping to svg
- and the ratio property to all image
The icon are also seen as page image making them available as illustration for any iteration.
And more, see below for all details.
List
New
- The Svg and Icon are now taken into account as first image and becomes therefore available as illustrative page image
- The ratio is now first class citizen and can be used on all image, all syntax.
- If a illustrative page image is an icon (less than 30px), there is zoom of 3 that's applied to get a more pleasant visual.
- The telegram documentation on social graph
- Added twitter emoji as icon library
- Added ant design as icon library
- Added fad icon as icon library
- Added Clairty icon as icon library
- Added the github octicons as icon library
Improvement
- The cli documentation has been improved with Linux example and add the animal information in the output.
- The carbon icon library is case sensitive. We follow the iconify standard and have added a mapping between lowercase name and physical name. For instance, csv is known in carbon as CSV.
- If an icon does not have a viewBox, we create it to make it scalable. For instance, the fad random dice is not scalable.
Bug
- Svg loading error such as web server error 500 for icon sends now an error and does not crash the page
- Icon without viewBox where not rendering correctly. In a svg, if the viewBox is not present, we check now also the width and height of svg to determine the dimension.
- iterator rendering was not working if there was just before a complex syntax such as table or list. The algorithm was parsing the whole tree and not only the iterator to detect complex mode. This is corrected.