Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

60 lines (47 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.2.0 - 2017-01-23

Added

  • Add bodyStyle prop to Email component. (@lulalachen)

1.1.3 - 2016-11-16

Fixed

  • Fix unstable import path compatibility with React 15.4.0. (@ryanscottaudio + @chromakode)

1.1.2 - 2016-08-07

Fixed

1.1.1 - 2016-07-25

Added

  • Add "width", "align", and "valign" props to the Email component. (@laurent-skim-it)

1.1.0 - 2016-07-18

Added

  • Disable warnings by default when running with NODE_ENV=production. (@chromakode)

Fixed

  • Fix border attribute being omitted from HTML output. (@chromakode)
  • Fix style validator strict and warn flags being ignored. (@chromakode)

1.0.2 - 2016-04-21

Fixed

  • Fix minor React warning about numeric CSS string values in Email component. (@chromakode)

1.0.1 - 2016-04-21

Added

  • Accept React 15 as a peer dependency. (@chromakode)

1.0.0 - 2016-04-21

Added

  • Data attribute props to components. (@Roilan)
  • alt tag prop to Image component. (@Roilan)
  • headCSS prop to Email component to which creates a <style> tag. (@chromakode)

0.2.1 - 2016-01-06

Fixed

  • Fix handling of duplicate background row in CSS support matrix.

0.2.0 - 2016-01-05

Added

  • Add default export to match documentation.

0.1.1 - 2016-01-02

Added

  • Miscellaneous config files to .npmignore.

0.1.0 - 2016-01-02

Added

  • Initial public release.
  • Documentation.
  • 100% test coverage.