Skip to content

NOUVEAU Framework Starter Theme 0.14

Latest
Compare
Choose a tag to compare
@Veraxus Veraxus released this 06 Mar 01:29
  • Renamed the theme framework's core class from NV to Core
  • Removed the Core::get_path(), Core::get_url(), and Core::get_property() methods in favor of unobfuscated property access.
  • Completely removed the unused RequirementsCheck class.
  • Removed constant references from comment templates.
  • Simplified NV namespace/folder structure.
  • The _docs directory is no longer included in the distribution, but you can still use PhpDoc to generate your own.
  • IDE-centric Improvement: Moved theme Paths and Urls into their own classes to clean up Core and improve code hinting in IDEs.
  • IDE-centric Improvement: js files are now all kept in a single directory since IntelliJ/PhpStorm now aggregates them automatically (woohoo!)
  • Removed codekit configs. CodeKit is easy enough to set up on your own, so it's unneccessary baggage in the distro.
  • Moved changelog to it's own file
  • Updated Foundation to 6.3.1
  • Updated jQuery to 3.1.1
  • Updated Motion UI to 1.2.2
  • Updated WhatInput to 4.1.1