Skip to content

v1.1.0

Compare
Choose a tag to compare
@acelaya acelaya released this 16 Sep 11:10
606397b

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.