Skip to content

Commit ff038d1

Browse files
author
Vesa Piittinen
committed
Version 0.5.0
1 parent 2d31d8b commit ff038d1

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.5.0 - 2017-11-07
2+
- Update to React 16
3+
- Add `jsOnly` option as a solution for less [React 16.0.0 errors](https://github.com/facebook/react/issues/10993)
4+
5+
16
## v0.4.1 - 2017-09-14
27
- Update dependencies
38
- Fix linting issues

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Vesa Piittinen
3+
Copyright (c) 2015 - 2017 Vesa Piittinen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
[![Version](http://img.shields.io/npm/v/react-lazy.svg)](https://www.npmjs.org/package/react-lazy)
33
[![Build Status](https://travis-ci.org/Merri/react-lazy.svg)](https://travis-ci.org/Merri/react-lazy)
44

5+
NOTE: [React 16.0.0 has a bug with `<noscript />` hydrate](https://github.com/facebook/react/issues/10993)
6+
57
Lazy load your content such as images without breaking the internet:
68

79
1. Supports all search engines and no-JS (disabled JavaScript) by using `noscript` element.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lazy",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Universal lazy loader component: SEO, no-JS and legacy browser friendly",
55
"main": "dist/module/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)