Skip to content

Releases: shlinkio/shlink-web-client

v4.7.0

04 Feb 07:36
a37be1d

Choose a tag to compare

Changed

  • Nothing

Added

  • [shlink-web-component] Add support for Shlink 5.0.0, by supporting date-based redirect conditions.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v4.6.2

12 Dec 07:38
fce387f

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

Deprecated

  • Nothing

v4.6.1

15 Nov 11:13
e9afaae

Choose a tag to compare

Changed

  • #802 Improve dependency injection in components.
  • Stop injecting redux state and actions.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix small UI issues.

Deprecated

  • Nothing

v4.6.0

12 Nov 13:54
77f8d63

Choose a tag to compare

Changed

  • Nothing

Added

Removed

  • Drop support for Shlink older than 4.0.0

Fixed

  • Nothing

Deprecated

  • Nothing

v4.5.1

13 Aug 08:16
aab26e3

Choose a tag to compare

Changed

  • 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

v4.5.0

08 Aug 07:27
0dc6d70

Choose a tag to compare

Changed

  • Update to FontAwesome 7
  • Update to Recharts 3
  • Update to @shlinkio/shlink-web-component 0.16.1

Added

  • shlink-web-component#755 Add support for any-value-query-param and valueless-query-param redirect 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

v4.4.1

23 Jun 08:12
4eab3b6

Choose a tag to compare

Changed

  • shlink-web-component#661 and #1571 Fully replace bootstrap with tailwind.
  • Add the new light theme brand color.
  • Update to @shlinkio/shlink-frontend-kit 1.0.0 and @shlinkio/shlink-web-component 0.15
  • Replace reactstrap nav bar with NavBar component from @shlinkio/shlink-frontend-kit

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v4.4.0

20 Apr 15:08
b747e63

Choose a tag to compare

Changed

  • Update to react-router 7.0
  • Update to @shlinkio/shlink-frontend-kit 0.8.x
  • Update to @shlinkio/shlink-web-component 0.13.x
  • Update to @shlinkio/shlink-js-sdk 2.0.0
  • Add eslint-plugin-react-compiler
  • Run unit tests in a headless browser using vitest browser mode and playwright.

Added

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v4.3.0

30 Nov 09:50
5aa113e

Choose a tag to compare

Changed

  • 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

Deprecated

  • Nothing

v4.2.2

19 Oct 10:16
2e438f9

Choose a tag to compare

Changed

  • Update to @shlinkio/shlink-frontend-kit 0.6.0
  • Update to @shlinkio/shlink-web-component 0.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