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

0.6.0, Questing Quokka

Compare
Choose a tag to compare
@robdodson robdodson released this 27 Nov 02:30
· 191 commits to master since this release

It's been a while since the last release, but I'm happy to say that v0.6.0 is now ready, and with it comes a tuned up version of Polymer (v0.5.1), the new webcomponents.js polyfills, and improved tests with web-component-tester. I'm so happy for this release, I named it after the happiest animal in the world: the Quokka

quokka

Important breaking change: The polymer:seed sub generator will now create the directory for your new component, so you can run it from any components directory, instead of having to create the folder yourself. It will also check to make sure it's ok to bower install from that location, so you don't accidentally spray files all over your desktop :)

Full details of the changes are below.

  • cbbf515 - 0.6.0
  • 831ac7d - Remove changelog.md. Refer to https://github.com/yeoman/generator-polymer/releases for changes
  • 7244432 - Add links in readme to element subgenerator alias
  • b0d5102 - Add yo polymer:element alias. Close Gh-87
  • 7e1748a - Use web-component-tester for seed and improve the look of tests
  • 3c2da2d - Use appname property as title for main page. Closes #66
  • 00d0690 - platform.js => webcomponentsjs
  • e7612ea - bump up Polymer/polymer-test-tools
  • 28ce8dc - Bump to Polymer 0.5
  • b7d68ef - Warn the user if they are attempting to generate a seed element in what appears to be an unsafe workspace.
  • 47ec8b5 - BREAKING CHANGE: yo polymer:seed now requires an element-name argument.
  • 57b1949 - Document CLI options and arguments for --help.
  • 16559b9 - Basic jshint check in npm test
  • e8323cb - Remove deprecated JSHint options.
  • 722188b - Updates ncp version
  • e014e2f - fixed indentation in previous commit.
  • 49a931c - Change backslashes in link tag in elements.html
  • d084a3b - Remove use strict in elements. Fixes #80