Skip to content

Commit bf669c8

Browse files
committed
chore: release v0.24.0
1 parent 1303ec8 commit bf669c8

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.github
2-
.gitattributes
2+
dist-examples
33
examples
4+
tmp
5+
.gitattributes
46
biome.json

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

3-
## v0.24.0 (unreleased)
3+
## v0.24.0 (2025-12-07)
4+
5+
**Highlights**
6+
7+
- Introduced `babel`, `vite` plugins and `webpack` loader => https://libmodulor.c100k.eu/docs/guides/bundle-target
8+
- Introduced the `node-stricli-cli` target using @bloomberg's `stricli` library
9+
- Introduced the `Playground` example, runnable locally, to play with all the features of `libmodulor` => https://libmodulor.c100k.eu/docs/examples/Playground
10+
- Improved apps testing by making sure non-english languages are fully translated
11+
- Improved apps testing performance by optimizing use cases testing using the `stream` transport
12+
- Introduced `de` 🇩🇪 and `es` 🇪🇸 locales (see them in action in the `Playground`)
13+
14+
Some breaking changes but at the very low level. If your apps break, just follow the TypeScript errors and you should be good to go.
15+
16+
Also bumped React versions for the infamous [React2Shell vulnerability](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components).
417

518
See all the changes here : https://github.com/c100k/libmodulor/compare/v0.23.0...master
619

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libmodulor",
33
"description": "A TypeScript library to create platform-agnostic applications",
4-
"version": "0.23.0",
4+
"version": "0.24.0",
55
"license": "LGPL-3.0",
66
"author": "Chafik H'nini <chafik.hnini@gmail.com>",
77
"homepage": "https://libmodulor.c100k.eu",

0 commit comments

Comments
 (0)