1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-22 14:21:54 +02:00

1225 Commits

Author SHA1 Message Date
Ian Storm Taylor
919d4b5a3a add browser and device support to faq, closes #446 2016-11-28 10:28:00 -08:00
Ian Storm Taylor
1c396c11d9 remove old prevState logic from transforms 2016-11-23 09:07:36 -08:00
Ian Storm Taylor
d99f9b6d78 update large document example 2016-11-23 09:05:15 -08:00
Ian Storm Taylor
76b6c73b41 0.15.9 v0.15.9 2016-11-22 17:53:15 -08:00
Ian Storm Taylor
0b35a8b885 Merge pull request #447 from ianstormtaylor/refactor-transforms
Refactor transforms
2016-11-22 17:50:13 -08:00
Ian Storm Taylor
5b81f0bd84 remove normalizeParentsByKey 2016-11-22 17:40:26 -08:00
Ian Storm Taylor
3cacea1516 refactor normalize transforms 2016-11-22 17:35:28 -08:00
Ian Storm Taylor
a15570885d refactor splitInline 2016-11-22 16:57:35 -08:00
Ian Storm Taylor
490498f228 refactor splitBlock 2016-11-22 16:56:22 -08:00
Ian Storm Taylor
fe836b1daa refactor selection snapshotting 2016-11-22 16:52:55 -08:00
Ian Storm Taylor
6893884174 refactor wrapText transform 2016-11-22 15:46:53 -08:00
Ian Storm Taylor
a6844a4e58 refactor inserting text removing selection marks 2016-11-22 15:31:50 -08:00
Ian Storm Taylor
da4c1ffcaf refactor insert text and selection mark updating 2016-11-22 15:23:24 -08:00
Ian Storm Taylor
f393973cfa refactor transform, simplify selection updating logic 2016-11-22 15:09:39 -08:00
Ian Storm Taylor
d32904c7c1 refactor add/remove mark transforms 2016-11-22 14:50:17 -08:00
Ian Storm Taylor
fda14bf6cd update transforms docblock 2016-11-22 14:48:18 -08:00
Ian Storm Taylor
02120857b9 remove return value from transforms 2016-11-22 14:47:41 -08:00
Ian Storm Taylor
007cdf916f refactor transforms 2016-11-22 14:37:10 -08:00
Ian Storm Taylor
5530b54c3b refactor core schema 2016-11-22 14:01:35 -08:00
Ian Storm Taylor
c6318415cd refactor core schema 2016-11-22 13:31:54 -08:00
Ian Storm Taylor
b3fe0eb679 fix core schema to not leave selection unset 2016-11-22 13:17:02 -08:00
Ian Storm Taylor
6346ef3aa2 refactor core schema to remove last for void nodes 2016-11-22 12:57:02 -08:00
Ian Storm Taylor
da85c5ac87 refactor delete at current range 2016-11-22 12:03:47 -08:00
Ian Storm Taylor
b1296c16f7 0.15.8 v0.15.8 2016-11-21 18:34:47 -08:00
Ian Storm Taylor
14cdb77031 fix inserting fragments at starting edge of blocks, closes #425 2016-11-21 18:31:17 -08:00
Ian Storm Taylor
adfc365e3a fix joinNode deep operation logic, closes #441 2016-11-21 14:58:59 -08:00
Ian Storm Taylor
729ce2e4c0 0.15.7 v0.15.7 2016-11-21 14:46:16 -08:00
Ian Storm Taylor
ee7656f2ab fix isInContentEditable logic to match children 2016-11-21 14:43:11 -08:00
Ian Storm Taylor
7cd64deb0c fix undoing removing text with marks, closes #350 2016-11-21 14:36:41 -08:00
Ian Storm Taylor
f4d6efd0e7 0.15.6 v0.15.6 2016-11-21 14:10:02 -08:00
Ian Storm Taylor
6f7bbbfca8 Merge pull request #443 from tyler-johnson/nested-editable
add support for nested content-editables
2016-11-21 14:06:21 -08:00
Ian Storm Taylor
2ff8008897 Merge pull request #444 from ianstormtaylor/fix-paste-rich-text
add logic to handle rich text pastes
2016-11-21 14:03:39 -08:00
Ian Storm Taylor
59a69bbea6 add rich text checking for plain text too 2016-11-21 13:54:43 -08:00
Tyler Johnson
d70324a5c6 rename isNonEditable to isInContentEditable 2016-11-21 14:53:52 -07:00
Ian Storm Taylor
0b5ba16400 add logic to handle rich text pastes 2016-11-21 13:36:00 -08:00
Tyler Johnson
56e287097b improved isNonEditable for nested content-editables 2016-11-21 12:07:35 -07:00
Ian Storm Taylor
1c1954a1de 0.15.5 v0.15.5 2016-11-18 14:36:52 -08:00
Ian Storm Taylor
d1beb8088a fix setting initial state in <Editor> 2016-11-18 14:33:37 -08:00
Ian Storm Taylor
59fc2ff892 fix to properly update cached state in <Editor>, closes #401 2016-11-18 13:53:35 -08:00
Ian Storm Taylor
25f09ecc41 Merge pull request #438 from ianstormtaylor/remove-immutable-is
remove Immutable.is check in node shouldComponentUpdate
2016-11-18 13:40:48 -08:00
Ian Storm Taylor
d4ca1bc829 0.15.4 v0.15.4 2016-11-18 13:36:56 -08:00
Ian Storm Taylor
d281140619 remove isRendering flag lock, closes #383 2016-11-18 13:33:12 -08:00
Ian Storm Taylor
4c10e3b253 update comment for clarity 2016-11-18 13:05:05 -08:00
Ian Storm Taylor
43d6a882c1 remove Immutable.is check in node shouldComponentUpdate 2016-11-18 12:56:40 -08:00
Ian Storm Taylor
e9c3856bc6 0.15.3 v0.15.3 2016-11-18 12:45:04 -08:00
Ian Storm Taylor
ada5a6f807 fix warnings on copy fragment, closes #434 2016-11-18 12:41:05 -08:00
Ian Storm Taylor
73c007ded1 fix inserting text in new blank paragraph, closes #437 2016-11-18 12:39:03 -08:00
Ian Storm Taylor
c641bbf711 remove old uid dependency 2016-11-18 12:35:02 -08:00
Ian Storm Taylor
cf0010728f add resources to docs 2016-11-18 12:11:59 -08:00
Ian Storm Taylor
0f9cc69630 update warning text to be more helpful 2016-11-18 12:07:54 -08:00