Skip to content

Commit 892c5fa

Browse files
committed
Changelog
1 parent 8ed0513 commit 892c5fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## 4.0.0
4+
5+
### Breaking changes
6+
7+
* Drop support for Node.js <18, by @Kocal in https://github.com/symfony/stimulus-bridge/pull/94 and https://github.com/symfony/stimulus-bridge/pull/98
8+
This should not affect most users since previous versions of Node.js are not maintained anymore, and Node.js 18 is in maintenance LTS.
9+
10+
### Features
11+
12+
* Thus having no effects on the `dist/` files, TypeScript `module` is now set to `ESNext`, `moduleResolution` to `NodeNext`, and `target` to `ES2021`, by @Kocal in https://github.com/symfony/stimulus-bridge/pull/99
13+
14+
### Internal
15+
16+
* [CI] Ensure tests are run under multiple Node.js versions by @Kocal in https://github.com/symfony/stimulus-bridge/pull/94
17+
* [CI] Check for un-built JS dist files by @Kocal in https://github.com/symfony/stimulus-bridge/pull/96
18+
* Replace ESLint and Prettier by Biome.js by @Kocal in https://github.com/symfony/stimulus-bridge/pull/95
19+
* Migrate from [Rollup](https://rollupjs.org/) to [Rolldown](https://rolldown.rs/) by @Kocal in https://github.com/symfony/stimulus-bridge/pull/99
20+
321
## 3.3.3
422

523
* Add missing `@babel/plugin-proposal-class-properties` dev dependency by @Kocal in https://github.com/symfony/stimulus-bridge/pull/92

0 commit comments

Comments
 (0)