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
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ 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
+
## [4.4.0] - 2025-04-20
8
+
### Added
9
+
*[#1510](https://github.com/shlinkio/shlink-web-client/issues/1510) Existing HTTP credentials (cookies, TLS certs, authentication headers) can now be forwarded to the API server if appropriate [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Credentials) are set
10
+
*[shlink-web-component#637](https://github.com/shlinkio/shlink-web-component/pull/637) QR codes are now generated client-side, without hitting Shlink.
11
+
*[shlink-web-component#641](https://github.com/shlinkio/shlink-web-component/issues/641) It is now possible to provide any logo to be used with QR codes.
12
+
*[shlink-web-component#640](https://github.com/shlinkio/shlink-web-component/issues/640) Allow default QR code settings to be handled via app settings.
13
+
14
+
### Changed
15
+
* Update to `react-router` 7.0
16
+
* Update to `@shlinkio/shlink-frontend-kit` 0.8.x
17
+
* Update to `@shlinkio/shlink-web-component` 0.13.x
18
+
* Update to `@shlinkio/shlink-js-sdk` 2.0.0
19
+
* Add `eslint-plugin-react-compiler`
20
+
* Run unit tests in a headless browser using vitest browser mode and playwright.
21
+
22
+
### Deprecated
23
+
**Nothing*
24
+
25
+
### Removed
26
+
**Nothing*
27
+
28
+
### Fixed
29
+
**Nothing*
30
+
31
+
7
32
## [4.3.0] - 2024-11-30
8
33
### Added
9
34
*[#1360](https://github.com/shlinkio/shlink-web-client/issues/1360) Added ability for server IDs to be generated based on the server name and URL, instead of generating a random UUID.
@@ -298,7 +323,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
298
323
*[#774](https://github.com/shlinkio/shlink-web-client/issues/774) Dropped support for Shlink older than 2.8.0.
299
324
300
325
### Fixed
301
-
*[#715](https://github.com/shlinkio/shlink-web-client/issues/715) Fixed connection still failing on miss-configured servers, after editing their params to set proper values.
326
+
*[#715](https://github.com/shlinkio/shlink-web-client/issues/715) Fixed connection still failing on misconfigured servers, after editing their params to set proper values.
0 commit comments