Skip to content

Commit

Permalink
Merge pull request #163 from n7best/master
Browse files Browse the repository at this point in the history
1.0.3 patch
  • Loading branch information
n7best committed Dec 8, 2016
2 parents 1daee21 + 97061ca commit 11704d0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"env": {
"test": {
"plugins": [ "istanbul" ]
},
"production": {
"plugins": [
[
"babel-plugin-transform-require-ignore",
{
"extensions": [ ".less" ]
}
]
]
}
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### CHANGELOG

#### 1.0.3

- user have to manully import some patch css from 'lib/react-weui.min.css'

#### 1.0.0-alpha

Production:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ import ReactDOM from 'react-dom';

//import Using ES6 syntax
import WeUI from 'react-weui';

//import styles
import 'weui';
import 'react-weui/lib/react-weui.min.css';

const {Button} = WeUI;

class App extends Component {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '1.0.0-alpha';
module.exports = '1.0.3';
File renamed without changes.

0 comments on commit 11704d0

Please sign in to comment.