📣 borb release notes
- Added pretty much all the
LayoutElement
implementations to the easy imports. - Added a
LayoutElement
calledMap
with implementationsMapOfEurope
,MapOfTheUnitedStates
andMapOfTheWorld
. TheseLayoutElement
instances draw a map of their respective territories, and allow you to mark one or multiple components with a differentfill_color
,stroke_color
andline_width
. - Fixed tests related to unsplash API.
- Added tests for
A4PortraitTemplate
. - Added tests for
A42ColumnPortraitTemplate
. - Added tests for
SlideTemplate
. - Added
TestCreateFullSlideTemplate
. Check out thisTestCase
if you want a concrete example of how to useSlideTemplate
to produce a beautiful slideshow in PDF.