Skip to content

Commit ec63379

Browse files
1.0.10
1 parent aed6888 commit ec63379

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33

44

5+
## [v1.0.10](https://github.com/buildo/react-placeholder/tree/v1.0.10) (2017-12-15)
6+
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.9...v1.0.10)
7+
8+
#### Fixes (bugs & defects):
9+
10+
- Array.apply not support ie8 in TextBlock even if I'm add the polyfill [#62](https://github.com/buildo/react-placeholder/issues/62)
11+
12+
#### New features:
13+
14+
- TextBlock: make `widths` overridable [#59](https://github.com/buildo/react-placeholder/issues/59)
15+
516
## [v1.0.9](https://github.com/buildo/react-placeholder/tree/v1.0.9) (2017-11-28)
617
[Full Changelog](https://github.com/buildo/react-placeholder/compare/v1.0.8...v1.0.9)
718

819
#### New features:
920

10-
- install question [#58](https://github.com/buildo/react-placeholder/issues/58)
1121
- Bug with delay when the component is already mounted [#54](https://github.com/buildo/react-placeholder/issues/54)
1222

1323
## [v1.0.8](https://github.com/buildo/react-placeholder/tree/v1.0.8) (2017-10-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-placeholder",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A React component to easily replicate your page with nice placeholders while the content is loading",
55
"main": "lib",
66
"scripts": {

0 commit comments

Comments
 (0)