All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add bodyStyle prop to Email component. (@lulalachen)
- Fix unstable import path compatibility with React 15.4.0. (@ryanscottaudio + @chromakode)
- Removed failing redundant xmlns injection in React 15.3.0. (@orrybaram + @chromakode)
- Resolved test warnings in React 15.3.0 due to https://fb.me/react-warning-dont-call-proptypes. (@chromakode)
- Add "width", "align", and "valign" props to the
Email
component. (@laurent-skim-it)
- Disable warnings by default when running with
NODE_ENV=production
. (@chromakode)
- Fix border attribute being omitted from HTML output. (@chromakode)
- Fix style validator
strict
andwarn
flags being ignored. (@chromakode)
- Fix minor React warning about numeric CSS string values in
Email
component. (@chromakode)
- Accept React 15 as a peer dependency. (@chromakode)
- Data attribute props to components. (@Roilan)
alt
tag prop toImage
component. (@Roilan)headCSS
prop toEmail
component to which creates a<style>
tag. (@chromakode)
- Fix handling of duplicate background row in CSS support matrix.
- Add default export to match documentation.
- Miscellaneous config files to .npmignore.
- Initial public release.
- Documentation.
- 100% test coverage.