File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1- <a name =" 1.1.0 " ></a >
2- # [ 1.1.0 ] ( https://github.com/Availity/react-block-ui/compare/v1.0.3 ...v1.1.0 ) (2017-10-08 )
1+ <a name =" 1.1.2 " ></a >
2+ ## [ 1.1.2 ] ( https://github.com/Availity/react-block-ui/compare/v1.1.1 ...v1.1.2 ) (2018-07-31 )
33
44
5+ ### Bug Fixes
6+
7+ * ** activeElement:** account for IE suckage ([ 7628259] ( https://github.com/Availity/react-block-ui/commit/7628259 ) ), closes [ #18 ] ( https://github.com/Availity/react-block-ui/issues/18 )
8+
9+
10+
11+ <a name =" 1.1.1 " ></a >
12+ ## [ 1.1.1] ( https://github.com/Availity/react-block-ui/compare/v1.1.0...v1.1.1 ) (2017-11-01)
13+
14+
15+ ### Bug Fixes
16+
17+ * ** styles:** fix bad comment syntax. ([ 4b4fc68] ( https://github.com/Availity/react-block-ui/commit/4b4fc68 ) )
18+
519### Features
620
721
Original file line number Diff line number Diff line change 11{
22 "name" : " react-block-ui" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "author" : " Evan Sharp <evan.sharp@availity.com>" ,
55 "description" : " Block UI for react" ,
66 "main" : " dist/reactblockui.cjs.js" ,
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ function baseConfig() {
1515 entry : 'src/index.js' ,
1616 plugins : [
1717 nodeResolve ( ) ,
18- commonjs ( ) ,
1918 babel ( {
2019 plugins : [ 'external-helpers' ] ,
2120 } ) ,
21+ commonjs ( ) ,
2222 ] ,
2323 sourceMap : true ,
2424 } ;
You can’t perform that action at this time.
0 commit comments