1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00
Commit Graph

4195 Commits

Author SHA1 Message Date
Ian Storm Taylor
b5f155a1e3 Merge pull request #461 from ianstormtaylor/add-delete-transforms
Add delete transforms
2016-11-29 17:17:07 -08:00
Ian Storm Taylor
450ffc92c7 add resetKeyGenerator util 2016-11-29 17:16:57 -08:00
Ian Storm Taylor
60a03370ec cleanup 2016-11-29 17:04:33 -08:00
Ian Storm Taylor
ea2f70469a add ctrl-d and ctrl-h handling, closes #332 2016-11-29 17:03:31 -08:00
Ian Storm Taylor
2b10e270c6 update k key handler in core plugin 2016-11-29 16:59:28 -08:00
Ian Storm Taylor
1fd27578fa add char, word, line delete transforms 2016-11-29 16:58:12 -08:00
Ian Storm Taylor
4854d11ba4 0.15.11 v0.15.11 2016-11-29 16:25:11 -08:00
Ian Storm Taylor
ff5e67e63f add test for joining forward on inline voids 2016-11-29 16:21:18 -08:00
Ian Storm Taylor
083df2dd93 fix to always opt for the furthest text node at an offset 2016-11-29 16:19:40 -08:00
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
Per-Kristian Nordnes
580fc1ffcf Use key, not node object on getNextText and getPreviousText to avoid deprecation issues in node.getNextBlock and node.getPreviousBlock 2016-11-24 13:31:12 +01: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