Skip to content

Commit 8ac347f

Browse files
authored
Merge pull request #1385 from acelaya-forks/feature/update-shlink-web-component
Update to shlink-web-component 0.11
2 parents 49ebfdb + a325af3 commit 8ac347f

File tree

3 files changed

+50
-42
lines changed

3 files changed

+50
-42
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased]
7+
## [4.3.0] - 2024-11-30
88
### Added
99
* [#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.
1010

1111
This can improve sharing a predefined set of servers cia servers.json, env vars, or simply export and import your servers in some other device, and then be able to share server URLs which continue working.
1212

1313
All existing servers will keep their generated IDs in existing devices for backwards compatibility, but newly created servers will use the new approach.
1414

15+
* [shlink-web-component#491](https://github.com/shlinkio/shlink-web-component/issues/491) Add support for colors in QR code configurator.
16+
* [shlink-web-component#515](https://github.com/shlinkio/shlink-web-component/issues/515) Add support for geolocation redirect conditions, when using Shlink 4.3 or newer.
17+
* [shlink-web-component#514](https://github.com/shlinkio/shlink-web-component/issues/514) Allow filtering short URLs list by domain, when using Shlink 4.3 or newer.
18+
* [shlink-web-component#520](https://github.com/shlinkio/shlink-web-component/issues/520) Allow navigating from domains list to short URLs list filtered by one domain, when using Shlink 4.3 or newer.
19+
* [shlink-web-component#517](https://github.com/shlinkio/shlink-web-component/issues/517) Update list of known domains when a short URL is created with a new domain.
20+
* [shlink-web-component#292](https://github.com/shlinkio/shlink-web-component/issues/292) Add icon in short URLs list indicating if a short URL has redirect rules.
21+
1522
### Changed
1623
* *Nothing*
1724

@@ -22,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2229
* *Nothing*
2330

2431
### Fixed
25-
* *Nothing*
32+
* [shlink-web-component#504](https://github.com/shlinkio/shlink-web-component/issues/504) Fix fallback interval not causing new visits to be loaded.
2633

2734

2835
## [4.2.2] - 2024-10-19

package-lock.json

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@shlinkio/data-manipulation": "^1.0.3",
3636
"@shlinkio/shlink-frontend-kit": "^0.6.0",
3737
"@shlinkio/shlink-js-sdk": "^1.3.0",
38-
"@shlinkio/shlink-web-component": "^0.10.1",
38+
"@shlinkio/shlink-web-component": "^0.11.0",
3939
"bootstrap": "5.2.3",
4040
"bottlejs": "^2.0.1",
4141
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)