Releases: shlinkio/shlink-web-client
Releases · shlinkio/shlink-web-client
v3.10.1
v3.10.0
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
v3.9.0
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
v3.8.1
v3.8.0
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
v3.7.2
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