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

0.8 behaviors #1433

Merged
merged 15 commits into from
Apr 22, 2015
Merged

0.8 behaviors #1433

merged 15 commits into from
Apr 22, 2015

Commits on Apr 16, 2015

  1. implement mixin-behaviors as first-class concept

    Scott J Miles committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    940d975 View commit details
    Browse the repository at this point in the history
  2. don't forget to takeAttributes

    Scott J Miles committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    7e9a502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    729608f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f492a42 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. auto-bind has to use behavior-aware init sequence

    Scott J Miles committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    1361cc5 View commit details
    Browse the repository at this point in the history
  2. _takeAttributesToModel: now iterate attributes instead of properties,…

    … use behavior-aware api
    Scott J Miles committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    599fde0 View commit details
    Browse the repository at this point in the history
  3. fix missing behaviors affordance in templatizer

    Scott J Miles committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    901b60b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c35d92f View commit details
    Browse the repository at this point in the history
  5. support aggregating behaviors as arrays; iow, an entry in the `behavi…

    …ors` array can itself be an array
    Scott J Miles committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    8d1429f View commit details
    Browse the repository at this point in the history
  6. fix improper use of 'concat'

    Scott J Miles committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    90899d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge branch '0.8-preview' into 0.8-behaviors

    Conflicts:
    	polymer-mini.html
    	polymer.html
    	src/mini/ready.html
    	src/standard/configure.html
    	src/standard/effects.html
    	test/unit/configure-elements.html
    kevinpschaaf committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    800c3b3 View commit details
    Browse the repository at this point in the history
  2. add basic behaviors test

    frankiefu committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    b957124 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Configuration menu
    Copy the full SHA
    5e05fd7 View commit details
    Browse the repository at this point in the history
  2. Document behaviors.

    kevinpschaaf committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    912536e View commit details
    Browse the repository at this point in the history
  3. add missing 'properties' to the _mixinBehavior list and add additional

    test to cover this issue.
    frankiefu committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    f905a12 View commit details
    Browse the repository at this point in the history