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

Commit c0a2b02

Browse files
committed
chore: Add missing changelog
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 934a130 commit c0a2b02

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Changelog
6+
7+
All notable changes to this project will be documented in this file.
8+
9+
## 0.13.0 - 2024-06-16
10+
### Changed
11+
* chore: use vue 2.7 reactive function
12+
* chore: install nextcloud/l10n, use imported translate functions
13+
* chore: Add SPDX headers and REUSE CI workflow
14+
* chore: bump dependencies
15+
16+
## 0.12.0 - 2024-01-30
17+
### Changed
18+
* enh: Migrate to @nextcloud/vue 8.5.1
19+
* chore(repo): Fix repository links
20+
* chore: update node engines to next LTS
21+
* chore: update workflows from templates
22+
* chore: Update linting, update workflows and fix linting issues
23+
* Cleanup package a bit by
24+
* chore: Use shared vite config
25+
* Updated dependencies
26+
27+
## 0.11.1 - 2023-04-26
28+
### Added
29+
* Add ESM package build
30+
31+
### Changed
32+
* Bump dependencies
33+
34+
## 0.11.0 - 2023-04-26
35+
### Changed
36+
* Migrate to Vite
37+
* Bump dependencies
38+
39+
## 0.10.0 - 2022-05-03
40+
### Added
41+
* This adds an additional isActive prop which can be set to only trigger collection loading if the integrating app decides to `CollectionListItem` is also exported now
42+
43+
### Fixed
44+
* Load collections of different resources on change
45+
46+
### Changed
47+
* Dependency updates
48+
49+
## 0.9.0 - 2020-11-09
50+
### Changed
51+
* Require @nextcloud/vue 3.x as a peer dependency
52+
* Bump dependencies
53+
54+
## 0.6.0 - 2019-10-16
55+
### Added
56+
* Update CollectionList to fit new sidebar design
57+
58+
### Fixed
59+
* Fix line-height between rows
60+
61+
### Changed
62+
* Remove vuex dependency
63+
* Bump dependencies
64+
65+
## 0.5.6 - 2019-07-29
66+
### Fixed
67+
* Force `defaultHtml` setting of v-tooltip to be disabled
68+
69+
## 0.5.5 - 2019-07-29
70+
### Fixed
71+
* Fix issue when iterating over types
72+
73+
## 0.5.4 - 2019-07-09
74+
### Fixed
75+
* Make internal vuex store work without interfering with no/existing vuex stores
76+
77+
## 0.1.1 - 2019-02-22
78+
* First release

0 commit comments

Comments
 (0)