react-html-email
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,6 @@ # Change Log | ||
## 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 | ||
@@ -7,0 +11,0 @@ ### Added |
@@ -52,4 +52,4 @@ 'use strict'; | ||
width: '100%', | ||
margin: '0', | ||
padding: '0', | ||
margin: 0, | ||
padding: 0, | ||
WebkitTextSizeAdjust: '100%', | ||
@@ -56,0 +56,0 @@ MsTextSizeAdjust: '100%' |
{ | ||
"name": "react-html-email", | ||
"description": "Create elegant HTML email templates using React.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react", |
# react-html-email | ||
[![Build Status](https://img.shields.io/travis/chromakode/react-html-email/master.svg?style=flat-square)](https://travis-ci.org/chromakode/react-html-email) | ||
[![Coverage Status](https://img.shields.io/coveralls/chromakode/react-html-email/master.svg?style=flat-square)](https://coveralls.io/github/chromakode/react-html-email?branch=master) | ||
[![Coverage Status](https://img.shields.io/codecov/c/github/chromakode/react-html-email/master.svg?style=flat-square)](https://codecov.io/github/chromakode/react-html-email?branch=master) | ||
[![npm](https://img.shields.io/npm/v/react-html-email.svg?style=flat-square)](https://www.npmjs.com/package/react-html-email) | ||
@@ -6,0 +6,0 @@ [![npm](https://img.shields.io/npm/l/react-html-email.svg?style=flat-square)](https://github.com/chromakode/react-html-email/blob/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40856