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

1235 Commits

Author SHA1 Message Date
Ian Storm Taylor
ecf320eb66 fix to avoid splitting for inline voids too 2016-11-29 12:51:49 -08:00
Ian Storm Taylor
155b1aad00 0.15.10 v0.15.10 2016-11-29 12:39:14 -08:00
Ian Storm Taylor
bfbbd6d8fb cleanup logging, fix inline void selection 2016-11-29 12:35:46 -08:00
Ian Storm Taylor
2c7be1dcf0 fix to default document.nodes to an immutable list, closes #460 2016-11-29 11:30:52 -08:00
Ian Storm Taylor
0dd3dee160 more emoji 2016-11-28 17:28:01 -08:00
Ian Storm Taylor
8bb92aea6d fix saving to a database example, closes #455 2016-11-28 11:17:36 -08:00
Ian Storm Taylor
c6bf80da41 update docs sidebar 2016-11-28 11:01:29 -08:00
Ian Storm Taylor
b393969ede update utils docs 2016-11-28 10:56:42 -08:00
Ian Storm Taylor
bf99d48ccb update node and utils docs 2016-11-28 10:53:19 -08:00
Ian Storm Taylor
d925940b0d add utils reference 2016-11-28 10:50:34 -08:00
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