You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,10 +223,18 @@ It is possible to make the entire board editable by setting the `editable` prop
223
223
224
224
Check out the [editable board story](https://rcdexta.github.io/react-trello/?selectedKind=Editable%20Board&selectedStory=Add%2FDelete%20Cards&full=0&down=0&left=1&panelRight=0) and its corresponding [source code](https://github.com/rcdexta/react-trello/blob/master/stories/EditableBoard.story.js) for more details.
225
225
226
+
## Compatible Browsers
227
+
228
+
Tested to work with following browsers using [Browserling[(https://www.browserling.com/):
229
+
230
+
Chrome 60 or above
231
+
Firefox 52 or above
232
+
Opera 51 or above
233
+
Safari 4.0 or above
234
+
Microsoft Edge 15 or above
235
+
226
236
## Feature Wishlist
227
237
228
-
* Making the board fully editable. Currently, the library supports adding new cards to a lane and deleting existing cards. The ability to add new lanes to the end should be possible
229
-
* Rewrite the drag-n-drop functionality to support moving cards to a specific position within a lane or to a different lane. Ability to re-arrange lanes
230
238
* the prop `onDataChange` is a catch all callback that returns the entire board data when anything changes on the board. Micro-events like when a card is added or re-arranged should be possible too
231
239
232
240
Check the Milestones for this project to track when the above features will be implemented.
0 commit comments