1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 01:02:31 +01:00

1352 Commits

Author SHA1 Message Date
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
Ian Storm Taylor
e189add154 Merge pull request #436 from arekkas/case-432
Added failing test case for inlines causing selection issue #432
2016-11-18 11:43:17 -08:00
Ian Storm Taylor
3c6819fdc4 fix logic for empty blocks 2016-11-18 11:33:40 -08:00
Ian Storm Taylor
7567be2210 simplify before-inline split-block test 2016-11-18 11:11:27 -08:00
Ian Storm Taylor
fd2900aba5 make identical references warning text more useful 2016-11-18 10:40:39 -08:00
aeneasr
68d26cdf79 added failing test case for inlines causing selection issue #432 2016-11-18 11:41:57 +01:00
Ian Storm Taylor
a4cbceddf4 add logo sketch file 2016-11-17 19:10:44 -08:00
Ian Storm Taylor
f138d66850 cleanup gitignore 2016-11-17 19:10:39 -08:00
Ian Storm Taylor
6591f248bb update walkthroughs to remove function creation from render, closes #394 2016-11-17 18:56:09 -08:00
Ian Storm Taylor
6f67ac70c9 fix linting 2016-11-17 18:10:30 -08:00
Ian Storm Taylor
6a7ba1346f fix missing warning import 2016-11-17 18:00:50 -08:00
Ian Storm Taylor
1a4ee5e1ec clean up transforms 2016-11-17 17:59:46 -08:00
Ian Storm Taylor
286e3620dd refactor schema transform logic 2016-11-17 17:46:35 -08:00
Ian Storm Taylor
b9d0f1d8d2 fix style, cleanup normalization code 2016-11-17 16:54:43 -08:00
Ian Storm Taylor
4036753335 fix style, rename warning to warn 2016-11-17 16:32:03 -08:00
Ian Storm Taylor
53751ca605 0.15.2 v0.15.2 2016-11-17 13:17:41 -08:00
Ian Storm Taylor
a2be745bed fix trailing newline collapsing logic, closes #430 2016-11-17 13:15:14 -08:00
Ian Storm Taylor
85c6282d72 update history to add note about node accessors 2016-11-17 12:47:39 -08:00
Ian Storm Taylor
e0cd01a413 0.15.1 v0.15.1 2016-11-17 12:36:57 -08:00
Ian Storm Taylor
508d2b15b7 fix deprecate node access without key 2016-11-17 12:34:10 -08:00
Ian Storm Taylor
590b024468 add test for multiple matching rules 2016-11-17 12:14:01 -08:00
Kevin Lee
fccf7247cf Break after applying first matching rule in HTML Serializer
Fixes #404
2016-11-17 12:09:16 -08:00
Ian Storm Taylor
ee624b078b Merge pull request #413 from AlbertHilb/isContentEditable
Use `isContentEditable` HTML element property to check if an element is editable
2016-11-17 12:00:57 -08:00
Ian Storm Taylor
87cc6d12fb 0.15.0 v0.15.0 2016-11-17 11:55:28 -08:00