Skip to content

Releases: iridescent-dev/pico-toc-plugin

v2.1

18 Jan 17:17
Compare
Choose a tag to compare

v2.0

15 Nov 10:47
6389a8a
Compare
Choose a tag to compare
Merge pull request #8 from iridescent-dev/develop

v2.0

v1.5

06 Nov 19:37
869668d
Compare
Choose a tag to compare
Merge pull request #7 from iridescent-dev/develop

v1.5
* Add `style` attribute which can be "numbers", "bullets", "none" or "default"
* Add `tag` attribute which can be "ol" or "ul"
* Use nested lists when creating html element

v1.4

15 Oct 09:53
Compare
Choose a tag to compare

v1.3

14 Oct 09:01
Compare
Choose a tag to compare

v1.2

29 Sep 14:14
Compare
Choose a tag to compare

Add Composer support for plugin installation

v1.1

28 Sep 19:33
0952ffa
Compare
Choose a tag to compare
Add support for heading in table of contents (#3)

* Add support for a heading element within the ToC's container div.

Heading is enabled by setting 'toc_heading' in config.php to the desired heading text and is styled by the 'toc-heading' class.

* Allow heading in config.php to be overridden by attribute; update README

* Add the declaration of the variable `heading`

* Update version number

Co-authored-by: Calvin Walden <[email protected]>

v1.0

24 Jun 13:09
cf6e12b
Compare
Choose a tag to compare
Update README.md