Skip to content

Releases: nextcloud-libraries/nextcloud-vue

v0.10.0

15 Apr 08:28
15a3664
Compare
Choose a tag to compare
  • [BREAKING] AppContent renamed to Content
  • [BREAKING] Named slots removed from Content. Use AppNavigation, AppContent and AppSidebar directly without a name
  • [Enhancement] AppContent component for #app-content added
  • [Enhancement] AppSidebar component for #app-sidebar added
  • [Enhancement] Better Action and PopoverMenu accessibility
  • [Enhancement] Support for Avatar status added
  • [Fix] Navigation toggle on mobile
  • [Fix] Add icon of multiselect's tagging
  • [Fix] AppNavigationSettings toggling
  • [Fix] Modal this.ms error

v0.9.7

03 Apr 09:56
a88423d
Compare
Choose a tag to compare
  • [Fix] this in the data method of isMobile #333

v0.9.6

03 Apr 09:17
12fc9c3
Compare
Choose a tag to compare
  • [Fix] Bundling of mixins #330
  • Update dependencies

v0.9.5

28 Mar 08:54
00200ee
Compare
Choose a tag to compare
  • [Fix] Prevent close if disabled #323
  • [Enhancement] Add isMobile mixin #324
  • [Enhancement] Force all modals to mount in body #325
  • [Enhancement] Add download option on popovermenu link #327

v0.9.4

26 Mar 08:06
bb3bd41
Compare
Choose a tag to compare
  • [Fix] Modal timer reset on next/previous #317
  • [Fix] App-navigation type of buttonClass #320
  • [Enhancement] Sync AppNavigationItem property for menu's open state #321
  • [Enhancement] Add modal canClose option to hide close icon #322
  • Updated dependencies

v0.9.3

26 Mar 08:02
2a44d8f
Compare
Choose a tag to compare
  • [Fix] Modal play-pause animation and design #308
  • [Fix] Code duplication cleanup #307
  • [Enhancement] Modal spread navigation buttons prop and modal sizes #312
  • Updated dependencies

v0.9.2

26 Mar 07:59
fba4f26
Compare
Choose a tag to compare
  • [Enhancement] Modal slideshow design #302
  • Updated dependencies

v0.9.1

26 Mar 08:09
142970a
Compare
Choose a tag to compare
  • [Enhancement] Allow to disable swipe events on modal #295
  • [Fix] Fix some code comments #298
  • [Fix] Remove obsolete prop 'navigationClass' #296
  • [Enhancement] Modal darker background #300
  • [Enhancement + Fix] Add modal sizes, improved layout and removed primary #301
  • Updated dependencies

v0.9.0

06 Mar 14:23
064ab2b
Compare
Choose a tag to compare
  • [Breaking] Added AppNavigation component that can be used in the navigationslot of AppContent. Apps using the slot already have to wrap the contents in the new component. The new component makes possible to extract an app's navigation into its own component in order to re-use it for many views. #290
  • [Enhancement] Added AppNavigationSpacer component for the navigation sidebar #290
  • [Fix] Modal does not overlap header #293
  • [Fix] Use visibility instead of display for the modal clear view #292
  • [Fix] Do not hide modal on touchmove and click #286
  • [Fix] Hide multiselect limit when active #288
  • Dependency updates

v0.8.0

27 Feb 13:17
6257bd8
Compare
Choose a tag to compare
  • [Enhancement] Added an optional open prop to Action to make it possible to open/close the popover menu from the parent and get updates via the sync modifier