All Versions
14
Latest Version
Avg Release Cycle
146 days
Latest Release
2642 days ago

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 apply align="center"
    • โšก๏ธ Updated <callout> to use <th> instead of <td>.
  • v1.2.3 Changes

    March 10, 2016

    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.

  • 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 the class attribute entirely.