All Versions
123
Latest Version
Avg Release Cycle
14 days
Latest Release
1428 days ago

Changelog History
Page 8

  • v2.1.0 Changes

    February 14, 2016
    • 2.0.1 (97c82ee)
    • 2.0.2 (017ce3e)
    • 2.1.0 (88cdf84)
    • โž• Add .travis.yml (ed92dea)
    • โž• Add badges (874a56e)
    • โž• Add index to Card propTypes (306ae30)
    • โž• Add linting as a build step (1d83221)
    • ๐Ÿ— build both dev and minified versions to dist (cb1e699)
    • โฌ†๏ธ Bump deps (d653066)
    • Clarify the mutation (559f8ff)
    • โœ‚ Delete unexpected comma. (4b3a586)
    • Don't allow to call connect* methods on the composite component elements (96d4c30)
    • Don't throw on undefined options when nodes are equal (faded79), closes #261
    • Don't throw when options changed from falsy to object (b33c941), closes #261
    • DragLayer should not call setState() after being unmounted (1e6f3e3), closes #307
    • โœ… Exclude testing from Travis (5e67908)
    • โšก๏ธ Extract HTML5 backend into a separate repo and update docs with examples (f37dc94)
    • ๐Ÿ›  Fix broken link in example. (9e978ac)
    • ๐Ÿ›  Fix DragLayer ES5 documentation example. (7043fcc)
    • ๐Ÿ›  Fix lint (7fb9ea5)
    • ๐Ÿ›  Fix localhost-link (93761e9)
    • ๐Ÿ›  Fix syntax error in Testing.md (bca8f7d)
    • ๐Ÿ›  Fix test runner (b6381a6)
    • ๐Ÿ›  Fix typo (94cd292)
    • ๐Ÿ– Handlers should not call setState() after being unmounted (related to #307) (237ba41), closes #307
    • ๐Ÿ‘Œ Improved docs (consistent naming, improved performance) (ee1a23d)
    • โœ‚ Remove Karma test from Travis (92fe1d2)
    • โช Revert "Subscribe DragLayer only to state changes, which include offset changes" (0f94199)
    • Subscribe DragLayers to state change (503869e)
    • Travis is no fun (c43b492)
    • โšก๏ธ Update dependencies and remove deprecated publish-latest (f6cf8f3)
    • โšก๏ธ Update dnd-core to fix #296 (52d5ad0), closes #296
    • โšก๏ธ update lodash to v4 (2f97cda)
    • โšก๏ธ Update UMD location (5e358e1)
    • ๐Ÿ‘‰ Use IO2 for Travis (07d2281)
    • ๐Ÿ›  fix(docs): update examples to use findDOMNode from react-dom (de29f65)
  • v1.1.8 Changes

    September 17, 2015
    • 1.1.8 (a7f6a26)
    • Do not navigate to bad URL when dropping text with selection on Firefox (2299ece), closes #219 #259
    • hover() can handle different heights of elements (22da86b)
    • Only handle selectstart in IE. (0a36033), closes #178
    • Pass the correct card ID (422674e)
  • v1.1.7 Changes

    September 15, 2015
  • v1.1.6 Changes

    September 15, 2015
  • v1.1.5 Changes

    August 22, 2015
    • 1.1.5: Allow all React 0.14 betas as valid (5f8667e)
    • ๐Ÿ“„ missing parameter in docs example (9ecf532)
  • v1.1.4 Changes

    July 13, 2015
    • 1.1.4 (809c825)
    • โž• Added a note about clientOffset to the testing tutorial (82a8665)
    • ๐Ÿ‘ Allow 0.14.0-beta1 as peerDep (804b837)
    • ๐Ÿ›  fix script to use local webpack (0e009b8)
    • ๐Ÿ›  Fixes to Drag Layer API documentation. (9773ac9)
    • ๐Ÿ›  Minor fixes to tutorial and intro docs (b760a73)
    • Rebuild dist (b0c8fdf)
    • ๐Ÿ“„ Swapping parameters in overview docs (e30acc1)
  • v1.1.3 Changes

    June 13, 2015
    • 1.1.3 (775f7ed)
    • โž• Add minified builds back to NPM/Bower (66df486)
  • v1.1.2 Changes

    June 04, 2015
    • 1.1.2 (97e2a3a)
    • โž• add missing parenthesis to getClientOffset indicating that this is a method (22b33d8)
    • ๐Ÿ“„ Amend the docs to fix #177 (c4f23b0), closes #177
    • Document how to deal with static methods and properties (f77c2f7)
    • ๐Ÿ›  Fix the doc link. #181 (c879261), closes #181
    • ๐Ÿ›  Require invariant 2.1.0. Fixes #182 (2e8f81b), closes #182
    • ๐Ÿ‘‰ Tweak the example and the wording (4d25feb)
  • v1.1.1 Changes

    May 27, 2015
  • v1.1.0 Changes

    May 26, 2015
    • 1.1.0 (91f4743)
    • โž• Add NativeTypes.TEXT, generalize native type support (6d54bb5), closes #158
    • ๐Ÿ›  Fix a typo in docs (7eb9e43)
    • ๐Ÿ›  Fix doc styles in Firefox (694772d)
    • ๐Ÿ›  Fix missing function application in tutorial (065aa94)
    • ๐Ÿ›  Fix the argument name in the docs (a9b4e44)
    • ๐Ÿ›  Fix the broken links (203bd16)
    • ๐Ÿ›  Fix the docs (0b76136)
    • grammar (fd665e7)
    • ๐Ÿ”— Link to example source code (f13e130)
    • ๐Ÿ›  Replace instanceof check with duck typing. Fixes #155 (fe3b891), closes #155