Skip to content

Releases: shlinkio/shlink-web-client

v4.3.0

30 Nov 09:50
5aa113e
Compare
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
Compare
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

v4.2.1

09 Oct 12:35
9a798c2
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #1325 Get dependency on uuid package back, as crypto.randomUUID() can only be used in secure contexts.
  • shlink-web-component#461 Ensure shortUrlsList.confirmDeletion setting is true in any case, except when explicitly set to false.
  • 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

v4.2.0

07 Oct 07:56
9e1a803
Compare
Choose a tag to compare

Changed

  • Use ShlinkWebSettings from @shlinkio/shlink-web-component to replace local settings UI.
  • Update to @shlinkio/eslint-config-js-coding-standard 3.0, and migrate to ESLint flat config.
  • Remove dependency on uuid package, and use crypto.randomUUID() instead.

Added

  • shlink-web-component#411 Add support for ip-address redirect 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

v4.1.2

17 Apr 08:00
d18ebf8
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • shlink-web-component#244 Display visitedUrl in 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

v4.1.1

11 Apr 07:25
5c2e99c
Compare
Choose a tag to compare

Changed

  • Update JS coding standard
  • #1132 Add warning message in "validate URLs" setting, indicating it is ignored when consuming Shlink >=4.0.0.

Added

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

v4.1.0

17 Mar 11:27
c75a3a4
Compare
Choose a tag to compare

Changed

  • shlink-web-component#249 Replace react-datepicker with native input[type="date"] and input[type="datetime-local"] elements.
  • Update dependencies.

Added

  • #1079 Add support Shlink 4.0.0.

  • shlink-web-component#271 Add support for redirect rules when consuming Shlink 4.0.0.

    Now, if the server supports it, there will be a new item for every short URL dropdown, which will take you to a page where it will be possible to edit that short URL's redirect rules.

Removed

Fixed

  • #1084 Fix broken server dropdown menu when auto-connect is enabled.

Deprecated

  • Nothing

v4.0.1

01 Feb 07:59
e686431
Compare
Choose a tag to compare

Changed

  • #821 Update app gif from README.md

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #1046 Fix running docker image when server env vars are provided.

Deprecated

  • Nothing

v4.0.0

29 Jan 18:15
8a7a51b
Compare
Choose a tag to compare

Changed

  • #338 Extract @shlinkio/shlink-web-component and @shlinkio/shlink-frontend-kit as external libs.
  • #978 Use system preferred theme as default theme.
  • Use API client from @shlinkio/shlink-js-sdk to consume Shlink servers.
  • #902 Docker image is no longer running as root. As a side effect, exposed port is 8080, not 80 anymore.
  • shlink-web-component #117 Migrate charts from Chart.JS to Recharts.

Added

  • shlink-web-component #7 Allow comparing visits for multiple short URLs, tags or domains.

    When in the tags, domains or short URLs tables, you can now pick up to 5 items to compare their visits. Once selected, you are taken to a section displaying a comparative line chart, which supports all regular visits filtering capabilities.

  • shlink-web-component #9 Allow comparing visits with the previous period.

  • shlink-web-component #12 and #13 Add new "Visits options" section for arbitrary visit stats options. Add section to delete short URL and orphan visits there.

    This section is only visible if short URL visits deletion or orphan visits deletion are supported by connected Shlink server.

  • shlink-web-component #10 Improve general accessibility: Add accessibility tests, fix accessibility issues and enable accessibility linting rules.

Removed

  • Drop support for Shlink older than v3.0.0

Fixed

  • #910 Fix warnings related with missing act in tests and refs in AppUpdateBanner.

Deprecated

  • Nothing

v3.10.2

09 Jul 08:19
f5e92c6
Compare
Choose a tag to compare

Changed

  • #781 Migrate tests from jest to vitest.
  • #843 Build docker image only for new tags, making sure it always includes an actual version number.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing