Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

All notable changes to this project will be documented in this file.

## 1.0.0-alpha - 2024-06-17
### Breaking changes
The package now uses Vue 3 instead of Vue 2.7. For older versions of Vue please use `0.x` released version

### Changed
* migrate package to Vue 3
* chore: Add NPM publish workflow

## 0.13.0 - 2024-06-16
### Changed
* chore: use vue 2.7 reactive function
Expand Down Expand Up @@ -75,4 +83,4 @@ All notable changes to this project will be documented in this file.
* Make internal vuex store work without interfering with no/existing vuex stores

## 0.1.1 - 2019-02-22
* First release
* First release
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ npm install --save nextcloud-vue-collections

This library requires your app to have the following dependencies installed:

- vue 2.7.16
- `^1.0.0` or any compatible newer version: `vue ^3.4.29`
- `^0.12.0` or any compatible newer minor or patch version: `vue ^2.7.16`

After that you can use the collection list component like this:

Expand Down