Releases: rcdexta/react-trello
Releases · rcdexta/react-trello
v2.0.9
<a name"2.0.9">
2.0.9 (2019-01-13)
Bug Fixes
- Add Card Title: Pass add card title props to lane (e4634f4e)
v2.0.8
<a name"2.0.8">
2.0.8 (2018-12-30)
Bug Fixes
- Event Handling: Clicking on the card should not prevent default click behaviour (244339f7)
- IE 11 Compatibility: Use createGlobalStyle instead of injectGlobal to inject global css styles (77f66398)
v2.0.7
<a name"2.0.7">
2.0.7 (2018-12-18)
Bug Fixes
- Lane DnD: Restore the moveLane action when the lane is dropped in a new position (76f33b5a)
v2.0.6
<a name"2.0.6">
2.0.6 (2018-12-15)
Bug Fixes
- Styling with classnames: All component styles can be overridden with css classnames. Also, exam (e07e4a6c)
v2.0.5
<a name"2.0.5">
2.0.5 (2018-11-23)
Bug Fixes
- Board and Lane Dragging Restrictions: Should restrict dragging lanes or cards across boards (8ccfb5d0)
v2.0.4
<a name"2.0.4">
2.0.4 (2018-11-13)
Bug Fixes
- Remove occurrences of componentWillMount and replace with DidMount (6e752f49)
v2.0.3
<a name"2.0.3">
2.0.3 (2018-11-08)
Bug Fixes
- Change order of properties in spread object in
addNewCard
method property (bb6a0990)
- Change order of properties in spread object in
addLane
helper function (cd30c28c)
v2.0.2
<a name"2.0.2">
2.0.2 (2018-11-08)
Bug Fixes
- Change order of properties in spread object in
addLane
helper function (cd30c28c)
v2.0.1
<a name"2.0.1">
2.0.1 (2018-10-12)
Bug Fixes
- Add ability to add a new lane to the board (65d8dae2)
v2.0.0
<a name"2.0.0">
2.0.0 (2018-10-11)
Bug Fixes
- Introduce REDUX_LOGGING environment variable to enable redux logging (2572d406)
Features
- Make the DnD library work as part of the component. Expose it to make it importa (c9091f3a)
- Upgrade all dependencies: Upgrade babel/core to @babel/core and everythign else follows (6c057b2f)
Breaking Changes
- Any dependencies on older version of babel will break
#116
(6c057b2f)
#108
(2572d406)