Skip to content

Releases: foundation/inky

v1.4.2

01 Aug 09:58
v1.4.2
409ba41
Compare
Choose a tag to compare
Reverted a change that added zwj for outlook 2016.

v1.4.1

21 Jul 02:03
v1.4.1
25342d6
Compare
Choose a tag to compare

Minor update from v1.4.0. The dist was rebuilt and version updated in package.json.

v1.4.0

21 Jul 01:54
v1.4.0
c13e215
Compare
Choose a tag to compare

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.

Full Release Compare

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

30 Jun 18:16
Compare
Choose a tag to compare

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.

*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.

image

Inky v1.3.5

21 Apr 21:40
Compare
Choose a tag to compare

This release adds the <wrapper> and <spacer> components and some key bug fixes.

Version 1.3.0

21 Mar 22:00
Compare
Choose a tag to compare

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

21 Mar 20:08
Compare
Choose a tag to compare
  • 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>.

Version 1.2.3

10 Mar 17:35
Compare
Choose a tag to compare

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

07 Mar 21:59
Compare
Choose a tag to compare
  • 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.

Version 1.2.1

04 Mar 19:44
Compare
Choose a tag to compare

Fixed classes applied to <block-grid> not being used in the final HTML output.