Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
chore!: Deprecate package in favor of @nextcloud/vue
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jul 4, 2024
1 parent 280e5c0 commit 0c73069
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
- SPDX-License-Identifier: AGPL-3.0-or-later
-->

# Nextcloud Vue component for collaboration collections
# Deprecated

**WARNING**: This package is now deprecated, the components have been merged into [`@nextcloud/vue`](https://www.npmjs.com/package/@nextcloud/vue) as of version 8.14.0.
So we recommend to migrate to using `@nextcloud/vue` directly:
```js
import NcCollectionList from '@nextcloud/vue/dist/Components/NcCollectionList.js'
```

[![npm last version](https://img.shields.io/npm/v/nextcloud-vue-collections.svg?style=flat-square)](https://www.npmjs.com/package/nextcloud-vue-collections) [![Dependabot status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot)](https://dependabot.com)

# Nextcloud Vue component for collaboration collections
Provides a vue component for Nextcloud projects introduced in Nextcloud 16 to be integrated in apps. *Projects* is naming for user-facing elements, while collections is used internally since it was renamed afterwards.

## Installation
Expand Down

0 comments on commit 0c73069

Please sign in to comment.