Skip to content

Releases: shlinkio/shlink-web-client

v2.3.0

19 Jan 20:42
44aca4a
Compare
Choose a tag to compare

Added

  • #174 Added complete support for Shlink v2.x together with currently supported Shlink versions.
  • #164 Added max visits control on those URLs which have maxVisits.
  • #178 Short URLs list can now be filtered by date range.
  • #46 Allowed short URL's metadata to be edited (maxVisits, validSince and validUntil).

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #170 Fixed apple icon referencing to incorrect file names.

v2.2.2

21 Oct 17:57
359b16e
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #167 Fixed /servers.json path not being ignored when returning something other than an array.

v2.2.1

18 Oct 15:52
e9fc2bb
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #165 Fixed error thrown when opening "create" page while using a Shlink version which does not return a valid SemVer version (like latest docker image, or any development instance).

v2.2.0

05 Oct 18:14
d9a8243
Compare
Choose a tag to compare

Added

  • #144 Added domain input to create domain page.

Changed

  • #140 Updated project dependencies.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.1.1

22 Sep 10:07
09f582d
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #142 Updated to newer versions of base docker images for dev and production.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #151 Fixed "order by" indicator (caret) still indicate ASC on column header when no order is specified.
  • #157 Fixed pagination control on graphs expanding too much when lots of pages need to be rendered.
  • #155 Fixed client-side paths resolve to 404 when served from nginx in docker image instead of falling back to index.html.

v2.1.0

19 May 18:36
Compare
Choose a tag to compare

Added

  • #101 Added checkbox to short URL creation form that allows to determine the value of the findIfExists flag introduced in Shlink v1.16.0.
  • #105 Added support to pre-configure servers. See how to pre-configure servers to get more details on how to do it.

Changed

  • #125 Refactored reducers to replace switch statements by handleActions from redux-actions.
  • #116 Removed sinon in favor of jest mocks.
  • #72 Increased code coverage up to 80%.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v2.0.3

16 Mar 08:16
2ba8676
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #120 Fixed crash when visits page is loaded and there are no visits with known cities.
  • #113 Ensured visits loading is cancelled when the visits page is unmounted. Requests on flight will still finish.
  • #118 Fixed chart crashing when trying to render lots of bars by adding pagination.

v2.0.2

04 Mar 20:15
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #103 Fixed visits page getting freezed when loading large amounts of visits.
  • #111 Fixed crash when trying to load a map modal with only one location.
  • #115 Created ErrorHandler component which will prevent crashes in app to make it unusable.

v2.0.1

03 Mar 11:17
9a6fad4
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #106 Reduced size of docker image by using a multi-stage build Dockerfile.
  • #95 Tested docker image build during travis executions.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #104 Fixed blank page being showed when not-found paths are loaded.
  • #94 Fixed initial zoom and center on maps.
  • #93 Prevented side menu to be swipeable while a modal window is displayed.

v2.0.0

13 Jan 22:43
2d33631
Compare
Choose a tag to compare

Added

  • #54 Added stats by city graphic in visits page.
  • #55 Added map in visits page locating cities from which visits have occurred.

Changed

  • #87 and #89 Updated all dependencies to latest major versions.
  • #96 Updated visits page to load visits in multiple paginated requests of 5000 visits when used shlink server supports it. This will prevent shlink to hang when trying to load big amounts of visits.
  • #71 Improved tests and increased code coverage.

Deprecated

  • Nothing

Removed

  • #59 Dropped support for old browsers. Internet explorer and dead browsers are no longer supported.
  • #97 Dropped support for authentication via Authorization header with Bearer type and JWT, which will make this version no longer work with shlink earlier than v1.13.0.

Fixed

  • Nothing