File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## v0.4.1 - 2017-09-14
2
7
- Update dependencies
3
8
- Fix linting issues
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Vesa Piittinen
3
+ Copyright (c) 2015 - 2017 Vesa Piittinen
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
[ ![ Version] ( http://img.shields.io/npm/v/react-lazy.svg )] ( https://www.npmjs.org/package/react-lazy )
3
3
[ ![ Build Status] ( https://travis-ci.org/Merri/react-lazy.svg )] ( https://travis-ci.org/Merri/react-lazy )
4
4
5
+ NOTE: [ React 16.0.0 has a bug with ` <noscript /> ` hydrate] ( https://github.com/facebook/react/issues/10993 )
6
+
5
7
Lazy load your content such as images without breaking the internet:
6
8
7
9
1 . Supports all search engines and no-JS (disabled JavaScript) by using ` noscript ` element.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-lazy" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Universal lazy loader component: SEO, no-JS and legacy browser friendly" ,
5
5
"main" : " dist/module/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments