Skip to content

Latest commit

 

History

History
86 lines (71 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

86 lines (71 loc) · 3.36 KB

v1.4.1

06/12/2017

  • Fixed new slug.granularity option in toc.yaml and README.md

v1.4.0

06/12/2017

  • Added new active setting that supersedes process option
  • Added slug.granularity option for slug generation
  • Added and expose TOC generation (see #8)
  • Add a "headeranchor" class to the hx tag (thanks to @Lamecarlate)
  • Moved template to new plugin template location
  • Improved styling of code elements in table of contents
  • Expose more plugin strings for translations
  • Strip tags in title attributes
  • Dropped iconv dependency
  • Fixed {{ page.content|toc }} not working #8
  • Fixed issue with quote boxes that broke links in TOC #10
  • Fixed error on multilingual site #13 & #14
  • Fixed undefined offset error in [MINITOC] #12 & #15

v1.3.1

10/24/2015

  • Do not render TOC if it is empty #6 & #7
  • Fixed #5 (Fix typo in README.md)

v1.3.0

09/24/2015

  • Added more blueprints for Grav Admin plugin
  • Added configuration options for slug generation #4
  • Added better fallback for slug generation when iconv module is not installed on the server
  • Fixed #3 (Twig filter not working in twig template)

v1.2.1

09/09/2015

  • Added blueprints for Grav Admin plugin
  • Document PHP iconv Requirement #1
  • Fixed #2 (Not working with Grav's Admin Panel)
  • Fixed broken TOC after caching pages

v1.2.0

08/08/2015

  • Added admin configurations (requires Grav 0.9.34+)
  • Added multi-language support (requires Grav 0.9.33+)
  • Added placement, visible, icon and class option to customize anchor look
  • Added buitlin CSS class to suppress anchor links with the no-anchor class
  • Added {{% toc %}} shortcode
  • Switched to onBuildPagesInitialized event (requires Grav 0.9.29+)
  • Improved and use language translation for language specific slug generation (requires Grav 0.9.34+)
  • Updated README.md
  • Strip tags in title attribute
  • Normalize tags in TOC (see <code> element)
  • Ignore empty headings

v1.1.0

05/14/2015

    • Improved `anchorlinks``generation
    • Truncate headings to a maximum width of 32 chars in TOC and MINITOC
    • Corrected spelling and markup in README.md

v1.0.0

05/10/2015

  • ChangeLog started...