Releases: foundation/inky
v1.4.2
v1.4.1
Minor update from v1.4.0. The dist was rebuilt and version updated in package.json.
v1.4.0
Inky v1.4.0 is the first release in over 4 years! This merges in a bunch of changes from over the years and updates the underlying libs.
Bug Fixes
- 🐛 Remove data-parsed attributes from html output
- 🐛 Fix gap issue in Outlook 2016
- 🐛 Fix spacer component on Outlook and Windows Mail clients
- 🐛 Updated libraries and dependencies
Featured Enhancements
- 🚀 Support for
<hr>
elements - 🚀 Support for button attributes
- 🚀 Support for table attributes
Contributors
Thanks to the amazing people who contributed code or documentation to the 1.4.0 release. Foundation for Emails wouldn't happen without you!
Inky 1.3.6 — Bismarck
A huge release, from new implementations, features, and bug fixes. This is a changelog for Inky based on the Foundation for Emails 2.2 release. Check out the entire Foundation for Emails 2.2 release.
Features
- Buttons can now have target attributes - #42
- You can now vertically align content in columns and Source order - HTML attributes can now be passed to row’s and columns - #45
- Spacer height can now be controlled by media query in HTML - #36 Thanks to @ethanmay
- Added data-attribute no-expander to to disable the .expander - #29
- Menu items can now have target attributes - #54 fixes #465
<raw>
Inky tag to ignore parsing handlebars and other things that should not be changed - #28
Bug fixes
- Prevents character encoding in many places - #37
- Adds default spacer size if none is specified - c17a914
If you're into seeing all the commits, you'll find them here: foundation/foundation-emails@v1.3.5...v1.3.6
Contributors
Here are the folks who made this release possible. If you want to contribute, check out our contributing page on the Foundation site, or browse the help wanted issue tag on GitHub.
- Ethan May - @ethanmay
- Sankalp Agrawal - @iamsankalp
- Brandon Barringer - @brandonbarringer
- Clement Paris - @ClementParis016
- Rafi Benkual - @rafibomb
- Kevin Ball - @kball
*The Bismarck Sea lies in the southwestern Pacific Ocean to the north of the island of Papua New Guinea and to the south of the Bismarck Archipelago and Admiralty Islands. Like the Bismarck archipelago, it is named in honor of the German chancellor Otto von Bismarck. The Bismarck archipelago extends round to the east and north of the sea, enclosing the Bismarck Sea and separating it from the Pacific Ocean. To the south it is linked to the Solomon Sea by the Vitiaz Strait. It was the site of a major Japanese naval defeat in the Battle of the Bismarck Sea during World War II on 3 and 4 March 1943.
Inky v1.3.5
This release adds the <wrapper>
and <spacer>
components and some key bug fixes.
Version 1.3.0
This release adds Foundation for Emails as an explicit dependency of Inky. This is to ensure you're always using the correct version of Inky.
The dependency is currently 2.0.0-rc.4
.
Version 1.2.6
- The
.expander
in a<column>
is now only used if the column is full-width (i.e.,large="12"
). - Updated
<menu>
to new syntax in Foundation for Emails, which fixes various display issues in Outlook. - Updated
<center>
to apply the class.float-center
instead of.text-center
to<menu>
, and to correctly applyalign="center"
- Updated
<callout>
to use<th>
instead of<td>
.
Version 1.2.3
The <center>
tag now applies the .text-center
instead of .center
class, to match changes made in the CSS of Foundation for Emails 2 RC3.
Version 1.2.2
- The parser's logic has been greatly simplified. This specifically fixes an issue with
<center>
tags causing an infinite loop, which would crash the parser. - Use
<td>s
instead of<th>
s in callouts. - When the
<center>
tag is used, the.center
class is now added to any existing classes on the child elements, instead of overwriting theclass
attribute entirely.
Version 1.2.1
Fixed classes applied to <block-grid>
not being used in the final HTML output.