Skip to content

Releases: nextcloud-libraries/nextcloud-vue

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

0.6.2

12 Feb 12:01
36be21c
Compare
Choose a tag to compare
  • [Fix] add props for navigation class and content class #238
  • [Fix] appsettings toggle #247
  • Dependencies updates

0.6.1

30 Jan 14:32
45f8e5b
Compare
Choose a tag to compare
  • [Fix] accessibility through tabs on the action component #211
  • [Fix] navigation toggle state #209
  • Dependencies updates

0.6.0

15 Jan 09:07
ab1e031
Compare
Choose a tag to compare

[Enhancement] Split AppNavigation into individual components

  • Added AppNavigationItem
  • Added AppNavigationNew
  • Added AppNavigationSettings

0.5.1

15 Jan 07:47
6c54b74
Compare
Choose a tag to compare
  • [Enhancement] Add AppContent component
  • Update dependencies
    • Uses vue2-datepicker v2.8.0 now

0.3.2

15 Jan 15:51
fcd8c7a
Compare
Choose a tag to compare

[Fix] appNavigation settings translation for nextcloud/server#13611