Releases: voidlabs/versafix-template
v1.3.2
- Add support for all social icon styles to socialBlock (footer), too. (f8fce26)
- Remove google+ from social blocks and share block (ec163c2)
Fix:
- missing edres _social-select images for previous release (67be107)
Please note v1.3.x releases introduce model changes so once you move forward you can't go back (even by minor/dot releases).
Update: please note this release have a bug in sideArticle/sideImage block, fixed in 1.3.3.
v1.3.1
- Added Twitch and TikTok icons to bigSocialBlock
- Added all 15 versafix-social-icons styles to bigSocialBlock
Please note v1.3.x releases introduce model changes so once you move forward you can't go back (even by minor/dot releases).
Update: please note this release have missing resources, fixed in 1.3.2.
v1.3.0
New
- sideImageBlock: like a sideArticleBlock but with no gutter on the image.
- buttonStyle: now we support button border (width and color) and custom horizontal+vertical padding.
- blockSpacing: every block now has a style for block top/bottom padding and for horizontal+vertical spacing of content elements.
- titleBlock and hrBlock have been deprecated (you can keep using them if your template uses them, but you won't see them in the "add block" tab) and titleBlock2 and hrBlock2 have been introduced (they use more consistent blockSpacing).
Minor:
- font-size: from select (8..31) to slider (8..60)
- sharebutton front-size: from select (10..25) to slider (10..25)
- radius: increased max from 20 to 40
- hrWidth: from select 10-100 to integer 5..100 (slider)
Note
This works starting from mosaico 0.18.5 but we suggest to wait for 0.18.6 or following.
Also, if you are a versafix 1.1.x user please attempt the upgrade to versafix 1.2.x before swithing to 1.3.x because 1.2 is model-compatible to 1.1.22 while 1.3 models won't be loadable anymore if you downgrade to a versafix <1.3.
v1.2.0
Fix
- Outlook 2021 200 DPI block spacing issues
- sideArticle image position in mobile when image is on the right (we want image to be on top): we now use DIR=rtl|ltr for this.
- Button top-padding in article blocks missing in MSO clients.
Changes
- hide body from Outlook 2013 (mso 15) so 1px buggy lines are white, there, too (previosly we did that on mso >= 16).
- shareBlock and bigSocialBlock now use dynamic src declaration with "Url" method (smaller source code)
- this version introduces a lot of html/css changes in order to prepare for future flexibility wrt spacing.
- This version is model compatible with 1.1.22 but requires mosaico 0.18.5+
By using this version you can test the new html that will be used by 1.3.x versafix templates without moving to the updated model introduced by 1.3.x, so, if you experience issues with 1.2.0 you can safely downgrade to 1.1.22 while if you are fine with 1.2.0 you will be able to upgrade to 1.3.x more safely.
Marking this a a pre-release because there is no real need to use this unless you want to move 1.3.x versions later and the new markup have not been proof-tested like the 1.1.x markup (that many deployments use since years)
Update: please note this release have a bug in sideArticle block, fixed in 1.2.1.
v1.1.22
v1.1.21
v1.1.20
- a lot of changes (without affecting the model) to use hints for new mosaico 0.18.x widgets (buttons, font face menu, icon selections, sliders, in-place "height" handle, etc)
- created some tooling for the automatic translation to italian and to "voxmail".
- now the ".it." template is model compatible with the main english template, while the .voxmail. version have model incompatible changes for backward compatibility with the old italian template.
v1.1.19
v1.1.18
v1.1.17
Minor fixes/improvements
- Fix social icons bgcolors (Fix #4)
- Use role="presentation" for layout tables (Fix #8)
- Use url(https://) instead of url() for background color hack (FIx #5)
- Remove spurious line in editing after spacer block with different internal/external background option (Fix #3)
- Prevent "mobile rendering" on Yandex (workaround for a Yandex "bug") (Fix #1)
- Minor changes to remove unwanted spacing on iOS 10 (Related to #2)