Skip to content

Commit c76d367

Browse files
chore(release): 4.3.0
Diff: 4.2.0...4.3.0
1 parent 91b948b commit c76d367

12 files changed

+3562
-5474
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [4.3.0](https://github.com/socketio/socket.io-client/compare/4.2.0...4.3.0) (2021-10-14)
2+
3+
An ESM bundle is now provided:
4+
5+
```html
6+
<script type="module">
7+
import { io } from "https://cdn.socket.io/4.3.0/socket.io.esm.min.js";
8+
9+
const socket = io();
10+
11+
socket.emit("hello", "world");
12+
</script>
13+
```
14+
15+
### Features
16+
17+
* **typings:** add missing types for some emitter methods ([#1502](https://github.com/socketio/socket.io-client/issues/1502)) ([a9e5b85](https://github.com/socketio/socket.io-client/commit/a9e5b85580e8edca0b0fd2850c3741d3d86a96e2))
18+
* provide an ESM build with and without debug ([16b6569](https://github.com/socketio/socket.io-client/commit/16b65698aed766e1e645c78847f2e91bfc5b6f56))
19+
* migrate to rollup ([0661564](https://github.com/socketio/socket.io-client/commit/0661564dc2005b95843ddb65621b7e89af702bc0))
20+
21+
22+
123
# [4.2.0](https://github.com/socketio/socket.io-client/compare/4.1.3...4.2.0) (2021-08-30)
224

325

dist/socket.io.esm.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/socket.io.esm.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)