Skip to content

Commit 4d53034

Browse files
committed
更新版本1.1.0,支持React 16.0.0
1 parent 2201985 commit 4d53034

File tree

12 files changed

+11240
-14
lines changed

12 files changed

+11240
-14
lines changed

.publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 6787dc591f7823e422559f71c5aeb0d21b03bbd8
1+
Subproject commit 73c23c9ecbb40063f4dce87da3523c25a4c6c733

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
# 当前版本 1.0.9
17+
# 当前版本 1.1.0
1818

1919
# 简介
2020
1. 只依赖 react/react-dom

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
# version 1.0.9
17+
# version 1.1.0
1818

1919
# Description
2020
1. Only depend on react/react-dom, without any other package.

example/App1.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
import React, { Component, PureComponent, PropTypes } from 'react'
2+
import React, { Component, PureComponent } from 'react'
3+
import PropTypes from 'prop-types';
34
import { render } from 'react-dom'
45
import ReactPullLoad,{STATS} from 'index.js'
56
import '../src/ReactPullLoad.less'

example/App2.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
import React, { Component, PureComponent, PropTypes } from 'react'
2+
import React, { Component, PureComponent } from 'react'
3+
import PropTypes from 'prop-types';
34
import { render } from 'react-dom'
45
import ReactPullLoad,{STATS} from 'index.js'
56
import '../src/ReactPullLoad.less'

example/App3.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
import React, { Component, PureComponent, PropTypes } from 'react'
2+
import React, { Component, PureComponent } from 'react'
3+
import PropTypes from 'prop-types';
34
import { render } from 'react-dom'
45
import ReactPullLoad,{STATS} from 'index.js'
56
import '../src/ReactPullLoad.less'

example/App4.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2-
import React, { Component, PureComponent, PropTypes } from 'react'
2+
import React, { Component, PureComponent } from 'react'
3+
import PropTypes from 'prop-types';
34
import { render } from 'react-dom'
45
import ReactPullLoad,{STATS} from 'index.js'
56
import '../src/ReactPullLoad.less'

0 commit comments

Comments
 (0)