Releases: foundation/inky
Releases · foundation/inky
Version 1.2.0
Added a <callout>
tag to create callouts.
Version 1.1.0
- Added a cutom
<center>
tag which applies the.center
class andalign="center"
attribute to the immediate child of the tag. Thanks @jacobjpope! - Prevent errors when parsing inline elements or special characters.
Version 1.0.0
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
- 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
Fixed an issue with expanded buttons not displaying properly.
Version 1.0.0 RC2
- 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
- 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
Removed <subcolumns>
element in favor of new syntax for nested grids in Foundation for Emails 2.0.
Version 0.3.0
- 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 tocomponents
. - Renamed
grid
option tocolumnCount
. - Added a command line wrapper, which can be used by installing Inky globally.