Skip to content

Releases: aperezdc/ngx-fancyindex

v0.3.4

18 Aug 17:57
Compare
Choose a tag to compare

Change Log

Added

  • Viewport is now defined in the generated HTML, which works better
    for mobile devices.

Changed

  • Even-odd row styling moved to the CSS using :nth-child(). This
    makes the HTML served to clients smaller.

v0.3.3

18 Aug 17:57
Compare
Choose a tag to compare

Change Log

Added

  • New feature: table headers in the default template are now clickable
    to set the sorting criteria and direction of the index entries.
    (#7)

v0.3.2

18 Aug 18:01
Compare
Choose a tag to compare

Change Log

Fixed

  • Solved a bug that would leave certain clients stalled forever.
  • Improved handling of subrequests for non-builtin headers/footers.