Skip to content

Commit a838ff1

Browse files
chore(release): 3.0.0-rc1
Diff: 2.3.1...3.0.0-rc1
1 parent b68f816 commit a838ff1

13 files changed

+6101
-12903
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
22
/coverage
3+
build/

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [3.0.0-rc1](https://github.com/Automattic/socket.io-client/compare/2.3.1...3.0.0-rc1) (2020-10-13)
2+
3+
4+
### Features
5+
6+
* add ES6 module export ([cbabb03](https://github.com/Automattic/socket.io-client/commit/cbabb0308ef4f7d302654755e08fe2103b9f22c8))
7+
* do not reuse the Engine.IO id ([bbe94ad](https://github.com/Automattic/socket.io-client/commit/bbe94adb822a306c6272e977d394e3e203cae25d))
8+
* remove the implicit connection to the default namespace ([249e0be](https://github.com/Automattic/socket.io-client/commit/249e0bef9071e7afd785485961c4eef0094254e8))
9+
* split the events of the Manager and Socket ([132f8ec](https://github.com/Automattic/socket.io-client/commit/132f8ec918a596eec872aee0c61d4ce63714c400))
10+
* throw upon reserved event names ([6494f61](https://github.com/Automattic/socket.io-client/commit/6494f61be0d38d267d77c30ea4f43941f97b1bc0))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* the Socket instance will no longer forward the events
16+
of its Manager
17+
18+
Those events can still be accessed on the Manager instance though:
19+
20+
```js
21+
socket.io.on("reconnect", () => {
22+
// ...
23+
});
24+
```
25+
26+
127
## [2.3.1](https://github.com/socketio/socket.io-client/compare/2.3.0...2.3.1) (2020-09-30)
228

329
The `debug` dependency has been reverted to `~3.1.0`, as the newer versions contains ES6 syntax which breaks in IE

0 commit comments

Comments
 (0)