Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Releases: yeoman/generator-polymer

v0.0.9

17 Jan 12:04
Compare
Choose a tag to compare
  • Polymerized index.html - we've broken the page out into further elements
  • Now supports more grammatically correct grunt serve
  • Dependency bump: updated to Yeoman generator system 0.16, Node 0.10 minimum version, Yo 1.0

v0.0.8 Release

18 Dec 16:45
Compare
Choose a tag to compare

This release introduces new features and bug-fixes for the Yeoman generator for Polymer.

Changes of interest:

  • We now support grunt-vulcanize. grunt build will generate dist/build.html containing a version of your app with all HTML Imports and most resources inlined.
  • Updated how elements are named. We now generate element names of the form polymer-foo where foo is the name you specify at the prompt. E.g yo polymer:element sidebar will create the element <polymer-sidebar>
  • Templates and dependencies updated to use bootstrap-sass 3.0.0. This comes with a face-lift for index.html which brings it more in-line with generator-webapp.
  • Updated to use the new element/import form of Polymer (i.e polymer.html instead of polymer.js). platform.js is included as part of index.html from Bower
  • A new prompt is available for the element sub-generator offering very basic support for automatically adding/writing up an element installed with Bower. We are hoping to replace this with a solution using grunt-bower-install in the future.
  • Improved comments for the Polymer element file generated. All life-cycle events are also now included to improve the getting started experience.
  • Fixed a bug where bower install wasn't being run after the initial application was being scaffolded.