Skip to content

v5.0.0

Compare
Choose a tag to compare
@susnux susnux released this 08 Nov 15:55
· 741 commits to main since this release
f27f6c7

What's Changed

  • build(deps-dev): Bump sass from 1.63.5 to 1.63.6 by @dependabot in #851
  • build(deps-dev): Bump typescript from 5.1.3 to 5.1.6 by @dependabot in #854
  • build(deps-dev): Bump rollup from 3.25.1 to 3.26.0 by @dependabot in #856
  • build(deps-dev): Bump @rollup/plugin-typescript from 11.1.1 to 11.1.2 by @dependabot in #853
  • build(deps): Bump @nextcloud/l10n from 2.1.0 to 2.2.0 by @dependabot in #852
  • build(deps-dev): Bump tslib from 2.5.3 to 2.6.0 by @dependabot in #855
  • build(deps-dev): Bump @babel/cli from 7.22.5 to 7.22.6 by @dependabot in #857
  • build(deps): Bump core-js from 3.31.0 to 3.31.1 by @dependabot in #860
  • build(deps-dev): Bump rollup from 3.26.0 to 3.26.2 by @dependabot in #861
  • build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.7 by @dependabot in #858
  • build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.8 by @dependabot in #859
  • [master] Fix npm audit by @nextcloud-command in #862
  • build(deps-dev): Bump @babel/cli from 7.22.6 to 7.22.9 by @dependabot in #864
  • build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9 by @dependabot in #865
  • build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9 by @dependabot in #866
  • chore: Do not bundle core-js polyfills already included in server core by @susnux in #863
  • [master] Fix npm audit by @nextcloud-command in #867
  • fix: Add workflow to ignore node ci when unrelated by @susnux in #869
  • Updates for project Nextcloud dialogs library on branch master by @transifex-integration in #868
  • Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 by @dependabot in #870
  • Bump sass from 1.63.6 to 1.64.1 by @dependabot in #871
  • Bump gettext-extractor from 3.7.2 to 3.8.0 by @dependabot in #872
  • Bump rollup from 3.26.2 to 3.26.3 by @dependabot in #873
  • Bump rollup from 3.26.3 to 3.27.2 by @dependabot in #877
  • Bump sass from 1.64.1 to 1.64.2 by @dependabot in #876
  • Bump tslib from 2.6.0 to 2.6.1 by @dependabot in #874
  • Implement Vue based Dialogs especially the FilePicker by @susnux in #878
  • chore: Prepare first beta release with FilePicker 4.2.0-beta.1 by @susnux in #879
  • fix(FilePicker): Fix design review comments about column alignment by @susnux in #881
  • fix(FilePicker): Adjust color of placeholder skeletons by @susnux in #880
  • FilePicker: Navigation and filter should be on separate rows on mobile by @susnux in #882
  • chore: Prepare bugfix release 4.2.0-beta.2 by @susnux in #883
  • chore(deps-dev): Bump sass from 1.64.2 to 1.65.1 by @dependabot in #886
  • fix(FilePicker): Adjust filepicker breadcrumbs button for design review by @susnux in #892
  • docs(README): Add version compatibility section by @susnux in #891
  • fix(FilePicker): Request oc:size property for showing the file size by @susnux in #893
  • FilePickerBuilder: Allow to add custom buttons and use shipped picker by @susnux in #896
  • FilePicker: Ensure only the file table is scrolled by @susnux in #899
  • fix(FilePicker): Fix exported typings and cleanup file picker files by @susnux in #903
  • feat!(FilePicker): Modernize FilePickerBuilder to directly make use of the Vue based file picker by @susnux in #904
  • Drop legacy entry point (only or stable4) by @susnux in #905
  • Fix documentation generation by @susnux in #906
  • chore: Prepare release of 5.0.0-beta.1 by @susnux in #911
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.14 to 3.0.0-beta.16 by @dependabot in #912
  • chore(deps-dev): Bump tslib from 2.6.1 to 2.6.2 by @dependabot in #913
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.2 to 8.0.0-beta.3 by @dependabot in #916
  • chore(deps-dev): Bump sass from 1.65.1 to 1.66.1 by @dependabot in #915
  • chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot in #914
  • Update @nextcloud/files and add unit tests by @susnux in #917
  • chore: Update workflows and remove unneeded node ci by @susnux in #918
  • fix(FilePicker): The table height should be max. 100% by @susnux in #921
  • fix(FilePickerBuilder): Revert API change on pick() by @susnux in #925
  • fix: Add missing defaults to DialogButton by @susnux in #927
  • Add empty content when there are no files by @susnux in #930
  • feat(FilePicker): Always show file extension as a trailing text part by @susnux in #931
  • fix(FilePicker): Ensure focus-visible outline is visible for all focusable elements by @susnux in #935
  • fix: The file list should be showed when files are loading by @susnux in #937
  • fix(FilePicker): Do not show checkboxes on single select mode by @susnux in #929
  • feat: Add icons for filepicker and allow reactive button based on current path and selection by @susnux in #938
  • 5.0.0-beta.2 by @skjnldsv in #941
  • fix: Make file list only sortable by one property at the time by @susnux in #949
  • feat(FilePickerBuilder): Allow to configure the dialog container element by @susnux in #950
  • chore: Update @nextcloud/files version by @susnux in #952
  • fix(FilePicker): Fix selecting rows using the keyboard by @susnux in #934
  • chore(deps-dev): Bump @vitest/coverage-istanbul from 0.34.2 to 0.34.3 by @dependabot in #956
  • chore(deps-dev): Bump happy-dom from 10.10.4 to 10.11.0 by @dependabot in #957
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.3 to 8.0.0-beta.4 by @dependabot in #961
  • chore(deps): Bump @vueuse/core from 10.3.0 to 10.4.0 by @dependabot in #960
  • chore(deps-dev): Bump vitest from 0.34.2 to 0.34.3 by @dependabot in #958
  • chore(deps-dev): Bump typedoc from 0.24.8 to 0.25.0 by @dependabot in #959
  • fix: Use core preview controller for loading file previews and fallback to MDI icons by @susnux in #962
  • fix(FilePickerBuilder): Fix paths returned in Promise by pick method by @susnux in #963
  • fix(FilePicker): Only show checkbox skeletons if multiselect was enabled by @susnux in #969
  • fix(NcDialog): Make the heading always center aligned on top by @susnux in #965
  • Fix styling issues and make the FilePicker height fixed by @susnux in #971
  • chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #974
  • chore(deps): Bump @vueuse/core from 10.4.0 to 10.4.1 by @dependabot in #975
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.4 to 8.0.0-beta.5 by @dependabot in #976
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.19 to 3.0.0-beta.21 by @dependabot in #977
  • chore(deps-dev): Bump happy-dom from 10.11.0 to 10.11.2 by @dependabot in #979
  • chore(deps): Bump webdav from 5.2.3 to 5.3.0 by @dependabot in #978
  • add command-l10n-update.yml by @szaimen in #980
  • 5.0.0-beta.3 by @skjnldsv in #981
  • fix(FilePicker): Reset selected files if the current directory is changed by @susnux in #964
  • Revert "fix: Patch webdav dependency for invalid exports field un… by @skjnldsv in #984
  • 5.0.0-beta.4 by @skjnldsv in #986
  • fix: breadcrumbs grow by @skjnldsv in #987
  • chore(deps-dev): Bump @vitest/coverage-istanbul from 0.34.3 to 0.34.4 by @dependabot in #989
  • chore(deps-dev): Bump vitest from 0.34.3 to 0.34.4 by @dependabot in #990
  • chore(deps-dev): Bump typedoc from 0.25.0 to 0.25.1 by @dependabot in #991
  • chore(deps-dev): Bump happy-dom from 10.11.2 to 11.0.2 by @dependabot in #988
  • Fix alignment of file list by @susnux in #993
  • fix(FilePicker): Use search function from webdav package instead of workaround by @susnux in #992
  • fix(FilePicker): Ensure file list header is shown on top of scrolled content rows by @susnux in #997
  • chore(deps): Bump @types/toastify-js from 1.12.0 to 1.12.1 by @dependabot in #1002
  • chore(deps-dev): Bump sass from 1.66.1 to 1.67.0 by @dependabot in #1005
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.5 to 8.0.0-beta.6 by @dependabot in #1004
  • chore(deps-dev): Bump happy-dom from 11.0.2 to 12.0.1 by @dependabot in #1003
  • chore: Rename development branch to main by @susnux in #1006
  • chore(deps-dev): Bump happy-dom from 12.0.1 to 12.1.5 by @dependabot in #1011
  • chore(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.18 to 1.0.0-beta.19 by @dependabot in #1012
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.21 to 3.0.0-beta.22 by @dependabot in #1013
  • chore(deps-dev): Bump sass from 1.67.0 to 1.68.0 by @dependabot in #1014
  • chore(deps-dev): Bump happy-dom from 12.1.5 to 12.1.6 by @dependabot in #1017
  • chore(deps-dev): Bump @vitest/coverage-istanbul from 0.34.4 to 0.34.5 by @dependabot in #1019
  • chore(deps-dev): Bump vitest from 0.34.4 to 0.34.5 by @dependabot in #1018
  • chore(deps-dev): Bump vitest from 0.34.5 to 0.34.6 by @dependabot in #1023
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.22 to 3.0.0-beta.24 by @dependabot in #1021
  • chore(deps-dev): Bump happy-dom from 12.1.6 to 12.2.1 by @dependabot in #1024
  • chore(deps-dev): Bump @nextcloud/eslint-config from 8.3.0-beta.2 to 8.3.0 by @dependabot in #1025
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.6 to 8.0.0-beta.7 by @dependabot in #1022
  • chore(deps-dev): Bump @vitest/coverage-istanbul from 0.34.5 to 0.34.6 by @dependabot in #1026
  • chore: Bump @nextcloud/vue to v8-beta.7 by @Pytal in #1020
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1027
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1028
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1029
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1030
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1031
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1032
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1033
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1035
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1036
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1037
  • v5.0.0-beta.5 by @Pytal in #1034
  • chore(deps): Bump postcss from 8.4.27 to 8.4.31 by @dependabot in #1038
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1039
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1040
  • fix(i18n): Fix spelling of MIME by @rakekniven in #1041
  • chore: Switch to v8 as code coverage provider, reduces the dependencies by @susnux in #1043
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1044
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1045
  • chore(deps-dev): Bump sass from 1.68.0 to 1.69.0 by @dependabot in #1048
  • chore(deps-dev): Bump vite from 4.4.9 to 4.4.11 by @dependabot in #1046
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.24 to 3.0.0-beta.25 by @dependabot in #1047
  • chore(deps-dev): Bump @nextcloud/vite-config from 1.0.0-beta.19 to 1.0.1 by @dependabot in #1049
  • chore(deps): Bump @nextcloud/vue from 8.0.0-beta.7 to 8.0.0-beta.8 by @dependabot in #1050
  • chore(deps-dev): Bump happy-dom from 12.2.1 to 12.9.0 by @dependabot in #1051
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1052
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1053
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1054
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1055
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1056
  • Updates for project Nextcloud dialogs library on branch main by @transifex-integration in #1057
  • fix: Swap sort icons by @Pytal in #1058
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1060
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.25 to 3.0.0-beta.26 by @dependabot in #1061
  • chore(deps): Bump @vueuse/core from 10.4.1 to 10.5.0 by @dependabot in #1063
  • chore(deps-dev): Bump typedoc from 0.25.1 to 0.25.2 by @dependabot in #1062
  • chore(deps-dev): Bump @mdi/svg from 7.2.96 to 7.3.67 by @dependabot in #1065
  • chore(deps-dev): Bump sass from 1.69.0 to 1.69.3 by @dependabot in #1064
  • chore(deps-dev): Bump happy-dom from 12.9.0 to 12.9.1 by @dependabot in #1066
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1067
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1068
  • Get files app config and use it for the file picker by @susnux in #973
  • chore(deps): Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #1069
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1073
  • fix(FilePicker): Make the validity strings more specific by @susnux in #1072
  • fix: Ensure the dialog name can be wrapped if needed by @susnux in #1074
  • Fix package and add separate filepicker entry point by @susnux in #1070
  • chore: Prepare 5.0.0-beta.6 release by @susnux in #1071
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1075
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1076
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1077
  • chore(deps-dev): Bump @types/gettext-parser from 4.0.2 to 4.0.3 by @dependabot in #1079
  • chore(deps-dev): Bump typescript-plugin-css-modules from 5.0.1 to 5.0.2 by @dependabot in #1081
  • chore(deps): Bump @types/toastify-js from 1.12.1 to 1.12.2 by @dependabot in #1078
  • chore(deps-dev): Bump sass from 1.69.3 to 1.69.4 by @dependabot in #1082
  • chore(deps): Bump @nextcloud/router from 2.1.2 to 2.2.0 by @dependabot in #1083
  • chore(deps-dev): Bump vite from 4.4.11 to 4.5.0 by @dependabot in #1084
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1085
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1086
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1087
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1088
  • chore(deps-dev): Bump happy-dom from 12.9.1 to 12.10.3 by @dependabot in #1089
  • chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #1090
  • chore(deps-dev): Bump sass from 1.69.4 to 1.69.5 by @dependabot in #1091
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1092
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1093
  • FilePicker: Signal folder creation to files app by @susnux in #1095
  • chore(deps-dev): Bump @nextcloud/vite-config from 1.0.1 to 1.1.0 by @dependabot in #1080
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1097
  • Updates for project Nextcloud dialogs library by @transifex-integration in #1098
  • chore(deps-dev): Bump typedoc from 0.25.2 to 0.25.3 by @dependabot in #1100
  • chore(deps): Bump @nextcloud/files from 3.0.0-beta.26 to 3.0.0-beta.27 by @dependabot in #1099
  • fix: Use NcDialog instead of custom dialog component now that it is upstreamed by @susnux in #1101
  • Update @nextcloud/vue to stable and release v5.0.0 by @susnux in #1102

New Contributors

Full Changelog: v4.1.0...v5.0.0