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 |
|
Ian Storm Taylor
|
665c50e76f
|
0.7.6
v0.7.6
|
2016-07-26 12:18:10 -07:00 |
|
Ian Storm Taylor
|
b506098a29
|
add plugins example, fix soft break handling
|
2016-07-26 12:15:21 -07:00 |
|
Ian Storm Taylor
|
8916ee0891
|
fix to remove extra empty text nodes, closes #171
|
2016-07-26 11:51:20 -07:00 |
|
Ian Storm Taylor
|
ed8a7ce403
|
0.7.5
v0.7.5
|
2016-07-26 11:34:14 -07:00 |
|
Ian Storm Taylor
|
20ba3f6cac
|
fix content shouldComponentUpdate logic
|
2016-07-26 11:30:31 -07:00 |
|
Ian Storm Taylor
|
6a2e586382
|
0.7.4
v0.7.4
|
2016-07-26 11:21:50 -07:00 |
|
Ian Storm Taylor
|
37251f8236
|
update rendering tests for position relative
|
2016-07-26 11:18:43 -07:00 |
|
Ian Storm Taylor
|
8393a8baaf
|
update placeholder positioning and offset key resolving
|
2016-07-26 11:07:31 -07:00 |
|
Ian Storm Taylor
|
c7fb54fd9b
|
0.7.3
v0.7.3
|
2016-07-25 18:45:41 -07:00 |
|
Ian Storm Taylor
|
cdebdb1400
|
fix undo rendering and leaf rendering logic
|
2016-07-25 18:42:31 -07:00 |
|
Ian Storm Taylor
|
6637a8ab64
|
0.7.2
v0.7.2
|
2016-07-25 17:06:57 -07:00 |
|
Ian Storm Taylor
|
e088366364
|
cleanup editor and content props
|
2016-07-25 17:04:10 -07:00 |
|
Tyler Johnson
|
ca837e2426
|
moved onSelect event handling to core plugin (#175)
|
2016-07-25 16:59:12 -07:00 |
|
Ian Storm Taylor
|
fd3fd9a46f
|
0.7.1
v0.7.1
|
2016-07-25 16:51:16 -07:00 |
|
Ian Storm Taylor
|
ef88a4fadb
|
remove unnecessary dep
|
2016-07-25 16:47:52 -07:00 |
|
Ian Storm Taylor
|
569e940fd1
|
add node component, cleanup draggable/void interactions
|
2016-07-25 16:46:17 -07:00 |
|
Ian Storm Taylor
|
b5bbac02d0
|
remove rule from eslint
|
2016-07-25 14:46:26 -07:00 |
|
Ian Storm Taylor
|
c3cc301b5d
|
remove unnecessary method from base 64 serializer
|
2016-07-25 14:46:10 -07:00 |
|
Ian Storm Taylor
|
d78ddeabad
|
update examples for terse raw
|
2016-07-25 14:45:37 -07:00 |
|
Ian Storm Taylor
|
98c78e4d96
|
refactor raw serializer to not be terse by default
|
2016-07-25 13:29:29 -07:00 |
|
Ian Storm Taylor
|
81c956228b
|
more work on draggable nodes
|
2016-07-24 18:57:09 -07:00 |
|
Ian Storm Taylor
|
3bd000d118
|
add draggable nodes, first steps
|
2016-07-24 18:04:11 -07:00 |
|