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

0.6.1

Compare
Choose a tag to compare
@MoOx MoOx released this 19 Jan 11:17
· 1895 commits to master since this release
  • Fixed: avoid rerendering on homepage without base url

    (#61)
  • Added: documentation is now included in the npm package in
    statinamic/docs/content

Under the hood

  • Changed: use babel-preset-stage-1 only (stage-0 is not really safe).
    (#68)
  • Fixed: static class properties (semicolon required)
    (babel/babel#3225)