Skip to content

Commit faa3007

Browse files
committed
4.1.0 bump, devdeps
1 parent 2a518e4 commit faa3007

File tree

5 files changed

+5893
-754
lines changed

5 files changed

+5893
-754
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
4.0.2
1+
4.1.0
22
==================
33
* https://github.com/scniro/react-codemirror2/issues/63
4+
* add internal notion of `applied`, `appliedUserDefined`, `appliedNext` to isolate update flows for controlled v. uncontrolled
5+
* test coverage
46

57
4.0.1
68
==================

docs/app.min.js

Lines changed: 915 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/webpack.config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,9 @@ let config = {
4242
'process.env': {
4343
'BUILD': process.env['BUILD']
4444
}
45-
}),
46-
new webpack.optimize.UglifyJsPlugin({
47-
compress: {
48-
warnings: false
49-
},
50-
output: {
51-
comments: false
52-
}
5345
})
5446
]
5547
};
5648

5749

58-
module.exports = config;
50+
module.exports = config;

0 commit comments

Comments
 (0)