This repository was archived by the owner on Jul 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77All notable changes to this project will be documented in this file.
88
9+ ## 1.0.0-alpha - 2024-06-17
10+ ### Breaking changes
11+ The package now uses Vue 3 instead of Vue 2.7. For older versions of Vue please use ` 0.x ` released version
12+
13+ ### Changed
14+ * migrate package to Vue 3
15+ * chore: Add NPM publish workflow
16+
917## 0.13.0 - 2024-06-16
1018### Changed
1119* chore: use vue 2.7 reactive function
@@ -75,4 +83,4 @@ All notable changes to this project will be documented in this file.
7583* Make internal vuex store work without interfering with no/existing vuex stores
7684
7785## 0.1.1 - 2019-02-22
78- * First release
86+ * First release
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ npm install --save nextcloud-vue-collections
2020
2121This library requires your app to have the following dependencies installed:
2222
23- - vue 2.7.16
23+ - ` ^1.0.0 ` or any compatible newer version: ` vue ^3.4.29 `
24+ - ` ^0.12.0 ` or any compatible newer minor or patch version: ` vue ^2.7.16 `
2425
2526After that you can use the collection list component like this:
2627
You can’t perform that action at this time.
0 commit comments