Skip to content

v0.1.7

Compare
Choose a tag to compare
@mairatma mairatma released this 01 Jun 17:24
· 1683 commits to master since this release
  • Removes "created" lifecycle function, since constructor can be used for this now
  • Adds special event to EventEmitter that fired when any other event is fired
  • Fixes JavaScript to break when soyutils is not loaded
  • Makes renameAlias always be a synchronous function
  • Changes alias handler to look for "bower:" prefix before assuming it's a bower path
  • Adds format task
  • Add entry on README to explain about bower aliases
  • Changes karma tests to use commonjs instead of browserify
  • Changes build:globals task to do a single parsing of files by using gulp-babel-globals
  • Add toogleClasses method
  • Makes sure that sub components are decorated instead of rendered when parent is decorated.
  • Removes unused data-component from generated soy templates
  • Adds a static function to SoyComponent for sanitizing html for soy templates
  • Adds surface id generation to Component
  • Add/remove class methods should not accept invalid values
  • Adds support to build multiple locales
  • Fix Travis connection to SauceLabs
  • Spaces must be used on yml files
  • Change add/remove classes methods to accept string
  • Adds a way to attach inline listeners on other components by their ids
  • Updates README with new performance values
  • Converts SoyComponent to handle nested components based on Component surfaces