1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 01:02:31 +01:00

439 Commits

Author SHA1 Message Date
Ian Storm Taylor
a5ce937986 0.22.4 2017-09-06 14:26:31 -07:00
Ian Storm Taylor
8d47f8e8b6 refactor to eliminate ./utils/normalize, fixes #372 (#1060)
* refactor to eliminate ./utils/normalize, fixes #372

* fix mark default value
2017-09-06 14:24:48 -07:00
Ian Storm Taylor
e77cae7bf7 0.22.3 2017-09-06 11:55:59 -07:00
Ian Storm Taylor
de736dd57d 0.22.2 2017-09-06 09:36:29 -07:00
Ian Storm Taylor
f0325a9afb 0.22.1 2017-09-06 09:03:30 -07:00
Ian Storm Taylor
01a1699a08 0.22.0 2017-09-05 18:31:37 -07:00
Ian Storm Taylor
9b5e7ba306 0.21.6 2017-09-05 17:07:25 -07:00
Ian Storm Taylor
e72266802d 0.21.5 2017-09-05 11:26:00 -07:00
Ian Storm Taylor
7cfbbfc5e4 0.21.4 2017-08-25 12:13:18 -07:00
Ian Storm Taylor
b0d481978b 0.21.3 2017-08-22 17:06:34 -07:00
Kirill Volkovich
577b5c7570 IE11 compat (#996)
* Convert "for ... of" loops to simple "for(;;)"

* Add .editorconfig

* Convert "for ... of" loops to simple "for(;;)"; Array.find => filter

* Replace Array.prototype.find via local "find" method implementation

* Replase utils/find by lodash/find

* Remove .editorconfig

* Fix lint errors
2017-08-17 11:49:44 -07:00
Ian Storm Taylor
18f41e72ce 0.21.2 2017-08-09 12:16:12 -07:00
Ian Storm Taylor
207f459625 alphabetize package.json scripts 2017-08-09 12:08:35 -07:00
Ian Storm Taylor
85fce2dd46 0.21.1 2017-08-01 09:47:28 -07:00
Zach Schneider
56fa2c4208 Upgrade react-frame-component. (#962)
Gets rid of warning in dev about directly accessing `React.PropTypes`
2017-08-01 09:06:39 -07:00
Ian Storm Taylor
f376911566 0.21.0 2017-07-20 09:51:24 -07:00
Zach Schneider
4bbf7487ea Replace cheerio with parse5 (#934)
* Replace cheerio with parse5

* Convert to dependency injection for HTML parser
* Add options.domParser to HTML serializer
* Fallback to native DOMParser if present and no option provided
* Error if no DOM parser is available (option or native)
* Update tests to pass parse5 as config option

* Update test so it passes.
Cheerio interprets `<p><hr /></p>` as one `p` node with a child `hr`
node, but both parse5 and native DOMParser interpret it as 3 nodes: a
blank `p` node, `hr` node, and second blank `p` node. Update test
expectation to match new API.

* Remove cheerio-esque compatibility conversion.

* Use `application/xml` in native DOMParser
Using `text/html` causes it to wrap the fragment in html, body, etc

* Change error message to single line.
Was inserting an undesired newline char

* Add documentation for new `domParser` option to html serializer
Also boyscout missing documentation for `defaultBlockType` option

* Rename `domParser` option to `parseHtml`
Rename the option to make it clearer what it does, since it accepts a
function and not a `DOMParser` analogue object.
2017-07-20 09:46:02 -07:00
Ian Storm Taylor
cf85c6e3fb 0.20.7 2017-07-20 09:41:28 -07:00
Ian Storm Taylor
a1d4de3b20 0.20.6 2017-07-12 12:59:05 -07:00
Ian Storm Taylor
b5761a1410 0.20.5 2017-07-12 08:56:20 -07:00
Shawn Erquhart
ccb7a23ba3 enable source maps during development (#916) 2017-07-11 13:10:52 -07:00
Ian Storm Taylor
5d8a9b99cc 0.20.4 2017-06-22 09:11:22 -07:00
Ian Storm Taylor
13160a97b8 0.20.3 2017-06-10 10:56:50 -07:00
Ian Storm Taylor
b4883ea552 0.20.2 2017-05-30 13:17:47 -07:00
Ian Storm Taylor
579e12e2cb 0.20.1 2017-05-17 10:24:00 -07:00
Ian Storm Taylor
190071c758 0.20.0 2017-05-17 09:16:07 -07:00
Ian Storm Taylor
e363f88b71 0.19.30 2017-05-09 22:30:06 -07:00
Ian Storm Taylor
0a9ef10664 0.19.29 2017-05-05 17:46:38 -07:00
Ian Storm Taylor
c7cc980732 0.19.28 2017-05-05 11:53:07 -07:00
Ian Storm Taylor
3889c379d9 0.19.27 2017-05-05 09:02:50 -07:00
Ian Storm Taylor
5bde3b3ecd 0.19.26 2017-05-04 17:17:10 -07:00
Ian Storm Taylor
13a99a9b73 refactor examples, upgrade dependencies 2017-05-04 16:48:42 -07:00
Ian Storm Taylor
a3f7f9bd02 v0.19.25 2017-05-04 15:57:03 -07:00
Ian Storm Taylor
75c76a6dea 0.19.24 2017-05-04 15:30:58 -07:00
Ian Storm Taylor
c9644a5a53 0.19.23 2017-05-04 15:14:17 -07:00
Ian Storm Taylor
5258b38508 0.19.22 2017-05-03 19:45:52 -07:00
Ian Storm Taylor
0fcb953015 fix to restrict window blur/focus handling, closes #773 2017-05-03 18:48:42 -07:00
Ian Storm Taylor
460498b5dd 0.19.21 2017-05-01 11:23:49 -07:00
Ian Storm Taylor
17ea3ed349 fix to depend on prop-types for react 15.5 2017-04-28 13:04:00 -07:00
Ian Storm Taylor
cd8ed4c38c 0.19.20 2017-04-19 18:38:55 -07:00
Ian Storm Taylor
1421f28f87 0.19.19 2017-04-19 09:18:03 -07:00
Ian Storm Taylor
3ad8c9953f 0.19.18 2017-04-16 15:34:46 -07:00
Ian Storm Taylor
a481581803 0.19.17 2017-04-11 21:45:53 -07:00
Ian Storm Taylor
d24dffc390 0.19.16 2017-04-03 09:34:05 -07:00
Ian Storm Taylor
7b4beffabf 0.19.15 2017-04-02 15:48:29 -07:00
Ian Storm Taylor
1fb04f663d 0.19.14 2017-04-02 15:04:36 -07:00
Ian Storm Taylor
ea4ecb2476 0.19.13 2017-03-30 14:15:06 -04:00
Ian Storm Taylor
1ec92f2414 0.19.12 2017-03-30 12:58:30 -04:00
Ian Storm Taylor
4e81f4a0fd 0.19.11 2017-03-30 12:46:53 -04:00
Ian Storm Taylor
f80951ab82 0.19.10 2017-03-30 00:43:12 -04:00