diff --git a/CHANGELOG.md b/CHANGELOG.md index b6416844e2..6af81d1083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-22 + +### ❤️ Thanks to all contributors! ❤️ + +@AlexAndBear, @JammingBen, @dschmidt, @kulmann + +### 💥 Breaking changes + +- refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] + +### 📈 Enhancement + +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + +### 🐛 Bug Fixes + +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + +### 📦️ Dependencies + +- chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] +- chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] +- chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] +- chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] +- fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] +- chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] +- fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] +- chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] +- chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] +- chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] +- chore(deps): update node.js to v24.13.1 [[#1961](https://github.com/opencloud-eu/web/pull/1961)] +- chore(deps): update dependency eslint-plugin-vue to v10.8.0 [[#1980](https://github.com/opencloud-eu/web/pull/1980)] +- chore(deps): update dependency eslint-plugin-n to v17.24.0 [[#1982](https://github.com/opencloud-eu/web/pull/1982)] + ## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-02-16 ### ❤️ Thanks to all contributors! ❤️