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

759 Commits

Author SHA1 Message Date
Ian Storm Taylor
d2647cde71 update history 2016-07-28 17:36:51 -07:00
Ian Storm Taylor
34256e9ecd update editor reference 2016-07-28 17:36:32 -07:00
Ian Storm Taylor
79e5e115ca 0.9.1 v0.9.1 2016-07-28 17:20:29 -07:00
Ian Storm Taylor
dfcd791b3b fix deleteAtRange to split only to common ancestor 2016-07-28 17:17:18 -07:00
Ian Storm Taylor
52c29d8143 update slate plugins in dev deps 2016-07-28 16:47:50 -07:00
Ian Storm Taylor
5d60950b9f 0.9.0 v0.9.0 2016-07-28 16:40:26 -07:00
Ian Storm Taylor
8bf0697a15 update history 2016-07-28 16:38:41 -07:00
Ian Storm Taylor
de9a32b97b update reference 2016-07-28 16:35:47 -07:00
Ian Storm Taylor
6c61e2772d update state wrap method arguments 2016-07-28 16:27:07 -07:00
Ian Storm Taylor
a892c6b800 change wrapping transform arguments for consistency 2016-07-28 16:24:24 -07:00
Ian Storm Taylor
c74b527d33 0.8.3 v0.8.3 2016-07-28 16:06:31 -07:00
Ian Storm Taylor
acccb8f17c remove need for selection to be natively rendered 2016-07-28 16:04:41 -07:00
Ian Storm Taylor
74cd4a9ae9 0.8.2 v0.8.2 2016-07-28 15:45:09 -07:00
Ian Storm Taylor
4a519db4e1 fix custom void block rendering test 2016-07-28 15:42:13 -07:00
Ian Storm Taylor
c248b3de22 add embeds example, fix to not let events propagate out of voids 2016-07-28 15:38:17 -07:00
Ian Storm Taylor
39ee56c5c5 update contributing docs 2016-07-28 13:14:37 -07:00
Ian Storm Taylor
e7dcdca8ba update contributing docs 2016-07-28 13:13:44 -07:00
Ian Storm Taylor
8327b43e2f update contributing docs 2016-07-28 13:09:29 -07:00
Ian Storm Taylor
c8d941b450 0.8.1 v0.8.1 2016-07-28 12:34:40 -07:00
Ian Storm Taylor
5f73c63208 fix selection setting in wrapInline transform 2016-07-28 12:32:33 -07:00
Ian Storm Taylor
d80bda5802 Merge branch 'master' of github.com:ianstormtaylor/slate 2016-07-28 11:43:48 -07:00
Tyler Johnson
84829f5439 add tests for calling wrapInline twice (#197) 2016-07-28 11:43:44 -07:00
Ian Storm Taylor
45433198b6 refactor normalization of arguments with better error handling 2016-07-28 11:42:52 -07:00
Ian Storm Taylor
386b671baa Merge branch 'master' of github.com:ianstormtaylor/slate 2016-07-28 11:13:50 -07:00
Samy Pessé
21a002ad63 Only create data once in setBlockAtRange and prevent its deletion (#196) 2016-07-28 11:13:45 -07:00
Ian Storm Taylor
c1f4bce3b8 change hasUndo and hasRedo to hasUndos and hasRedos 2016-07-28 11:13:12 -07:00
Samy Pessé
b2c1b844af Add properties hasUndo and hasRedo to State (#193)
* Add properties hasUndo and hasRedo to State

* Fix description fo hadRedo
2016-07-28 11:11:42 -07:00
Tyler Johnson
dca2efca0f fix isBackward in onSelect event selection (#195) 2016-07-28 11:09:47 -07:00
Samy Pessé
e6690537fb Fix signature of Selection.has{Edge}In in documentation (#190) 2016-07-28 09:02:58 -07:00
Samy Pessé
d7a839e89d undo and redo transform does not return Transform (#189) 2016-07-28 09:02:19 -07:00
Ian Storm Taylor
9bab3b062b update onKeyDown reference 2016-07-27 23:14:50 -07:00
Ian Storm Taylor
d42c463353 0.8.0 v0.8.0 2016-07-27 22:47:26 -07:00
Ian Storm Taylor
5e6f5b9cd1 add event handlers to reference 2016-07-27 22:45:25 -07:00
Ian Storm Taylor
1a6c3c153e fix selection settings in links example 2016-07-27 22:31:39 -07:00
Ian Storm Taylor
1c86b2fcf7 fix deleting sibling inline node 2016-07-27 22:30:37 -07:00
Ian Storm Taylor
fc8fb18fda fix deleting sibling text node 2016-07-27 17:09:10 -07:00
Ian Storm Taylor
32a5cac3c0 update history 2016-07-27 16:24:58 -07:00
Ian Storm Taylor
9bc410c582 add missing prop types to content 2016-07-27 16:22:12 -07:00
Ian Storm Taylor
c85671aba4 add fragment handling to core onPaste 2016-07-27 16:22:12 -07:00
Ian Storm Taylor
d20b8511bb refactor onKeyDown to use data object 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
fba3fe7a13 move onCopy and onCut logic to core plugin, refactor onDrop 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
6503ee2d80 change onBeforeInput to take data property 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
ca9aaa9efb refactor to move onBlur to core plugin 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
ee2192aa6e refactor core plugin for readability 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
b9ae5d2af6 fix void node cursor navigation in firefox 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
42cbcb7e8d change void nodes to have a single space, prevent text-less inlines 2016-07-27 16:21:55 -07:00
Ian Storm Taylor
807d9f93e4 0.7.8 v0.7.8 2016-07-27 11:40:22 -07:00
Ian Storm Taylor
eebb0bd985 fix character insertion when first in node, closes #182 2016-07-27 11:38:57 -07:00
Ian Storm Taylor
5313b3be2e 0.7.7 v0.7.7 2016-07-26 17:03:32 -07:00
Ian Storm Taylor
3448dac17b fix to greatly improve performance, and void selections in void nodes 2016-07-26 16:58:42 -07:00