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

Rework (v3) #71

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

Rework (v3) #71

wants to merge 296 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2016

  1. Semi

    JakeSidSmith committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    3aaefc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69473c9 View commit details
    Browse the repository at this point in the history
  3. Do not allow mutation

    JakeSidSmith committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    b046422 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Configuration menu
    Copy the full SHA
    25bddfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e447bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c1d359 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c32c176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d658a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6675fc3 View commit details
    Browse the repository at this point in the history
  7. Style input content

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    6e85ab3 View commit details
    Browse the repository at this point in the history
  8. Root node ref

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    cfe1007 View commit details
    Browse the repository at this point in the history
  9. Adjust scroll constants

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    61539ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e497802 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23d823a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a235b4e View commit details
    Browse the repository at this point in the history
  13. Implement auto scrolling

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    bc5d081 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8789266 View commit details
    Browse the repository at this point in the history
  15. Missed horizontal checks

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    8b95e01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    68bcdcf View commit details
    Browse the repository at this point in the history
  17. Fix linting

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    fb325fe View commit details
    Browse the repository at this point in the history
  18. Update readme

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    0704406 View commit details
    Browse the repository at this point in the history
  19. More readme updates

    JakeSidSmith committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    7182b29 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Change to alpha version

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    544a4b2 View commit details
    Browse the repository at this point in the history
  2. Update node version

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    0cc5fee View commit details
    Browse the repository at this point in the history
  3. Set npm version

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    d00fedb View commit details
    Browse the repository at this point in the history
  4. Add test dependencies

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    c8a7540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc0097a View commit details
    Browse the repository at this point in the history
  6. Update gitignore

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    65522f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6d1a47 View commit details
    Browse the repository at this point in the history
  8. Make examples more es6y

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    aec9d65 View commit details
    Browse the repository at this point in the history
  9. ES6 class in examples

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    5d54234 View commit details
    Browse the repository at this point in the history
  10. Update readme

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    762ab4c View commit details
    Browse the repository at this point in the history
  11. Adjust example import

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    1f09697 View commit details
    Browse the repository at this point in the history
  12. Update readme

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    82dbef1 View commit details
    Browse the repository at this point in the history
  13. Fix example linting

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    0c5fef6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05d36af View commit details
    Browse the repository at this point in the history
  15. Setup tests

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    1081a30 View commit details
    Browse the repository at this point in the history
  16. Fix examples

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    6b701e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdbe97e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    92dac80 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ecbc041 View commit details
    Browse the repository at this point in the history
  20. Add enzyme dependency

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    589f2ff View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    819e14a View commit details
    Browse the repository at this point in the history
  22. Update readme

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    48a5185 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cf4e4bb View commit details
    Browse the repository at this point in the history
  24. First 2 simple tests

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    90a5fa5 View commit details
    Browse the repository at this point in the history
  25. Test name typo

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    7f69c51 View commit details
    Browse the repository at this point in the history
  26. Describe basic rendering

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    9dd31b4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e5e18f6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5f53f39 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    518eef6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    41b9d3b View commit details
    Browse the repository at this point in the history
  31. Rename basic test file

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    6ae3701 View commit details
    Browse the repository at this point in the history
  32. Istanbul ignore exports

    JakeSidSmith committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    34a45af View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    43dd1e8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bc3f218 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    d8eb251 View commit details
    Browse the repository at this point in the history
  2. Refactor mount util

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    987a13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d88cfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2251129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25ae1ae View commit details
    Browse the repository at this point in the history
  6. Remove enzyme dependency

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    c584343 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    6cb6771 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bab8b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d3b817 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a35f9e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    14fcf42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ebf6ccc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    910c1f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb8558c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78f830c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a0ca763 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c28be21 View commit details
    Browse the repository at this point in the history
  18. Begin testing mount util

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    1ead6a7 View commit details
    Browse the repository at this point in the history
  19. Test lifecycle methods

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    2843ba3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a825f4c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e0d6592 View commit details
    Browse the repository at this point in the history
  22. Reset spies after test

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    deac107 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3ff9b0f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    59a81a8 View commit details
    Browse the repository at this point in the history
  25. Update test component

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    bfee84b View commit details
    Browse the repository at this point in the history
  26. Test tag name

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    697588a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2222a32 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f670af1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c1ee533 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d623e9b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    16641ca View commit details
    Browse the repository at this point in the history
  32. Test triggering events

    JakeSidSmith committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    cf15d06 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    66c201b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0d72331 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Configuration menu
    Copy the full SHA
    a9b3a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffca32 View commit details
    Browse the repository at this point in the history
  3. Test module exports

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    dd5c761 View commit details
    Browse the repository at this point in the history
  4. Break up basic tests

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    b9af2ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c4bb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    356800e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51eb982 View commit details
    Browse the repository at this point in the history
  8. Test isDragging

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    775f4eb View commit details
    Browse the repository at this point in the history
  9. Test preventDefault

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    2405370 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2bf86f View commit details
    Browse the repository at this point in the history
  11. Test persistEvent

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    3565694 View commit details
    Browse the repository at this point in the history
  12. Test copyTouchKeys

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    902ba96 View commit details
    Browse the repository at this point in the history
  13. More specific call tests

    JakeSidSmith committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    7cef302 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Configuration menu
    Copy the full SHA
    2c63b7e View commit details
    Browse the repository at this point in the history
  2. Move expect

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    e42edbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db85ad View commit details
    Browse the repository at this point in the history
  4. Create mock children

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    ba1a775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4079ad5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfdfa38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00087cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f4759c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccb9d6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e53c0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c9a2a9 View commit details
    Browse the repository at this point in the history
  12. Test getHoldTime

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    c5a6dbb View commit details
    Browse the repository at this point in the history
  13. Update readme (more ES6)

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    c68410d View commit details
    Browse the repository at this point in the history
  14. autoScroll prop

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    2076049 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11790e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b8cf63a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e0ce0ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    77064a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c764ff View commit details
    Browse the repository at this point in the history
  20. Test half scroll speeds

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    e02933c View commit details
    Browse the repository at this point in the history
  21. Test autoScroll

    JakeSidSmith committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    b331651 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cdce22f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Update readme

    JakeSidSmith committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    4ee71af View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Configuration menu
    Copy the full SHA
    8309c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12be33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27a57a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8719350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a19541e View commit details
    Browse the repository at this point in the history
  6. Update eslint config dep

    JakeSidSmith committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    3da2092 View commit details
    Browse the repository at this point in the history
  7. Remove equals from deps

    JakeSidSmith committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    4f66927 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a96c50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    542c17d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Some variables

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    f2fc388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b281c View commit details
    Browse the repository at this point in the history
  3. Missing semi

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    449ce84 View commit details
    Browse the repository at this point in the history
  4. Fix typo in examples

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    c432aa4 View commit details
    Browse the repository at this point in the history
  5. Fix linting in tests

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    7e4d4d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a81676f View commit details
    Browse the repository at this point in the history
  7. Remove log

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    d294ddb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eb0fd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b77c242 View commit details
    Browse the repository at this point in the history
  10. Remove unused methods

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    c5cdd5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c6fdd2 View commit details
    Browse the repository at this point in the history
  12. Store draggedStyle

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    46747fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38be72b View commit details
    Browse the repository at this point in the history
  14. Fix weird commit

    JakeSidSmith committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    8a94faf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7eadf0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    128e400 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d5b5b07 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    3990716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfbed7 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary semis

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    b13fb3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd59fe0 View commit details
    Browse the repository at this point in the history
  5. Reduce ifs

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4c1248c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0baa8ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cbce49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12a0d68 View commit details
    Browse the repository at this point in the history
  9. Reorder from to methods

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    1d4ecf2 View commit details
    Browse the repository at this point in the history
  10. Call onReorder with IDs

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    c51e9ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddabe52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1861000 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    944d302 View commit details
    Browse the repository at this point in the history
  14. Remove log from examples

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    afc5c01 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    40121dc View commit details
    Browse the repository at this point in the history
  16. Fix linting

    JakeSidSmith committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    011f60c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b49849 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78543c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    47e208e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25327ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d21fa30 View commit details
    Browse the repository at this point in the history
  4. Update test setup

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    6692ea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeecda9 View commit details
    Browse the repository at this point in the history
  6. Context menu typo

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    0426eab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cc871e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3866835 View commit details
    Browse the repository at this point in the history
  9. Update collision tests

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    6aa5815 View commit details
    Browse the repository at this point in the history
  10. Fix scroll offset tests

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    9baa8bb View commit details
    Browse the repository at this point in the history
  11. Fix auto-scroll tests

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    075e8c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf45364 View commit details
    Browse the repository at this point in the history
  13. Do not enforce coverage

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    d8a14d5 View commit details
    Browse the repository at this point in the history
  14. Add getRef prop type

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    e1658da View commit details
    Browse the repository at this point in the history
  15. Tidy up readme

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    452252d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dafcca1 View commit details
    Browse the repository at this point in the history
  17. Update readme

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    6dfeb00 View commit details
    Browse the repository at this point in the history
  18. Update deployer name

    JakeSidSmith committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    231cb78 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e8b42d6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8b67e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. New alpha version

    JakeSidSmith committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    916d6dd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Update node version

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    53da42b View commit details
    Browse the repository at this point in the history
  2. Install concurrently

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    53e96ac View commit details
    Browse the repository at this point in the history
  3. Create start script

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    4b767cb View commit details
    Browse the repository at this point in the history
  4. Update eslint configs

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    1a229b0 View commit details
    Browse the repository at this point in the history
  5. Update babel configs

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    3aa1d3e View commit details
    Browse the repository at this point in the history
  6. Reorganize examples

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    fc4bb3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fac6005 View commit details
    Browse the repository at this point in the history
  8. More ES6 syntax

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    a82dffa View commit details
    Browse the repository at this point in the history
  9. To array kanban example

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    0f93d98 View commit details
    Browse the repository at this point in the history
  10. Clearfix examples

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    3f03101 View commit details
    Browse the repository at this point in the history
  11. Style kanban

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    f139247 View commit details
    Browse the repository at this point in the history
  12. Bold kanban header

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    855a5fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e5394b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2a0d61 View commit details
    Browse the repository at this point in the history
  15. Delete lists

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    e624cc4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9b6722 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e1305c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d50cc7 View commit details
    Browse the repository at this point in the history
  19. Delete kanban items

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    a009e58 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b3ca233 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2fd0f2b View commit details
    Browse the repository at this point in the history
  22. Update alpha version

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    7152430 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b90daf0 View commit details
    Browse the repository at this point in the history
  24. Reduce height of kanban

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    688fc72 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    81caa21 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1c1dad3 View commit details
    Browse the repository at this point in the history
  27. Scroll target list

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    3a9175d View commit details
    Browse the repository at this point in the history
  28. Update basic tests

    JakeSidSmith committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    4d61f25 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2c37bfc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    31e911d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Update demo protocol

    JakeSidSmith committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    9fb0da1 View commit details
    Browse the repository at this point in the history
  2. Auto scroll parents

    JakeSidSmith committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    1d82196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d011ca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    3a90b84 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    cb08fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a91d5 View commit details
    Browse the repository at this point in the history
  3. Put comments back

    JakeSidSmith committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    3704cfe View commit details
    Browse the repository at this point in the history
  4. Increase alpha version

    JakeSidSmith committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    972013b View commit details
    Browse the repository at this point in the history
  5. Revert "Test with lots of nested reorder components"

    This reverts commit cb08fae.
    JakeSidSmith committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    aad7952 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50ba1e3 View commit details
    Browse the repository at this point in the history
  7. Increment alpha version

    JakeSidSmith committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    d72eccf View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Mutate dragged styles

    JakeSidSmith committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    b02ce34 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Use create-react-class

    JakeSidSmith committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    7ff6db1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Add prop-types dep

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    d6d3a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1aea5e View commit details
    Browse the repository at this point in the history
  3. Update deps

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    8a573b6 View commit details
    Browse the repository at this point in the history
  4. Do not use refs

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    c41ad93 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2c615b0 View commit details
    Browse the repository at this point in the history
  6. Remove lodash assign

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    430868c View commit details
    Browse the repository at this point in the history
  7. Update eslint config

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    2cd784a View commit details
    Browse the repository at this point in the history
  8. Increment alpha version

    JakeSidSmith committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3414eb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    5476102 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Fix typo in example

    tmm1 committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    1d431b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Merge pull request #95 from tmm1/patch-1

    Fix typo in example
    JakeSidSmith committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    b00e75e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. moved everything from componentwillmount to componentdidmount

    cmccullough authored and cmccullough committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    75d7074 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #96 from mcculloughjchris/rework

    moved everything from componentwillmount to componentdidmount
    JakeSidSmith committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    9dbff98 View commit details
    Browse the repository at this point in the history
  3. Update alpha version

    JakeSidSmith committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    e02f5a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    ef898e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    281a9d6 View commit details
    Browse the repository at this point in the history