Skip to content

Releases: nextcloud-libraries/nextcloud-vue

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

0.5.0

08 Jan 18:00
af5d96c
Compare
Choose a tag to compare
  • [Enhancement] Datepicker dark mode
  • [Fix] Multiselect user-layout
  • [Fix] Multiselect design fixes (padding, radius and clickable area)
  • [Fix] Datepicker design fixes (padding, colours and clickable area)
  • [Fix] IE11 compatibility
  • Dependencies updates

0.4.6

29 Nov 16:08
e385638
Compare
Choose a tag to compare
  • [Fix] Multiselect positioning
  • [Fix] Multiselect slot scoping
  • [Enhancement] isNoUser prop for the Avatar component
  • [Enhancement] Active state on the popovermenu
  • [Enhancement] Allow to overwrite the default avatar tooltip message

0.4.5

27 Nov 08:07
cd5ec47
Compare
Choose a tag to compare
  • Fixed multiselect styling
  • Added loading support
  • Added support for two original slots:
    • option (only if user-select is false (since we override the option slot)
    • singleLabel
      Any other slots are not supported because we think they're not relevant. It's better to have proper standards than letting people do anything they want. If you have any idea of a custom option layout that you think will benefit on other place of nextcloud, please suggest 😉
  • Added a better select icon than the check mark for single select

0.4.4

19 Nov 08:57
15b0772
Compare
Choose a tag to compare

Fixed

  • React to updated url prop on the Avatar component
  • Prevent default action for clicks on the action element (popover menu toggle)

0.4.3

13 Nov 12:54
623aa33
Compare
Choose a tag to compare
  • [Fix] Multiselect highlight
  • [Fix] App navigation default items
  • [Fix] App navigation nested items
  • [Fix] App navigation collapsing of nested items
  • [Fix] Allow disabled state for new button

0.4.2

10 Nov 11:28
c793625
Compare
Choose a tag to compare

[Fix] Multiselect leftover code 🙈