This release adds new features and is not backwards compatible.
Full Changelog: https://github.com/aperezdc/ngx-fancyindex/compare/v0.5.2...v0.6.0
Added
- New
fancyindex_case_sensitiveoption, which configures whether file name sorting is case-sensitive. (Patch by Mamadou Lamine NIANG <mlniangpro@gmail.com> and Ryan Schmidt <git@ryandesign.com>, #152.)
Fixed
- Correctly handle generating indexes for the file system root. (Patch by Ryan Schmidt <git@ryandesign.com>, #150.)
- Correctly handle using the
localflag with thefancyindex_headeroption. (Patch by Zoey <zoey@z0ey.de>, #166.) - Add missing name for “Saturday” in the array used to format long week day names (#158.)
Removed
- The
fancyindex_name_lengthoption has been removed. Instead, CSS is used to hide the part of file names that overflows table cells. (Patch by Anthony Ryan <anthonyryan1@gmail.com>, #132.)
New Contributors
- @ryandesign made their first contribution in https://github.com/aperezdc/ngx-fancyindex/pull/140
- @Zoey2936 made their first contribution in https://github.com/aperezdc/ngx-fancyindex/pull/166