You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
6
6
7
-
## [Unreleased]
7
+
## [0.4.0] - 2023-11-26
8
8
### Added
9
9
*[#12](https://github.com/shlinkio/shlink-web-component/issues/12) and [#13](https://github.com/shlinkio/shlink-web-component/issues/13) Add new "Visits options" section for arbitrary visit stats options. Add section to delete short URL and orphan visits there.
10
10
11
11
This section is only visible if short URL visits deletion or orphan visits deletion are supported by connected Shlink server.
12
12
13
+
*[#10](https://github.com/shlinkio/shlink-web-component/issues/10) Improve general accessibility.
14
+
13
15
### Changed
14
16
* The project no longer depends on ramda
15
17
* Replace `classnames` package with `clsx`
18
+
* Enable react hooks linting rules and fix cases where they are not fulfilled.
0 commit comments