Skip to content

Releases: shlinkio/shlink-web-client

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

v3.10.1

23 Apr 13:58
5f91ad8
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #826 Fix generated short URLs CSV so that it can be used to import on Shlink.

Deprecated

  • Nothing

v3.10.0

19 Mar 11:03
457458a
Compare
Choose a tag to compare

Changed

  • #798 Remove stryker and mutation testing.
  • #800 Use /tags/stats endpoint to load tags stats, when the server supports it.
  • Update to Vite 4.2
  • Update to TypeScript 5
  • Update to coding standard v2.1.0
  • Decouple tests from RTK internals.

Added

  • #807 Add support for device-specific long-URLs when creating or editing short URLs.
  • #808 Respect settings on excluding bots in the overview section, for visits cards.
  • #809 Respect settings on excluding bots in the tags list.

Removed

  • Nothing

Fixed

  • #799 Fix fallback visits not taking into account configuration regarding excluding bots.

Deprecated

  • Nothing

v3.9.1

31 Dec 17:24
4be38df
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #787 Fixed wrong base path set in vite config when homepage is set as empty string.

Deprecated

  • Nothing

v3.9.0

31 Dec 16:10
5db0326
Compare
Choose a tag to compare

Changed

  • #753 Migrated from react-scripts/webpack to vite.
  • #770 Updated to latest dependencies.
  • #741 Improved visitsAsyncThunk, making it wrap pending/fulfilled/rejected actions, as well as custom ones, in a type-safe way.

Added

  • #750 Added new icon indicators telling if a short URL can be normally visited, it received the max amount of visits, is still not enabled, etc.

  • #764 Added support to exclude visits from visits on short URLs list when consuming Shlink 3.4.0.

    This feature also comes with a new setting to disable visits from bots by default, both on short URLs lists and visits sections.

  • #760 Added support to exclude short URLs which have reached the maximum amount of visits, or are valid until a date in the past.

Removed

  • #736 Removed cards mode in tags. Only table mode is supported now.
  • #774 Dropped support for Shlink older than 2.8.0.

Fixed

  • #715 Fixed connection still failing on miss-configured servers, after editing their params to set proper values.

Deprecated

  • Nothing