Releases: webcomponents/hello-world-element
Releases · webcomponents/hello-world-element
v1.1.0
- 2f13481 Moves from Grunt tooling to Polyserve
- 370af2c Updates webcomponentsjs to v0.7.0
v1.0.1
- Use
_currentScript
(from the polyfills) to get the ownerDocument
. If polyfills do not exist, use currentScript
instead #7 #8
v1.0.0
- Update
webcomponentsjs
to v0.5.1
platform.js
=> webcomponents.js
- Update
devDependencies
v0.1.2
- Update
platform
to v0.3.3
- Update
grunt-contrib-connect
to v0.8.0
v0.1.1
- Add deploy task to send files to
gh-pages
branch
- Stop to commit
bower_components
- Update
platform
dependency to v0.2.3
- Change attribute from
name
to who
- Make
package.json
private
v0.1.0
- Create Hello World example based on Element Boilerplate