1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 21:21:21 +02:00

update history

This commit is contained in:
Ian Storm Taylor
2016-08-09 12:30:33 -07:00
parent 5ca219f197
commit c4d0560bb0

View File

@@ -9,7 +9,7 @@ This document maintains a list of changes to Slate with each new version. Until
###### BREAKING CHANGES
- **The `data.files` property is now an `Array`. Previously it was a native `FileList` object, but needed to be changed to add full support for pasting an dropping files in all browsers. This shouldn't affect you unless you were specifically depending on it being array-like instead of a true `Array`.
- **The `data.files` property is now an `Array`.** Previously it was a native `FileList` object, but needed to be changed to add full support for pasting an dropping files in all browsers. This shouldn't affect you unless you were specifically depending on it being array-like instead of a true `Array`.
---