Skip to content

0.9.3

Compare
Choose a tag to compare
@atanas-dev atanas-dev released this 26 Aug 17:30
· 320 commits to master since this release
  • Moved front-end styles and scripts to their own theme/ directories.
  • Added color palette support for Gutenberg blocks.
  • Added font size support for Gutenberg blocks.
  • Used a generic app.php layout for all views (https://docs.wpemerge.com/view/layouts.html).
  • Added Normalize.css as an install option during setup.
  • Added Tailwind CSS as an install option during setup.
  • Renamed @build alias to @dist for consistency.
  • Fixed post-meta.php partial not loading correctly.
  • Yarn commands should now display colors in the terminal.
  • Improved WPCS compliance.
  • WPCS is now installed by default and is used in yarn lint and yarn lint-fix.
  • Various codebase quality and consistency improvements.
  • Various docs improvements.