-
v4.5.1 Stable
released this
2025-08-13 03:16:16 -05:00 | 234 commits to develop since this releaseChanged
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- #1637 Fix brand color used in PWA
- #1636 Make sure sidebar toggle is rendered only in sections where the sidebar exists.
Deprecated
- Nothing
Downloads
-
v4.5.0 Stable
released this
2025-08-08 02:26:57 -05:00 | 252 commits to develop since this releaseChanged
- Update to FontAwesome 7
- Update to Recharts 3
- Update to
@shlinkio/shlink-web-component0.16.1
Added
-
shlink-web-component#755 Add support for
any-value-query-paramandvalueless-query-paramredirect conditions when using Shlink >=4.5.0. -
shlink-web-component#756 Add support for desktop device types on device redirect conditions, when using Shlink >=4.5.0.
-
shlink-web-component#657 Allow visits table columns to be customized via settings, and add a new optional "Region" column.
As a side effect, the "Show user agent" toggle has been removed from the list, as this can now be globally configured in the settings.
Removed
- Nothing
Fixed
- shlink-web-component#698 Fix line chart selection triggering after clicking a dot in the chart. It now works only when dragging while the mouse is clicked.
Deprecated
- Nothing
Downloads
-
v4.4.1 Stable
released this
2025-06-23 03:12:08 -05:00 | 318 commits to develop since this releaseChanged
- shlink-web-component#661 and #1571 Fully replace bootstrap with tailwind.
- Add the new light theme brand color.
- Update to
@shlinkio/shlink-frontend-kit1.0.0 and@shlinkio/shlink-web-component0.15 - Replace reactstrap nav bar with
NavBarcomponent from@shlinkio/shlink-frontend-kit
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
Downloads
-
v4.4.0 Stable
released this
2025-04-20 10:07:46 -05:00 | 454 commits to develop since this releaseChanged
- Update to
react-router7.0 - Update to
@shlinkio/shlink-frontend-kit0.8.x - Update to
@shlinkio/shlink-web-component0.13.x - Update to
@shlinkio/shlink-js-sdk2.0.0 - Add
eslint-plugin-react-compiler - Run unit tests in a headless browser using vitest browser mode and playwright.
Added
- #1510 Existing HTTP credentials (cookies, TLS certs, authentication headers) can now be forwarded to the API server if appropriate CORS headers are set
- shlink-web-component#637 QR codes are now generated client-side, without hitting Shlink.
- shlink-web-component#641 It is now possible to provide any logo to be used with QR codes.
- shlink-web-component#640 Allow default QR code settings to be handled via app settings.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
Downloads
- Update to
-
v4.3.0 Stable
released this
2024-11-30 03:49:15 -06:00 | 714 commits to develop since this releaseChanged
- Nothing
Added
-
#1360 Added ability for server IDs to be generated based on the server name and URL, instead of generating a random UUID.
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.
All existing servers will keep their generated IDs in existing devices for backwards compatibility, but newly created servers will use the new approach.
-
shlink-web-component#491 Add support for colors in QR code configurator.
-
shlink-web-component#515 Add support for geolocation redirect conditions, when using Shlink 4.3 or newer.
-
shlink-web-component#514 Allow filtering short URLs list by domain, when using Shlink 4.3 or newer.
-
shlink-web-component#520 Allow navigating from domains list to short URLs list filtered by one domain, when using Shlink 4.3 or newer.
-
shlink-web-component#517 Update list of known domains when a short URL is created with a new domain.
-
shlink-web-component#292 Add icon in short URLs list indicating if a short URL has redirect rules.
Removed
- Nothing
Fixed
- shlink-web-component#504 Fix fallback interval not causing new visits to be loaded.
Deprecated
- Nothing
Downloads
-
v4.2.2 Stable
released this
2024-10-19 05:15:33 -05:00 | 789 commits to develop since this releaseChanged
- Update to
@shlinkio/shlink-frontend-kit0.6.0 - Update to
@shlinkio/shlink-web-component0.10.1
Added
- Nothing
Removed
- Nothing
Fixed
- shlink-web-component#475 Fix incorrect amount of dots being displayed in line charts when the difference in days/weeks/months is rounded up.
Deprecated
- Nothing
Downloads
- Update to
-
v4.2.1 Stable
released this
2024-10-09 07:34:16 -05:00 | 826 commits to develop since this releaseChanged
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- #1325 Get dependency on
uuidpackage back, ascrypto.randomUUID()can only be used in secure contexts. - shlink-web-component#461 Ensure
shortUrlsList.confirmDeletionsetting istruein any case, except when explicitly set tofalse. - shlink-web-component#237 Set darker color for previous period in charts, when light theme is enabled.
- shlink-web-component#246 Fix selected date range not reflected in visits comparison date range selector, when selecting it in the line chart via drag'n'drop.
Deprecated
- Nothing
Downloads
-
v4.2.0 Stable
released this
2024-10-07 02:55:07 -05:00 | 832 commits to develop since this releaseChanged
- Use
ShlinkWebSettingsfrom@shlinkio/shlink-web-componentto replace local settings UI. - Update to
@shlinkio/eslint-config-js-coding-standard3.0, and migrate to ESLint flat config. - Remove dependency on
uuidpackage, and usecrypto.randomUUID()instead.
Added
- shlink-web-component#411 Add support for
ip-addressredirect conditions when Shlink server is >=4.2 - shlink-web-component#196 Allow active date range to be changed by selecting a range in visits and visits-comparison line charts.
- shlink-web-component#307 Add new setting to disable short URL deletions confirmation.
- shlink-web-component#435 Allow toggling between displaying raw user agent and parsed browser/OS in visits table.
- shlink-web-component#197 Allow line charts to be expanded to the full size of the viewport, both in individual visits views, and when comparing visits.
- shlink-web-component#382 Initialize QR code modal with all params unset, so that they fall back to the server defaults. Additionally, allow them to be unset if desired.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
Downloads
- Use
-
v4.1.2 Stable
released this
2024-04-17 02:59:44 -05:00 | 1119 commits to develop since this releaseChanged
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- shlink-web-component#244 Display
visitedUrlin visits table if the visit object has it, regardless of it being an orphan visit or not. - shlink-web-component#327 Ensure orphan visits type is sent to the server, to enable server-side filtering when consumed Shlink supports it.
Deprecated
- Nothing
Downloads
-
v4.1.1 Stable
released this
2024-04-11 02:24:39 -05:00 | 1134 commits to develop since this releaseChanged
- Update JS coding standard
- #1132 Add warning message in "validate URLs" setting, indicating it is ignored when consuming Shlink >=4.0.0.
Added
- shlink-web-component#293 Allow ordering redirect rules via drag'n'drop.
Removed
- Nothing
Fixed
- shlink-web-component#294 Make sure "validate URL" control is not displayed in short URL creation/edition, when consuming Shlink >=4.0.0.
- #1130 Fix importing servers in Firefox for Android when the CSV file contains spaces.
- #1133 Fix Shlink versions alignment in server error pages.
Deprecated
- Nothing
Downloads
mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-10 00:27:25 -06:00