Skip to content

Releases: nextcloud-libraries/nextcloud-vue

v7.4.0-beta.0

11 Jan 09:06
04ae56d
Compare
Choose a tag to compare
v7.4.0-beta.0 Pre-release
Pre-release

v7.4.0-beta.0 (2023-01-11)

Full Changelog

πŸš€ Enhancements

πŸ› Fixed bugs

Closed pull requests

v7.3.0

23 Dec 14:08
e599988
Compare
Choose a tag to compare

v7.3.0 (2022-12-23)

Full Changelog

πŸš€ Enhancements

πŸ› Fixed bugs

  • Fix CheckboxHeight #3584 (jotoeri)
  • Add more space for unread counter so its aligned with action menu #3572 (GretaD)

v7.2.0

09 Dec 09:00
7a97cc1
Compare
Choose a tag to compare

v7.2.0 (2022-12-09)

Full Changelog

πŸš€ Enhancements

πŸ› Fixed bugs

  • Add button role for NcButton with href #3532 (Pytal)
  • Fix focus returning to top of page instead of actions toggle button #3530 (Pytal)
  • Fix icon repeat and position for AppNavigationItem #3539 (skjnldsv)
  • Fix jsdoc: Add missing documentation for events #3545 (susnux)
  • Increase input field border contrast #3551 (Pytal)
  • Increase NcSelect border contrast #3552 (Pytal)
  • Revert "fix sidebar scrolling for small displays" #3559 (skjnldsv)
  • Scope global #content styles via extra class #3537 (st3iny)

v7.1.0

30 Nov 01:06
1699025
Compare
Choose a tag to compare

v7.1.0 (2022-11-29)

Full Changelog

πŸš€ Enhancements

  • Add accessible NcSelect and NcSelectTags components #3435 (Pytal)
  • Extend NcInputField props and forward $attrs to NcPasswordField and NcTextField #3485 (skjnldsv)
  • Move loadState to data for better mockability #3502 (skjnldsv)
  • Widen container prop type passed to NcPopover #3462 (Pytal)
  • Allow querying for resources with complex item ids #3404 (Pytal)
  • Allow to provide a custom palette to the ColorPicker #3384 (skjnldsv)
  • Export NcMentionBubble and NcAutoCompleteResult #3373 (vinicius73)
  • Add guest content component #3369 (ChristophWurst)

πŸ› Fixed bugs

Closed pull requests

v7.1.0-beta.2

24 Nov 07:48
1dc8ed0
Compare
Choose a tag to compare
v7.1.0-beta.2 Pre-release
Pre-release

v7.1.0-beta.2 (2022-11-23)

Full Changelog

πŸ› Fixed bugs

Closed pull requests

v7.1.0-beta.1

18 Nov 08:03
2e0113f
Compare
Choose a tag to compare
v7.1.0-beta.1 Pre-release
Pre-release

v7.1.0-beta.1 (2022-11-18)

Full Changelog

πŸš€ Enhancements

  • Extend NcInputField props and forward $attrs to NcPasswordField and NcTextField #3485 (skjnldsv)
  • Move loadState to data for better mockability #3502 (skjnldsv)

πŸ› Fixed bugs

v7.1.0-beta.0

15 Nov 13:29
01dc781
Compare
Choose a tag to compare
v7.1.0-beta.0 Pre-release
Pre-release

v7.1.0-beta.0 (2022-11-15)

Full Changelog

πŸš€ Enhancements

πŸ› Fixed bugs

v7.0.1

15 Oct 08:57
6e4546d
Compare
Choose a tag to compare

v7.0.1 (2022-10-14)

Full Changelog

πŸ› Fixed bugs

πŸš€ Enhancements

  • Migrate to use :deep selector instead of deprecated ::v-deep #3348 (susnux)

v7.0.0

12 Oct 15:03
225533c
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • This component library release requires Nextcloud 25 or later
  • We changed the container layout to adapt to the design changes with Nextcloud 25
  • The body is no longer the main scroll area but instead the app content
    - Please do careful testing of your user interface, especially in regards to the following components and scroll behaviour:
    - NcContent
    - NcAppNavigation
    - NcAppContent
    - NcAppSidebar
  • Properties and slot names of NcEmptyContent changed. Also, everything outside a slot is ignored now
  • Inside NcActions, only Vue components are considered as children

Migration guide

  • Scroll listeners need to be adapted to watch for the scroll on the NcAppContent container instead of the main document
  • If you are using sticky headers in your app you might need to adjust the css top property as the app content container is now the scrollable element. For any contained sticky that had a header height top spacing before you should be able to set that to 0
  • Make sure that everything in NcEmptyContent is in one of the supported slots
  • Make sure that NcActions contain only Vue components. If they contain plain HTML, move this into a separate Vue component

πŸš€ Enhancements

πŸ› Fixed bugs

Closed pull requests

v6.0.0

12 Oct 19:02
d4af617
Compare
Choose a tag to compare

Full Changelog

πŸ’₯ Breaking Changes

πŸš€ Enhancements

πŸ› Fixed bugs

Read more