Releases: shlinkio/shlink-web-client
v4.3.0
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
- shlink-web-component#504 Fix fallback interval not causing new visits to be loaded.
Deprecated
- Nothing
v4.2.2
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
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- #1325 Get dependency on
uuid
package back, ascrypto.randomUUID()
can only be used in secure contexts. - shlink-web-component#461 Ensure
shortUrlsList.confirmDeletion
setting istrue
in any case, except when explicitly set tofalse
. - 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
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 usecrypto.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
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
Changed
- Update JS coding standard
- #1132 Add warning message in "validate URLs" setting, indicating it is ignored when consuming Shlink >=4.0.0.
Added
- shlink-web-component#293 Allow ordering redirect rules via drag'n'drop.
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
Changed
- shlink-web-component#249 Replace
react-datepicker
with nativeinput[type="date"]
andinput[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
- shlink-web-component#276 Drop support for Shlink older than 3.3.0
Fixed
- #1084 Fix broken server dropdown menu when auto-connect is enabled.
Deprecated
- Nothing
v4.0.1
v4.0.0
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
, not80
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 inAppUpdateBanner
.
Deprecated
- Nothing