Skip to content

3.7.6

Compare
Choose a tag to compare
@nullivex nullivex released this 12 Apr 04:19
· 1143 commits to master since this release
  • Adding assets on page routes did not clear on render. The Asset system now has
    addCssOnce and addScriptOnce these methods are cleared with each call to the
    asset allCss and allScript methods.
  • Adds Dynamic Connector support. The connector folder can now contain generic
    connectors that are scanned and connected at init time.
  • All connector support: dynamic, email, db are now scanned for in their
    respective user space folders. Such as projectroot/db/mongodb.js etc.
  • Includes the StretchFS connector as the first of the dynamic connectors.
  • Changes the outlook on build chains. Extra chains are now meant to deferred
    while maintaining the levels. Such as local and module now have
    localExtra and moduleExtra these help facilitate loading extra needed
    dependencies in each portion of the chain and helping to avoid duplicates.
  • Moves moment into the required build chain to support various needs.
  • Add removeScript and removeCss parameters to allow removal of system
    level components in lieu of custom components or a lighter stack.