Releases: nextcloud-libraries/nextcloud-dialogs
Releases · nextcloud-libraries/nextcloud-dialogs
v4.2.7
v5.3.0
v5.2.1
v5.2.1 (2024-04-09)
Fixed bug
Changed
- Updated translations
- Updated development dependencies
- chore(deps): Bump @nextcloud/files from 3.1.0 to 3.1.1
- chore(deps): Bump webdav from 5.4.0 to 5.5.0
v5.2.0
v5.2.0 (2024-03-06)
Enhancements
Fixed bug
- fix(FilePicker): Adjust margin of view-selector to be consistent with filter input
Changed
- chore(deps-dev): Bump @vitest/coverage-v8 from 1.3.0 to 1.3.1 by @dependabot
- chore(deps-dev): Bump happy-dom from 13.3.8 to 13.6.2 by @dependabot
- chore(deps-dev): Bump sass from 1.71.0 to 1.71.1 by @dependabot
- chore(deps-dev): Bump typedoc from 0.25.8 to 0.25.9 by @dependabot
- chore(deps-dev): Bump vite from 5.1.3 to 5.1.4 by @dependabot
- chore(deps): Bump @nextcloud/typings from 1.7.0 to 1.8.0 by @dependabot
- chore(deps): Bump @vueuse/core from 10.7.2 to 10.9.0 by @dependabot
- chore(deps): Bump webdav from 5.3.2 to 5.4.0 by @dependabot
- Updates for project Nextcloud dialogs library by @transifex-integration
v5.1.2
v4.2.6
v4.2.5
v4.2.4
v5.1.1
What's Changed
- fix(FilePicker): Export
FilePickerClosed
error by @susnux in #1198 - chore(deps): Bump @vueuse/core from 10.7.1 to 10.7.2 by @dependabot in #1201
- chore(deps-dev): Bump @vitest/coverage-v8 from 1.2.0 to 1.2.1 by @dependabot in #1200
- chore(deps-dev): Bump sass from 1.69.7 to 1.70.0 by @dependabot in #1202
- chore(deps-dev): Bump happy-dom from 13.1.4 to 13.2.0 by @dependabot in #1203
- Updates for project Nextcloud dialogs library by @transifex-integration in #1204
- Updates for project Nextcloud dialogs library by @transifex-integration in #1205
- Updates for project Nextcloud dialogs library by @transifex-integration in #1206
- Updates for project Nextcloud dialogs library by @transifex-integration in #1208
- fix(FilePicker): Stop default close event in case of button press by @susnux in #1207
- Updates for project Nextcloud dialogs library by @transifex-integration in #1209
- chore: Prepare 5.1.1 release by @susnux in #1210
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.1.0 (2024-01-19)
🚀 Enhancement
🐛 Fixed bugs
- fix(FilePicker): Adjust stylings after migration to
NcDialog
#1138 (susnux) - fix(FilePicker): Set default of
path
to undefined to allow using the saved path #1137 (susnux) - fix(FilePicker): Use
Node::path
for current path fixing an clicking favorite folders #1165 (susnux) - fix(FilePicker): Stop click event on checkbox column to allow multiselect #1192 (susnux)
- fix(FilePicker): Adjust checkbox position #1193 (susnux)
- fix(FilePicker): Improve choose button text when selecting multiple #1191 (susnux)
- Remove unneeded
tab
,tablist
andaria-selected
roles from navigation #1180 (JuliaKirschenheuter) - Remove
aria-label
from<div>
#1179 (JuliaKirschenheuter)
Changed
- Updated translations
- Updated dependencies