Skip to content

Commit

Permalink
Update readme and changelog, require React 16 in peer dependencies; v…
Browse files Browse the repository at this point in the history
…ersion 1.0.1
  • Loading branch information
Vesa Piittinen committed May 30, 2018
1 parent d6ee40a commit dceab57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.0.1] - 2018-05-30

### Changed
- React version requirement to 16

### Removed
- Symbol polyfill requirement


## [1.0.0] - 2018-05-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-lazy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Performant search engine and no-JS friendly universally rendering components for lazy loading, ad impressions, occlusion culling and sentinel scrolling",
"main": "dist/module/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"peerDependencies": {
"prop-types": ">=15",
"react": ">=15"
"react": ">=16"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit dceab57

Please sign in to comment.