All Versions
14
Latest Version
Avg Release Cycle
146 days
Latest Release
2642 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.0 Changes
March 21, 2016๐ 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
. -
v1.2.6 Changes
March 21, 2016- 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>
.
- The
-
v1.2.3 Changes
March 10, 2016The
<center>
tag now applies the.text-center
instead of.center
class, to match changes made in the CSS of Foundation for Emails 2 RC3. -
v1.2.2 Changes
March 07, 2016- ๐ 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.
- ๐ The parser's logic has been greatly simplified. This specifically fixes an issue with