You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
#47 Added support to delete short URLs (requires shlink v1.12.0 or greater).
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.