This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
0.6.1
- 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)