Skip to content

Releases: nextcloud-libraries/nextcloud-vue

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

v0.7.1

27 Feb 13:00
95cb70e
Compare
Choose a tag to compare
  • [Enhancement] Single entry point per components #262
     import Tooltip from 'nextcloud-vue/dist/Directives/Tooltip'
  • [Enhancement] Tooltip directive #259
  • [Enhancement] Modal title, slideshow, actions and ui cleanup when no mousemove #277
  • [Fix] Modal design fixes #277
  • [Fix] Modal next/prev event fix #260
  • Dependencies updates

0.7.0

19 Feb 15:17
80f7650
Compare
Choose a tag to compare
  • [Enhancement] Modal component
  • Dependencies updates

0.6.3

13 Feb 13:57
d91839c
Compare
Choose a tag to compare
  • [Fix] Also allow active elments for non-buttons & show pointer on buttons #249