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

6/17 master -> stable #184

Merged
merged 65 commits into from Jun 17, 2013
Merged

6/17 master -> stable #184

merged 65 commits into from Jun 17, 2013

Conversation

dfreedm
Copy link
Member

@dfreedm dfreedm commented Jun 17, 2013

No description provided.

bsatrom and others added 30 commits May 22, 2013 16:30
 - add pseudos shimming: ::x-special converted to [pseudo=x-special]
 - add upper bound encapsulation: instead of shimming .foo via x-name .foo we now add x-name to each node in the element's template and shim via .foo[x-name]
 - some refactoring of scope application
Conflicts:
	platform
	polymer.min.js
	polymer.min.js.map
	polymer.native.min.js
	polymer.native.min.js.map
	polymer.sandbox.min.js.map
 - correctly scope [is=name] .foo
 - add 1 style element for stylesheets
 - slight refactoring
Yvonne Yip and others added 28 commits June 11, 2013 12:09
# By Steve Orvell (19) and others
# Via Daniel Freedman (1) and others
* master: (27 commits)
  test: fix for flattened repo
  buildbot.git no longer required
  use mdv provided syntax, remove polymer syntax
  add tests to runner, add license
  add tests for MDV syntax
  re-use regex
  warn on missing files for uglify
  freshen
  add more tests + make tests more x-browser
  make pseudos polyfill compatible with browsers that don't parse the pseudo css correctly.
  use full LICENSE in builds
  - ensure controller styles are added only 1x per controller  - add 1 style element for stylesheets  - slight refactoring
  - only fix content property if it is set  - correctly scope [is=name] .foo
  element stylesheet refactoring (wip)
  support [is=name] syntax for @host styles; minor factoring
  add test for host styles for type extension elements
  - @polyfill can contain @host  - some refactoring of scope application
  test for @polyfill
  fix content property so it round-trips correctly (https://code.google.com/p/chromium/issues/detail?id=247231)
  support [is=name] syntax.
  ...
…collected normally.

 - when elements are inserted and removed normally, they will be cleaned up automatically.
 - when an element is not inserted into the dom, you must call cancelUnbindAll() on it for bindings to remain active and subsequently must call unbindAll to dispose of it.
 - WARNING: insertedCallback changed to inserted; removedCallback changed to removed; attributeChangedCallback changed to attributeChanged.
…; setting textContent is relatively harmless so removing test for fix.
Just noticed something out of place.
Fix a typo in contributing.md
dfreedm added a commit that referenced this pull request Jun 17, 2013
@dfreedm dfreedm merged commit 0dddabe into stable Jun 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants