Releases: shlinkio/shlink-web-component
Releases · shlinkio/shlink-web-component
v0.10.1
v0.10.0
Changed
- Publish package as ES module only.
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v0.9.0
v0.8.1
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- #461 Ensure
shortUrlsList.confirmDeletion
setting istrue
in any case, except when explicitly set tofalse
. - #237 Set darker color for previous period in charts, when light theme is enabled.
- #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
v0.8.0
Changed
- Update to
@shlinkio/eslint-config-js-coding-standard
3.0, and migrate to ESLint flat config.
Added
- Document how
<ShlinkWebSettings />
is used. - #411 Add support for
ip-address
redirect conditions when Shlink server is >=4.2 - #196 Allow active date range to be changed by selecting a range in visits and visits-comparison line charts.
- #307 Add new setting to disable short URL deletions confirmation.
- #435 Allow toggling between displaying raw user agent and parsed browser/OS in visits table.
- #197 Allow line charts to be expanded to the full size of the viewport, both in individual visits views, and when comparing visits.
- #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
- #331 Fix short URL deletion confirmation modal getting closed when deleting the short URL failed.
Deprecated
- Nothing
v0.7.0
Changed
- Update dependencies
Added
- Add new
@shlinkio/shlink-web-component/settings
entry point, to expose a component rendering the settings form and all settings-related types.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v0.6.2
v0.6.2
v0.6.1
Changed
- Update JS coding standard
Added
- #293 Allow redirect rules to be ordered via drag'n'drop, when using a desktop device.
Removed
- Nothing
Fixed
- #302 Hide short URLs paginator while loading, so that it doesn't display outdated info.
- #294 Hide "validate URL" control when consuming Shlink >=4.0, as it is ignored in that case.
Deprecated
- Nothing
v0.6.0
Changed
- #249 Replace
react-datepicker
with nativeinput[type="date"]
andinput[type="datetime-local"]
elements. - #257 Remove dependency on
react-copy-to-clipboard
. - #278 Update to
@shlinkio/shlink-js-sdk
v1.0.0.
Added
- #271 Add support for redirect rules when consuming Shlink 4.0.0.
Removed
- #276 Drop support for Shlink older than 3.3.0.
Fixed
- Nothing
Deprecated
- Nothing
v0.5.0
Changed
- Nothing
Added
-
#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.
-
#9 Allow comparing visits with the previous period.
Removed
- Nothing
Fixed
- #217 Fix all visits loaded when trying to reset other non-date related filters
- #22 Ensure unknown query params are preserved by query-related hooks
Deprecated
- Nothing