Skip to content

Releases: shlinkio/shlink-web-client

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

v1.2.1

21 Dec 10:07
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • #80 Deeply refactored app to do true dependency injection with an IoC container.
  • #79 Updated to nginx 1.15.7 as the base docker image.
  • #75 Prevented duplicated yarn build in travis when a tag exists.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #77 Sortable graphs ordering is now case insensitive.

v1.2.0

01 Nov 18:36
Compare
Choose a tag to compare

Added

  • #65 Added sorting to both countries and referrers stats graphs.
  • #14 Documented how to build the project so that it can be served from a subpath.

Changed

  • #50 Improved tests and increased code coverage.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #66 Fixed tooltips in graphs with too small bars not being displayed.

v1.1.1

20 Oct 15:29
Compare
Choose a tag to compare

Added

  • #57 Automated release generation in travis build.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #63 Improved how bar charts are rendered in stats page, making them try to calculate a bigger height for big data sets.
  • #56 Ensured ColorGenerator matches keys in a case insensitive way.
  • #53 Fixed missing margin between date fields in visits page for mobile devices.

v1.1.0

16 Sep 11:10
606397b
Compare
Choose a tag to compare

Added

Changed

  • #35 Visits component split into two, which makes the header not to be refreshed when filtering by date, and also the visits global counter now reflects the actual number of visits which fulfill current filter.
  • #36 Tags selector now autocompletes existing tag names, to prevent typos and ease reusing existing tags.
  • #39 Defined propTypes as static properties in class components.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #49 Ensured filtering parameters are reseted when list component is unmounted so that params are not mixed when coming back.
  • #45 Ensured graphs x-axis start at 0 and don't use decimals.
  • #51 When editing short URL tags, the value returned form server is used when refreshing the list, which is normalized.

v1.0.1

02 Sep 08:53
47e6e1c
Compare
Choose a tag to compare

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • #42 Fixed selected tags lost when navigating between pages in short URLs list.
  • #43 Fixed "List short URLs" menu item only selected when in first page.

v1.0.0

26 Aug 18:27
cddca4a
Compare
Choose a tag to compare

Added

  • #4 Now it is possible to export and import servers.

    • Export all servers in a CSV file.
    • Import the CSV in a different device.
  • #3 Added tags management.

    • List existing tags, and filter the list.
    • Change their name and color.
    • Jump to URLs list filtering by one tag.
  • #5 Tags for existing URLs can be edited now.

  • #24 Improved left menu in mobile devices, which is now a swipeable sidebar instead of a stacked top bar.

  • #22 Improved code coverage.

  • #28 Added integration with Scrutinizer.

Changed

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing