Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

0.17.9

Compare
Choose a tag to compare
@MoOx MoOx released this 20 Oct 10:55
· 1058 commits to master since this release

In short:

  • Some errors related to cache option have been fixed.
  • Base theme now provides a less strict eslint config.
  • Documentation has been updated and now includes new sections
    to use Netlify (for deploy & as a CMS)
  • We added some new websites to the
    showcase

Details

  • Fixed: some errors related to cache option by upgrading a dependency
    (@MoOx)
  • Added: support for .markdown extension files.
    This allows to use SiteLeaf as a CMS
    (#829 - @xuopled)

Base theme

  • Changed: base theme now provides a less strict eslint config
    (only eslint + eslint-plugin-react recommended rules via a
    preset - might be moved in it's own package in the future)
    (@MoOx)
  • Changed: update babel-eslint to ^7.0.0
    (@MoOx)
  • Added: babel-plugin-transform-react-jsx-source and
    babel-plugin-transform-react-jsx-self for easier React debugging