Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 09:26

Added

  • #340 Added new "overview" page, showing basic information of the active server.

    As a side effect, it also introduces improvements in the "create short URL" page, grouping components by context and explaining what they are for.

  • #309 Added new domain selector component in create URL form which allows selecting from previously used domains or set a new one.

  • #315 Now you can tell if you want to validate the long URL when using Shlink >=2.4.

  • #285 Improved visits section:

    • Charts are now grouped in tabs, so that only one part of the components is rendered at a time.
    • Amount of highlighted visits is now displayed.
    • Date filtering can be now selected through relative times (last 7 days, last 30 days, etc) or absolute dates using date pickers.
    • Only the visits for last 30 days are loaded by default. You can change that at any moment if required.
  • #355 Improved home page, fixing also its scrolling behavior for mobile devices.

Changed

  • #267 Added some subtle but important improvements on UI/UX.
  • #352 Moved from Scrutinizer to Codecov as the code coverage backend.
  • #217 Improved how messages are displayed, by centralizing it in the Message and Result components.
  • #219 Improved error messages when something fails while interacting with Shlink's API.

Deprecated

  • Nothing

Removed

  • #344 Dropped support for Shlink v1.

Fixed

  • Nothing