Skip to content

Commit 8b40f8a

Browse files
committed
chore: prepare v3.3.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 7ac3777 commit 8b40f8a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,27 @@
66

77
All notable changes to this project will be documented in this file.
88

9-
## UNRELEASED
9+
## 3.3.0 - 2025-05-29
1010
### ℹ️ Notes
1111
- The Node version was increased to current LTS version 22.
1212
- The `callback` parameter of the `loadTranslations` method is deprecated.
1313
Instead just use the returned promise like `loadTranslations('app').then(callback)`.
1414

15+
### 🚀 Enhancements
16+
* feat: add method to format relative time [#921](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/921) ([susnux](https://github.com/susnux))
17+
18+
### 🐛 Fixed bugs
19+
* fix: export types used in gettext exports [#905](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/905) ([susnux](https://github.com/susnux))
20+
* fix(translations): use language instead of locale + refactor the `loadTranslations` method [#927](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/927) ([susnux](https://github.com/susnux))
21+
* fix(locale): fallback to device preferences instead of 'en' [#864](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/864) ([ShGKme](https://github.com/ShGKme))
22+
23+
### Other changes
24+
* refactor: simplify `loadTranslations` [#928](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/928) ([susnux](https://github.com/susnux))
25+
* chore(deps): drop unnecessary @types/dompurify [#903](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/903) ([max-nextcloud](https://github.com/max-nextcloud))
26+
* docs(readme): update badges [#904](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/904) ([st3iny](https://github.com/st3iny))
27+
* chore(deps): Bump dompurify to 3.2.6
28+
* Bump development dependencies
29+
1530
## 3.2.0 - 2025-02-13
1631
### ℹ️ Notes
1732
The `GettextBuilder.detectLocale` method is deprecated and will be removed in the next major version.

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": "@nextcloud/l10n",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Nextcloud localization and translation helpers for apps and libraries",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)