react-dnd v1.1.0 Release Notes

Release Date: 2015-05-26 // almost 9 years ago
    • 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