Skip to content

Commit 4631ed6

Browse files
committedSep 30, 2020
chore(release): 2.3.1
Diff: 2.3.0...2.3.1
1 parent 7f73a28 commit 4631ed6

11 files changed

+682
-1333
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [2.3.1](https://github.com/socketio/socket.io-client/compare/2.3.0...2.3.1) (2020-09-30)
2+
3+
The `debug` dependency has been reverted to `~3.1.0`, as the newer versions contains ES6 syntax which breaks in IE
4+
browsers.
5+
6+
Please note that this only applied to users that bundle the Socket.IO client in their application, with webpack for
7+
example, as the "official" bundles (in the dist/ folder) were already transpiled with babel.
8+
9+
For webpack users, you can also take a look at the [webpack-remove-debug](https://github.com/johngodley/webpack-remove-debug)
10+
plugin.
11+
12+
### Bug Fixes
13+
14+
* fix reconnection after opening socket asynchronously ([#1253](https://github.com/socketio/socket.io-client/issues/1253)) ([050108b](https://github.com/Automattic/socket.io-client/commit/050108b2281effda086b197cf174ee2e8e1aad79))
15+

0 commit comments

Comments
 (0)
Please sign in to comment.