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

70 Commits

Author SHA1 Message Date
Ian Storm Taylor
f7905d754f fix backwards selection logic, closes #125 2016-07-19 09:37:09 -07:00
Ian Storm Taylor
f2841a689d add basic composition support 2016-07-18 18:36:38 -07:00
Ian Storm Taylor
c41046ac17 add onDocumentChange and onSelectionChange properties to editor 2016-07-18 13:30:37 -07:00
Ian Storm Taylor
062b4a6443 fix to not re-resolve plugins on every update, closes #112 2016-07-17 16:21:23 -07:00
Ian Storm Taylor
c489eee418 add read-only mode, closes #108 #106 2016-07-17 15:57:27 -07:00
Ian Storm Taylor
6140386f2e remove array.includes for compatibility, closes #110 2016-07-17 15:47:36 -07:00
Ian Storm Taylor
d995b1ab35 fix a few void block transform and rendering bugs 2016-07-15 12:49:29 -07:00
Ian Storm Taylor
2aa8239448 fix wrapInline selecting, add rendering tests 2016-07-13 18:56:03 -07:00
Ian Storm Taylor
2f22fb3366 fix placeholder positioning 2016-07-11 19:44:24 -07:00
Ian Storm Taylor
aec4d299ce fix typo 2016-07-11 19:32:02 -07:00
Ian Storm Taylor
56cc6101d9 add editor className and style properties 2016-07-11 19:28:35 -07:00
Ian Storm Taylor
1d075c71c7 add editor placeholder styles properties 2016-07-11 19:24:10 -07:00
Ian Storm Taylor
1dd2ff6243 placeholder fixes 2016-07-11 19:06:08 -07:00
Ian Storm Taylor
3d191dbf14 add placeholder 2016-07-11 18:36:45 -07:00
Ian Storm Taylor
806ffc38df add blur/focus, add dist 2016-07-11 16:44:37 -07:00
Ian Storm Taylor
b6f7f70c53 update docs 2016-07-11 13:47:28 -07:00
Ian Storm Taylor
4cafb94837 add more docs 2016-07-08 12:24:49 -07:00
Ian Storm Taylor
9b3bcd837d fix firefox support 2016-07-07 19:37:34 -07:00
Ian Storm Taylor
226b6592dc add linting 2016-07-06 20:19:19 -07:00
Ian Storm Taylor
6a25bee4e4 update components readme 2016-07-06 16:07:28 -07:00
Ian Storm Taylor
702ac2940f update components readme 2016-07-06 16:07:00 -07:00
Ian Storm Taylor
28e6753f3b update components readme 2016-07-06 15:59:16 -07:00
Ian Storm Taylor
bee2a6d9be update components readme 2016-07-06 15:43:59 -07:00
Ian Storm Taylor
eeb571cf03 update components readme 2016-07-06 15:33:50 -07:00
Ian Storm Taylor
6db926a21c update components readme 2016-07-06 15:31:42 -07:00
Ian Storm Taylor
2e96c1b5b3 update components readme 2016-07-06 15:31:05 -07:00
Ian Storm Taylor
249f0431fb update components readme 2016-07-06 15:30:36 -07:00
Ian Storm Taylor
b192d5438a add components readme 2016-07-06 15:29:40 -07:00
Ian Storm Taylor
de4afd38b1 cleanup renderers in examples, fixes #43 2016-07-06 14:42:59 -07:00
Ian Storm Taylor
48573e529e add code highlighting example, still slow 2016-07-06 14:05:35 -07:00
Ian Storm Taylor
aa8e295a2d fix void selection behavior 2016-07-01 13:03:22 -07:00
Ian Storm Taylor
1c8986019d fix double selecting 2016-06-30 18:58:07 -07:00
Ian Storm Taylor
a8f26df61b fix deleting for void nodes; 2016-06-30 18:42:10 -07:00
Ian Storm Taylor
1069fee13a add isVoid property to nodes 2016-06-30 11:13:56 -07:00
Ian Storm Taylor
aba40a2aaf got void components working 2016-06-30 10:43:24 -07:00
Ian Storm Taylor
27e71715a6 fix fragment pasting, remove <b> and <i> from paste html marks 2016-06-29 11:27:06 -07:00
Ian Storm Taylor
d5f0a55515 add on blur logic to content component 2016-06-28 16:13:50 -07:00
Ian Storm Taylor
85361bf749 add hovering menu example 2016-06-28 15:47:29 -07:00
Ian Storm Taylor
f34e4b4a04 handle copy pasting from other editor instances 2016-06-27 19:15:20 -07:00
Ian Storm Taylor
0c22e6172b fix prevent default on key down 2016-06-27 17:16:18 -07:00
Ian Storm Taylor
ef21157dea add insert fragment, remove normalize ranges 2016-06-24 16:02:59 -07:00
Ian Storm Taylor
9e4f452c1c initial plain text paste support 2016-06-24 12:06:59 -07:00
Ian Storm Taylor
a0f5369525 move before input handling to core plugin 2016-06-24 10:46:01 -07:00
Ian Storm Taylor
c639db25c4 cleanup 2016-06-23 12:34:47 -07:00
Ian Storm Taylor
74cab690e3 broke lots of stuff, but added tests 2016-06-22 18:42:49 -07:00
Ian Storm Taylor
fccf762efd add wrap transform 2016-06-21 18:00:18 -07:00
Ian Storm Taylor
8bf081d26f add set type, bug fixes 2016-06-20 17:38:56 -07:00
Ian Storm Taylor
420d38edec bug fixing 2016-06-20 13:21:24 -07:00
Ian Storm Taylor
e293c9794c more work on richtext 2016-06-19 00:41:36 -07:00
Ian Storm Taylor
7435c4019c added start of richtext example, refactor range grouping logic 2016-06-18 23:54:08 -07:00