Skip to content

Releases: foundation/inky

Version 1.2.0

04 Mar 18:54
Compare
Choose a tag to compare

Added a <callout> tag to create callouts.

Version 1.1.0

04 Mar 17:32
Compare
Choose a tag to compare
  • Added a cutom <center> tag which applies the .center class and align="center" attribute to the immediate child of the tag. Thanks @jacobjpope!
  • Prevent errors when parsing inline elements or special characters.

Version 1.0.0

29 Feb 18:54
Compare
Choose a tag to compare

Why not call it 1.0?

  • Fixed incorrect syntax for expanded buttons.
  • Properly copy CSS classes on a <menu> to the final HTML output.

Version 1.0.0 RC4

18 Feb 20:59
Compare
Choose a tag to compare
  • The parser can now handle full HTML documents—thanks @ragboyjr!
  • When applying classes to <columns>, prevent the classes from sometimes being comma-separated in the final output.

Version 1.0.0 RC3

18 Feb 18:13
Compare
Choose a tag to compare

Fixed an issue with expanded buttons not displaying properly.

Version 1.0.0 RC2

17 Feb 21:49
Compare
Choose a tag to compare
  • Moved the command-line interface to inky-cli.
  • Fixed the column syntax so that content is next to the .expander element, instead of inside of it.

Version 1.0.0 RC1

11 Feb 22:39
Compare
Choose a tag to compare
  • Pruned unused internal functions from the parser.
  • Remove code for <callout> element, which is now just handled by a class.
  • Updated <button> output to support changes to expanded button syntax.

Version 0.4.0

11 Feb 01:30
Compare
Choose a tag to compare

Removed <subcolumns> element in favor of new syntax for nested grids in Foundation for Emails 2.0.

Version 0.3.0

11 Feb 00:31
Compare
Choose a tag to compare
  • When using the Inky parser directly, settings are now passed in the constructor instead of a separate function.
  • Removed the attributes option.
  • Renamed zfTags option to components.
  • Renamed grid option to columnCount.
  • Added a command line wrapper, which can be used by installing Inky globally.