Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Piittinen committed Nov 7, 2017
1 parent 2d31d8b commit ff038d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.5.0 - 2017-11-07
- Update to React 16
- Add `jsOnly` option as a solution for less [React 16.0.0 errors](https://github.com/facebook/react/issues/10993)


## v0.4.1 - 2017-09-14
- Update dependencies
- Fix linting issues
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Vesa Piittinen
Copyright (c) 2015 - 2017 Vesa Piittinen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![Version](http://img.shields.io/npm/v/react-lazy.svg)](https://www.npmjs.org/package/react-lazy)
[![Build Status](https://travis-ci.org/Merri/react-lazy.svg)](https://travis-ci.org/Merri/react-lazy)

NOTE: [React 16.0.0 has a bug with `<noscript />` hydrate](https://github.com/facebook/react/issues/10993)

Lazy load your content such as images without breaking the internet:

1. Supports all search engines and no-JS (disabled JavaScript) by using `noscript` element.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-lazy",
"version": "0.4.1",
"version": "0.5.0",
"description": "Universal lazy loader component: SEO, no-JS and legacy browser friendly",
"main": "dist/module/index.js",
"scripts": {
Expand Down

0 comments on commit ff038d1

Please sign in to comment.