-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 preview #64
Merged
Merged
2.0 preview #64
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bdf3c06
port to 2.0
valdrinkoshi fe97120
use demo-pages-shared-styles (reverted)
valdrinkoshi 7eb786e
custom-elements-v1
valdrinkoshi af5bdc9
use new custom-style syntax
valdrinkoshi f9fbeb6
use dom-bind and dom-repeat
valdrinkoshi bcb844e
update deps
valdrinkoshi 0d00d54
resolve webcomponents v1, remove <content>
valdrinkoshi a4959ac
variants
valdrinkoshi 784ce23
script inside dom-module, remove <content>
valdrinkoshi b83af61
use wc-ce flag instead of wc-register
valdrinkoshi df7ebf9
update deps and resolutions
valdrinkoshi b4051d5
Depend on test-fixture v2
tedium-bot e033ec7
auto-generated: update repo for v2
tedium-bot 550b57c
remove duplicate scripts
valdrinkoshi 9fe3865
fix safari9 tests
valdrinkoshi aa839d9
update deps
valdrinkoshi 26cd438
Point to Polymer 2.0 RC 1
tedium-bot 57b155a
address feedback
valdrinkoshi 2ffd97d
remove test-fixture dependency
valdrinkoshi d02accd
Fix demo for tap not being fired. Defer refit.
valdrinkoshi ab5d81b
revert comment indentation
valdrinkoshi 4f5ce28
Update travis config
tedium-bot f0cc90b
flush and explain why
valdrinkoshi f01313a
remove workaround for Polymer/polymer#4509. Clearer comment of why flush
valdrinkoshi 908f24a
[skip ci] update README
valdrinkoshi d0e1543
Update travis config
valdrinkoshi db3cbf5
fix rebase errors
valdrinkoshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
bower_components | ||
bower_components* | ||
bower-*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
language: node_js | ||
sudo: required | ||
before_script: | ||
- npm install -g bower polylint web-component-tester | ||
- bower install | ||
- polylint | ||
- npm install -g polymer-cli | ||
- polymer install --variants | ||
env: | ||
global: | ||
- secure: >- | ||
L4lSnuQZDY+YcXYzBZSRKjJJ1rZf18Lc/8YDgQPfkMkAItrRHGR8vblBoKiPAmtvgNxztcpZxAXTiDy1vAeVv54QnX9b1JsuOs7rrQxB4BS04Dj7LdT6DDu1p/V09MJBN11lzLVxgpxljbumwGWE4gfpDl2+rjbBt7cRV5VkVnE= | ||
- secure: >- | ||
H7dHZ9FQvJszK2UMNZJiZmzOPET3muO/XvlkUc1x3KcUlV5/tD/404V05XfFMowH7DavHFYleZkb89deYjq9PHncO9c4bp4SHD7HKN4FaGyhzfpXjg66v3dZH/OcERjaas337uUE2jo/x1jCq4HJCz2bMVh+bvd4du1C/2OWarc= | ||
node_js: '6' | ||
node_js: stable | ||
addons: | ||
firefox: latest | ||
apt: | ||
sources: | ||
- google-chrome | ||
packages: | ||
- google-chrome-stable | ||
sauce_connect: true | ||
script: | ||
- xvfb-run wct | ||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi' | ||
dist: trusty | ||
- xvfb-run polymer test | ||
- >- | ||
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test -s 'default'; | ||
fi | ||
dist: trusty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this
dom-repeat
require a wrapper? I know that you don't need them within adom-module
's template but I can't remember if they're necessary in anotherdom-*
's template like this one.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the demo's working so this one must not require a wrapper.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, Kevin says that template extensions don't need wrappers if they're nested in a template that's being managed by Polymer in some way (i.e. the template for a
dom-module
or anywhere in thedom-*
elements`).