Skip to content

Commit 3e95f29

Browse files
chore(master): release vue3-gettext 4.1.0-beta.1 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5970ca8 commit 3e95f29

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1-beta.1"
2+
".": "4.1.0-beta.1"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [4.1.0-beta.1](https://github.com/RareFormLabs/vue3-gettext/compare/vue3-gettext-v4.0.1-beta.1...vue3-gettext-v4.1.0-beta.1) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* Add option to compile template before extracting ([#37](https://github.com/RareFormLabs/vue3-gettext/issues/37)) ([b0bb180](https://github.com/RareFormLabs/vue3-gettext/commit/b0bb1804ccb02ce57cf2d2d6e4456c16fb560f76))
9+
* added support for extracting messages from tsx ([#48](https://github.com/RareFormLabs/vue3-gettext/issues/48)) ([da82592](https://github.com/RareFormLabs/vue3-gettext/commit/da825926bcf7863c76a24c0635bcd68dcf102551))
10+
* allow gettext.config.mjs config files ([#52](https://github.com/RareFormLabs/vue3-gettext/issues/52)) ([4e8f28a](https://github.com/RareFormLabs/vue3-gettext/commit/4e8f28a12b2aca3801f2088ffe6af66fef0e49b6))
11+
* typed interpolation parameters ([#55](https://github.com/RareFormLabs/vue3-gettext/issues/55)) ([aae3af1](https://github.com/RareFormLabs/vue3-gettext/commit/aae3af191f0ecf31bbc6fff68aa0fe12611d725c))
12+
13+
14+
### Bug Fixes
15+
16+
* [#21](https://github.com/RareFormLabs/vue3-gettext/issues/21) - properly serialize text nodes within template tags ([be13ffb](https://github.com/RareFormLabs/vue3-gettext/commit/be13ffbd09cc7505a1e5122ef0376a01e9bec9fa))
17+
* cosmiconfig update to allow ESM config file ([#54](https://github.com/RareFormLabs/vue3-gettext/issues/54)) ([ee27c67](https://github.com/RareFormLabs/vue3-gettext/commit/ee27c676f7c1ab8096e96716fec68c742a534bc5))
18+
* **deps:** update dependency chalk to ^5.6.2 ([#11](https://github.com/RareFormLabs/vue3-gettext/issues/11)) ([220a291](https://github.com/RareFormLabs/vue3-gettext/commit/220a2912f1cccc17a3ffb06644273e69669f23c7))
19+
* **deps:** update dependency glob to ^11.1.0 ([88c4240](https://github.com/RareFormLabs/vue3-gettext/commit/88c4240e31cf0d5cd871f594224d13da395a44f3))
20+
* **deps:** update dependency glob to ^11.1.0 ([dd28504](https://github.com/RareFormLabs/vue3-gettext/commit/dd285041e510f338cd55cacc193d862d6e83ebf0))
21+
* handle empty plural translations ([#51](https://github.com/RareFormLabs/vue3-gettext/issues/51)) ([645038b](https://github.com/RareFormLabs/vue3-gettext/commit/645038bc118119bd3660c15100b9b81452a6f05f))
22+
323
## [4.0.1-beta.1](https://github.com/RareFormLabs/vue3-gettext/compare/v4.0.0-beta.1...v4.0.1-beta.1) (2026-02-20)
424

525

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rareformlabs/vue3-gettext",
3-
"version": "4.0.1-beta.1",
3+
"version": "4.1.0-beta.1",
44
"description": "Translate Vue 3 applications with gettext (maintained fork)",
55
"homepage": "https://github.com/RareFormLabs/vue3-gettext",
66
"author": "Leo Zurbriggen",

0 commit comments

Comments
 (0)