Skip to content

Commit 15043ec

Browse files
committed
chore: release v8.35.3
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 0982ebb commit 15043ec

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
# Changelog
77

8+
## [v8.35.3](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.35.3) (2026-01-21)
9+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.35.2...v8.35.3)
10+
11+
### 🐛 Fixed bugs
12+
* [stable8] fix(NcActions): migrate to custom icons in Checkbox and Radio actions [\#8060](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8060) \([backportbot[bot]](https://github.com/backportbot[bot])\)
13+
* [stable8] perf(NcTimezonePicker): use Intl to reduce self-size from 206kb to 2kb [\#8076](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8076) \([ShGKme](https://github.com/ShGKme)\)
14+
15+
### Other Changes
16+
* [stable8] refactor(NcTimezonePicker): migrate component to Typescript [\#8075](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8075) \([ShGKme](https://github.com/ShGKme)\)
17+
* [stable8] deps: revert pin for focus-trap library and bump to v7.8.0 [\#8073](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8073) \([ShGKme](https://github.com/ShGKme)\)
18+
* [stable8] build: prevent style leaks from apps with different Vue version [\#8092](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8092) \([ShGKme](https://github.com/ShGKme)\)
19+
820
## [v8.35.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.35.2) (2026-01-09)
921
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.35.1...v8.35.2)
1022

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/vue",
3-
"version": "8.35.2",
3+
"version": "8.35.3",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
 (0)