Releases: nextcloud-libraries/nextcloud-vue
Releases · nextcloud-libraries/nextcloud-vue
v0.10.0
- [BREAKING]
AppContent
renamed toContent
- [BREAKING] Named slots removed from
Content
. UseAppNavigation
,AppContent
andAppSidebar
directly without a name - [Enhancement]
AppContent
component for#app-content
added - [Enhancement]
AppSidebar
component for#app-sidebar
added - [Enhancement] Better
Action
andPopoverMenu
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
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
- [Breaking] Added
AppNavigation
component that can be used in thenavigation
slot ofAppContent
. 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
- [Enhancement] Added an optional
open
prop toAction
to make it possible to open/close the popover menu from the parent and get updates via the sync modifier