Skip to content

Releases: shlinkio/shlink-web-component

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

v0.4.1

09 Dec 09:01
7439e37
Compare
Choose a tag to compare

Changed

  • Update to Redux Toolkit 2.0 and react-redux 9.0
  • Update to vitest 1.0.0

Added

  • #117 Migrate charts from Chart.JS to Recharts.

Removed

  • Nothing

Fixed

  • #146 Make sure selected visits are reset when filtering changes.
  • #123 Do not reset short URL creation form if saving failed.

Deprecated

  • Nothing

v0.4.0

26 Nov 09:25
Compare
Choose a tag to compare

Changed

  • The project no longer depends on ramda
  • Replace classnames package with clsx
  • Enable react hooks linting rules and fix cases where they are not fulfilled.

Added

  • #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.

  • #10 Improve general accessibility.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.3.5

30 Sep 18:22
Compare
Choose a tag to compare

Changed

  • #49 Enable and address react-hooks linting rules.

Added

  • #10 Add accessibility tests, fix accessibility issues and enable accessibility linting rules.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.3.4

05 Sep 18:32
a1ecc9a
Compare
Choose a tag to compare

Changed

  • Improve components DI.

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v0.3.3

29 Aug 20:56
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Nothing

Fixed

  • Fix more unpacked methods from ShlinkApiClient, in visits reducers.

Deprecated

  • Nothing