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

Fix properties with default value = true, add group options #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2015

  1. Fix properties with default value = true

    Polymer properties with default value = true have to use Type: Object, otherwise it will not work.
    See also: Polymer/polymer#1812 (comment)
    = committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    4ddf430 View commit details
    Browse the repository at this point in the history
  2. Support group options

    Two additional published properties 'push' and 'pull'
    Quote from Sortable Wiki https://github.com/RubaXa/Sortable/wiki/Sortable-v1.0-%E2%80%94-New-capabilities:
    pull — an ability to “pull out” elements during their movement between lists; also this property may have clone value;
    put — an ability to accept an element from another group, or an array of permitted groups.
    
    In order for clone to work the element properties are also explicitly copied on sort-start (Polymer/polymer#2112).
    = committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    6cca2db View commit details
    Browse the repository at this point in the history