Releases: rcdexta/react-trello
Releases · rcdexta/react-trello
v1.15.1
<a name"1.15.1">
1.15.1 (2017-04-05)
Bug Fixes
- Fix: When the card is moved outside lanes, handleDragEnd should return parent La (8df8be1c)
v1.15.0
<a name"1.15.0">
1.15.0 (2017-04-03)
Features
v1.14.0
<a name"1.14.0">
1.14.0 (2017-03-23)
Features
- Move all states inside redux store (e75a71c7)
v1.13.1
<a name"1.13.1">
1.13.1 (2017-03-22)
Bug Fixes
- Changing board.data props externally does not alter the global state (ceb6c7ed)
v1.13.0
<a name"1.13.0">
1.13.0 (2017-03-14)
Features
- Added onDataChange callback function (3d96bc4f)
v1.12.1
<a name"1.12.1">
1.12.1 (2017-03-14)
Bug Fixes
v1.12.0
<a name"1.12.0">
1.12.0 (2017-03-14)
Bug Fixes
- Fixing the dragStart and dragEnd hooks (c21944b2)
Features
- Replace Dragula with React-Dnd to make DOM updates seamless and drag-drop functi (90bf32d5)
v1.11.5
<a name"1.11.5">
1.11.5 (2017-03-11)
Bug Fixes
- Implement Global CSS styles using styled-components to get rid of sass files (c9140e76)
v1.11.4
<a name"1.11.4">
1.11.4 (2017-03-07)
Bug Fixes
- Implement shouldComponentUpdate function on Lane component to optimize when rend (41f2460d)
v1.11.3
<a name"1.11.3">
1.11.3 (2017-03-07)
Bug Fixes
- Fix inline sort bug. Lane render was getting called infinitely (02e6c938)