Skip to content

Commit 0a69eef

Browse files
authored
brower compatibility
1 parent 68598f2 commit 0a69eef

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,18 @@ It is possible to make the entire board editable by setting the `editable` prop
223223

224224
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.
225225

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+
226236
## Feature Wishlist
227237

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
230238
* 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
231239

232240
Check the Milestones for this project to track when the above features will be implemented.

0 commit comments

Comments
 (0)