Skip to content

Releases: shlinkio/shlink-web-client

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

v3.8.2

17 Dec 09:10
cc88f76
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #766 Fixed visits query being lost when switching between sub-sections.
  • #765 Added missing "Content-Type": "application/json" to requests with payload, making older Shlink versions fail.

Deprecated

  • Nothing

v3.8.1

06 Dec 19:24
ab757b2
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #756 Fixed all visits interval not working unless switching to a different interval first.
  • #757 Fixed visits fallback interval not working until the visits view has been loaded at least twice.

Deprecated

  • Nothing

v3.8.0

03 Dec 12:38
7d83e43
Compare
Choose a tag to compare

Changed

  • #713 Updated dependencies.
  • #620 Migrated all reducers to redux toolkit.
  • #721 Migrated from axios to fetch.

Added

  • #708 Added support for API v3.
  • #717 Allowed to select time in 10 minute intervals when configuring "enabled since" and "enabled until" on short URLs.
  • #748 Improved visits section to add filters to the query string, allowing to navigate to a specific state or bookmarking filters.

Removed

  • Nothing

Fixed

  • #590 Fixed position of the datepicker triangle.
  • #729 Fixed wrong stats displayed in tags after renaming.
  • #737 Fixed incorrect contrast in warning messages when using dark theme.
  • #726 Fixed delete server and delete short URL modals getting removed from the DOM before finishing close transition.
  • #749 Fixed broken short URLs table when some short URL has a too long custom slug.

Deprecated

  • Nothing

v3.7.3

13 Sep 15:52
90fde34
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • #703 Added support to publish docker image in GHCR.

Removed

  • Nothing

Fixed

  • #709 Fixed visits not being displayed after a large loading has finished.

Deprecated

  • Nothing

v3.7.2

07 Aug 16:34
a46116d
Compare
Choose a tag to compare

Changed

  • #688 Finalized migration from enzyme to react-testing-library.

Added

  • #671 Added proper color-scheme in root element based on selected theme.

Removed

  • Nothing

Fixed

  • #695 Fixed some warnings in tests.
  • #693 Fixed tags, servers and domains search to make it case-insensitive.
  • #694 Fixed editing and loading visits on short URLs with multi-segment slugs.

Deprecated

  • Nothing

v3.7.1

25 May 18:47
0a0de86
Compare
Choose a tag to compare

Changed

  • #648 Migrated some scripts to ESM and updated to chalk 5.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #653 Fixed rendering values greater than 1000 in charts, when the browser has certain locales configured.

Deprecated

  • Nothing