Skip to content

Commit 462f82c

Browse files
committed
docs: add changelog to keep track of changes
Add changelog as universal way of keeping changes instead of vendor-lock-in by only rely on GitHub releases. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 011904a commit 462f82c

2 files changed

Lines changed: 50 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!--
2+
- SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: GPL-3.0-or-later
4+
-->
5+
6+
# Changelog
7+
8+
All notable changes to this project will be documented in this file.
9+
10+
## 3.1.1 - 2025-10-20
11+
### Fixed
12+
- fix: add minimal supported `browserslist` version to peer dependencies
13+
14+
## 3.1.0 - 2025-10-17
15+
### Changed
16+
- Update browserlist configuration for compatibility
17+
- The supported browsers list has been widened to support all
18+
non dead browsers supporting the current browsers baseline.
19+
- Add SPDX header
20+
- ci: update reuse.yml workflow from template
21+
- ci: update npm-publish.yml workflow from template
22+
23+
## 3.0.1 - 2024-04-23
24+
### Changed
25+
- Update NPM version to latest LTS version 10 for Node 20
26+
- chore: update workflows from templates
27+
28+
## 3.0.0 - 2023-08-16
29+
### Breaking
30+
- Removed IE 11 since it's already dead
31+
32+
### Changed
33+
- We now supports node `^20.0.0` and npm `^9.0.0`
34+
35+
## 2.3.0 - 2022-08-07
36+
### Changed
37+
- We now supports node `^16.0.0` and npm `^7.0.0 || ^8.0.0`
38+
39+
## 2.1.0 - 2021-03-24
40+
### Added
41+
- Added Firefox ESR
42+
43+
## 2.0.0 - 2021-03-24
44+
### Breaking
45+
- ⚠️ Dropped support for IE
46+
- ⚠️ Dropped support for opera mini
47+
48+
### Added
49+
- Moved from last 2 versions to >0.25%

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud-libraries/browserslist-config)](https://api.reuse.software/info/github.com/nextcloud-libraries/browserslist-config)
99
[![npm](https://img.shields.io/npm/v/@nextcloud/browserslist-config.svg)](https://www.npmjs.com/package/@nextcloud/browserslist-config)
1010

11-
Shared browserslist config for Nextcloud
12-
13-
⚠️ Since v2, we dropped support for IE ⚠️
11+
Shared browserslist config for Nextcloud apps.
1412

1513
## Installation
1614

0 commit comments

Comments
 (0)