This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
2.0 preview #113
Merged
Merged
2.0 preview #113
Changes from 22 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
151e86a
port to 2.0
valdrinkoshi 4582768
update repos links
valdrinkoshi 34089da
update deps
valdrinkoshi 4cb575a
use only slot
valdrinkoshi f1ce761
webanimations as devDep
valdrinkoshi 44348d0
more descriptive tests. Make passive: false explicit.
valdrinkoshi a520a67
use variants
valdrinkoshi 92c43a3
revert type for animation configs
valdrinkoshi 0633279
revert setting of sizingTarget, should be done in attached
valdrinkoshi c794f95
remove not used animation
valdrinkoshi c2572ac
use neon-animation 2.0-preview also in the 1.x variant
valdrinkoshi 65a90a9
use neon-animation/web-animations.html
valdrinkoshi c9cb531
resolutions
valdrinkoshi 77e809e
update deps and resolutions
valdrinkoshi 6a49cc0
Depend on test-fixture v2
tedium-bot 9feb921
Merge pull request #122 from PolymerElements/auto-test-fixture
e111077 9a269ed
auto-generated: update repo for v2
tedium-bot 04489eb
Merge pull request #123 from PolymerElements/_auto_generated_v2_preview
notwaldorf c3f5545
remove flush as shadydom#56 got fixed
valdrinkoshi b6a1da6
update deps
valdrinkoshi 3ead135
update deps
valdrinkoshi 4e82440
Point to Polymer 2.0 RC 1
tedium-bot ac3bcc9
Update travis config
tedium-bot a97c906
Merge pull request #130 from PolymerElements/auto-cleanup
e111077 d183969
Keep list of scroll events
valdrinkoshi 6b2bbb9
named slot
valdrinkoshi 8c30317
use only slots
valdrinkoshi d1c661c
[skip ci] assigned to the slot
valdrinkoshi 874f5ba
Merge branch 'master' into 2.0-preview
valdrinkoshi af58c46
remove test-fixture dependency
valdrinkoshi 0e06557
update readme
valdrinkoshi 0314482
query for content and slot, skip non-elements
valdrinkoshi 0b83a0f
Update travis config (#136)
e111077 9531ee0
from polymerelements to PolymerElements in 2.0-preview (#133)
bartolom 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
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
Oops, something went wrong.
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.
(Discussion in paper-menu-button for reference: https://github.com/PolymerElements/paper-menu-button/pull/105/files#r109993878)
I think we should convert this to a named slot like
dropdown-trigger
.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.
I saw this as an occasion to update
iron-dropdown
to be less selective, but since that could be seen as a breaking change (e.g. this example) it's probably best to keep that strict selectiveness via a named slot. Will updateThere 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.
done