Skip to content
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

from polymerelements to PolymerElements in 2.0-preview #243

Merged
merged 1 commit into from
Apr 25, 2017

Conversation

bartolom
Copy link
Contributor

This pull request wants to make this Polymer element consistent with the majority of other Polymer elements in the 2.0-preview branch. The uppercase version "PolymerElements" is closer to real name of the github project name, like presented in the git URL.

The use of mixed case does not seem to have an effect on bower and JavaScript projects. But other languages like Java are more picky and would benefit from consistency.

I fixed this in the "2.0-preview" branch of this element, because it would be very nice to have this cleaned up and consistent in 2.0 release. I have manually checked 66 elements that have a "2.0-preview" branch. 56 are ok. This element is one of 10 which has these small differences.

This pull request is a manual follow up of PolymerLabs/tedium#47 and PolymerLabs/tedium#48 which try to do this in an automated way, but are stuck.

Copy link
Member

@valdrinkoshi valdrinkoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also update it in the 1.x variant?

@bartolom
Copy link
Contributor Author

Dear Valdrin Koshi

Thank you for looking into this.

I have created a pull request in the 1.x master branch as well in #244

I'm tracking the progress of all these changes in a comment with checkboxes in
PolymerLabs/tedium#47 (comment)
and I'm hoping to get the 2.x and 1.x branches to be clean some time soon, when all the tiny pull reqests go through.

@valdrinkoshi
Copy link
Member

Hi @bartolom, sorry for the confusion, I meant to ask to modify also line 54 (which is the "1.x" block in the bower.json).

@valdrinkoshi
Copy link
Member

LGTM, will merge this anyways in 2.0-preview and resolve the conflicts in that branch 👌
Thanks for the contribution @bartolom !

@valdrinkoshi valdrinkoshi merged commit f7f78de into PolymerElements:2.0-preview Apr 25, 2017
valdrinkoshi added a commit that referenced this pull request May 13, 2017
* port to 2.0

* loop over effective children instead of using nextElementSibling

* query the element rather than the slot

* flush ShadyDOM on attached, remove flush from tests

* use variants

* update deps and resolutions

* Depend on test-fixture v2

* auto-generated: update repo for v2

* remove flushing

* distribute both 1.x and 2.x style. Fix tests.

* hybrid distribution for iron-icon

* update deps

* Point to Polymer 2.0 RC 1

* Update travis config

* wait for distribution in tests

* named slot

* promote use of slot

* slot selectors in tests

* menu -> dropdownMenu

* remove test-fixture-mocha.js

* keep :host-context in case :dir doesn't exist

* Explain why we check for nodeType

* use Polymer.Base.async

* [skip ci] more diff-friendly change

* include web animations polyfill devDependency

* [skip ci] update readme

* Consistent use of CamelCase in bower dependencies (#243)

* Update travis config (#245)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants