Skip to content

Commit

Permalink
更新版本1.1.0,支持React 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidianhao123 committed Feb 4, 2018
1 parent 2201985 commit 4d53034
Show file tree
Hide file tree
Showing 12 changed files with 11,240 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .publish
Submodule .publish updated from 6787dc to 73c23c
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[demo4](https://react-ld.github.io/react-pullLoad/index4.html) 禁用下拉刷新功能

# 当前版本 1.0.9
# 当前版本 1.1.0

# 简介
1. 只依赖 react/react-dom
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[demo4](https://react-ld.github.io/react-pullLoad/index4.html) forbidden pull refresh

# version 1.0.9
# version 1.1.0

# Description
1. Only depend on react/react-dom, without any other package.
Expand Down
3 changes: 2 additions & 1 deletion example/App1.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import React, { Component, PureComponent, PropTypes } from 'react'
import React, { Component, PureComponent } from 'react'
import PropTypes from 'prop-types';
import { render } from 'react-dom'
import ReactPullLoad,{STATS} from 'index.js'
import '../src/ReactPullLoad.less'
Expand Down
3 changes: 2 additions & 1 deletion example/App2.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import React, { Component, PureComponent, PropTypes } from 'react'
import React, { Component, PureComponent } from 'react'
import PropTypes from 'prop-types';
import { render } from 'react-dom'
import ReactPullLoad,{STATS} from 'index.js'
import '../src/ReactPullLoad.less'
Expand Down
3 changes: 2 additions & 1 deletion example/App3.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import React, { Component, PureComponent, PropTypes } from 'react'
import React, { Component, PureComponent } from 'react'
import PropTypes from 'prop-types';
import { render } from 'react-dom'
import ReactPullLoad,{STATS} from 'index.js'
import '../src/ReactPullLoad.less'
Expand Down
3 changes: 2 additions & 1 deletion example/App4.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import React, { Component, PureComponent, PropTypes } from 'react'
import React, { Component, PureComponent } from 'react'
import PropTypes from 'prop-types';
import { render } from 'react-dom'
import ReactPullLoad,{STATS} from 'index.js'
import '../src/ReactPullLoad.less'
Expand Down
Loading

0 comments on commit 4d53034

Please sign in to comment.