Skip to content

Releases: shlinkio/shlink-web-component

v0.10.1

19 Oct 10:10
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #475 Fix incorrect amount of dots being displayed in line charts when the difference in days/weeks/months is rounded up.

Deprecated

  • Nothing

v0.10.0

19 Oct 09:15
e5b22ca
Compare
Choose a tag to compare

Changed

  • Publish package as ES module only.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.9.0

19 Oct 09:01
Compare
Choose a tag to compare

Changed

  • Update to @shlinkio/shlink-frontend-kit 0.6.0

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #475 Fix one extra empty dot being displayed in time/line charts.

Deprecated

  • Nothing

v0.8.1

09 Oct 12:29
ddf654f
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • #461 Ensure shortUrlsList.confirmDeletion setting is true in any case, except when explicitly set to false.
  • #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

07 Oct 07:43
Compare
Choose a tag to compare

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

20 May 18:00
ef312c8
Compare
Choose a tag to compare

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

17 Apr 07:42
98efc82
Compare
Choose a tag to compare
v0.6.2

v0.6.1

10 Apr 07:41
97fc371
Compare
Choose a tag to compare

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

17 Mar 09:51
Compare
Choose a tag to compare

Changed

  • #249 Replace react-datepicker with native input[type="date"] and input[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

29 Jan 11:27
Compare
Choose a tag to compare

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