Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

v3.0.0

Choose a tag to compare

@mpetrovich mpetrovich released this 04 Jun 02:13
· 40 commits to main since this release

Breaking changes

A number of configuration properties have changed locations:

  • logo is now under theme
  • assets in theme has been split up into css and js

bodyHtml now represents the HTML template of the example; the example's HTML content will be inserted in place of "{html}".

New functionality

New configuration properties:

  • examples property contains settings for each rendered example:
    • css
    • js
    • htmlTag
    • bodyTag

See the configuration docs.