react-html-email
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -5,2 +5,6 @@ # Change Log | ||
## 1.2.0 - 2017-01-23 | ||
### Added | ||
- Add bodyStyle prop to Email component. (@lulalachen) | ||
## 1.1.3 - 2016-11-16 | ||
@@ -7,0 +11,0 @@ ### Fixed |
'use strict'; | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -50,3 +52,3 @@ value: true | ||
'body', | ||
{ style: { | ||
{ style: _extends({ | ||
width: '100%', | ||
@@ -57,3 +59,3 @@ margin: 0, | ||
MsTextSizeAdjust: '100%' | ||
} }, | ||
}, props.bodyStyle) }, | ||
_react2.default.createElement( | ||
@@ -86,3 +88,4 @@ _Box2.default, | ||
align: _react.PropTypes.oneOf(['left', 'center', 'right']), | ||
valign: _react.PropTypes.oneOf(['top', 'middle', 'bottom']) | ||
valign: _react.PropTypes.oneOf(['top', 'middle', 'bottom']), | ||
bodyStyle: _react.PropTypes.object | ||
}; | ||
@@ -89,0 +92,0 @@ |
{ | ||
"name": "react-html-email", | ||
"description": "Create elegant HTML email templates using React.", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react", |
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
43658
484