react-placeholder
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,9 @@ # Change Log | ||
## [v1.0.4](https://github.com/buildo/react-placeholder/tree/v1.0.4) (2017-06-01) | ||
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.3...v1.0.4) | ||
#### Fixes (bugs & defects): | ||
- Update typings to make lineSpacing prop optional [#32](https://github.com/buildo/react-placeholder/issues/32) | ||
## [v1.0.3](https://github.com/buildo/react-placeholder/tree/v1.0.3) (2017-05-31) | ||
@@ -7,0 +14,0 @@ [Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.2...v1.0.3) |
@@ -36,3 +36,3 @@ import { Component } from 'react'; | ||
className?: string, | ||
lineSpacing: string | number | ||
lineSpacing?: string | number | ||
} | ||
@@ -46,4 +46,4 @@ export declare class TextBlock extends Component<TextBlockProps, void> { } | ||
style?: {}, | ||
lineSpacing: string | number | ||
lineSpacing?: string | number | ||
} | ||
export declare class TextRow extends Component<TextRowProps, void> { } | ||
export declare class TextRow extends Component<TextRowProps, void> { } |
{ | ||
"name": "react-placeholder", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A React component to easily replicate your page with nice placeholders while the content is loading", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
35657
476