Skip to content

Releases: rcdexta/react-trello

v2.0.9

13 Jan 03:15
Compare
Choose a tag to compare

<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

30 Dec 03:06
Compare
Choose a tag to compare

<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

18 Dec 07:12
Compare
Choose a tag to compare

<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

15 Dec 21:53
Compare
Choose a tag to compare

<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

23 Nov 05:29
Compare
Choose a tag to compare

<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

13 Nov 23:43
Compare
Choose a tag to compare

<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

08 Nov 04:52
Compare
Choose a tag to compare

<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

08 Nov 04:52
Compare
Choose a tag to compare

<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

12 Oct 06:05
Compare
Choose a tag to compare

<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

11 Oct 07:41
Compare
Choose a tag to compare

<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)