1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-08 15:33:06 +02:00

1471 Commits

Author SHA1 Message Date
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
Ian Storm Taylor
ff371ca82d Merge branch 'master' of github.com:ianstormtaylor/slate 2016-11-17 11:52:19 -08:00
Ian Storm Taylor
838e03fe14 update history 2016-11-17 11:50:07 -08:00
Ian Storm Taylor
4fc9d8ee58 Merge pull request #429 from aehlke/upgrade-debug
Upgrade debug package
2016-11-17 11:35:16 -08:00
Alex Ehlke
bad8b057bb Upgrade debug package
Fixes an issue where debug may clear localStorage.debug on start, making it impossible to use.
2016-11-17 14:34:20 -05:00
Ian Storm Taylor
292dc159e1 change to use lodash.uniqueId, add keygen override, add preserveKeys option to Raw serializer 2016-11-17 11:27:30 -08:00
Ian Storm Taylor
cdd1b29561 revert uid generation, but increase randomness 2016-11-17 10:17:37 -08:00
Soreine
ade3c324bd Merge branch 'master' into schema-normalize 2016-11-17 10:27:47 +01:00
Soreine
fbf014cc48 Add another test for undo 2016-11-17 10:07:57 +01:00
Ian Storm Taylor
a6ec7889c9 0.14.19 v0.14.19 2016-11-16 18:59:48 -08:00
Ian Storm Taylor
39bd280d7b god damnit npm 2016-11-16 18:57:44 -08:00
Ian Storm Taylor
77470b8ad2 0.14.17 v0.14.17 2016-11-16 18:54:37 -08:00
Ian Storm Taylor
93d01523aa pin react dev dependencies to version 15.2 2016-11-16 18:41:38 -08:00
Ian Storm Taylor
9eb80ffa99 Merge branch 'close-297' 2016-11-16 17:26:50 -08:00
Ian Storm Taylor
f7428cc93c fix style, refactor noop 2016-11-16 17:26:12 -08:00
Ian Storm Taylor
3aff3cbf91 add focus-blur example 2016-11-16 17:25:27 -08:00
Soreine
e868d44af4 Memoize schema validation 2016-11-16 18:24:20 +01:00
Soreine
56c2df067c Remove previous document comparison logic 2016-11-16 18:24:20 +01:00
Aeneas Rekkas (arekkas)
d9bb0dd72c move blur check to content component - closes #297 2016-11-16 13:09:21 +01:00
Ian Storm Taylor
2f74e20a52 Merge pull request #424 from websymphony/patch-1
Fixed minor typo.
2016-11-15 16:31:00 -08:00
Amit Gaur
a5ecd84e36 Fixed minor typo.
Updated contain -> content.
2016-11-15 15:40:16 -06:00
Ian Storm Taylor
738660f578 Merge pull request #421 from arekkas/patch-1
Do not process onInput events when selection is lost
2016-11-15 12:29:30 -08:00
Ian Storm Taylor
80cdbdb980 fix contributing docs test commands, closes #422 2016-11-15 12:26:48 -08:00
Soreine
db7ae6aae6 Make the successive normalization benchmark bigger and deeper 2016-11-15 11:26:16 +01:00
Ian Storm Taylor
e030deaa78 Fix broken links in the docs (#416) 2016-11-14 16:47:01 -08:00
Aeneas Rekkas (arekkas)
ff25061ec0 resolve leaf component issues with focus and blur transformations - closes #297 2016-11-14 12:58:09 +01:00
Aeneas
b201c6dc13 Do not process onInput events when selection is lost
Resolves an issue where `this.getPoint(anchorNode, anchorOffset)` throws an error if a key event is triggered although not in focus
2016-11-14 12:55:55 +01:00
Soreine
c122ec750d Increase the size of the benchmarked document 2016-11-14 10:56:32 +01:00
Soreine
6981442a4c Add benchmark for successive normalization 2016-11-14 10:39:15 +01:00
Soreine
c598c22538 Use incrementing number to generate keys 2016-11-14 10:19:07 +01:00
Dieter Komendera
5c80df1413 Fix broken links in the docs 2016-11-11 10:10:39 +01:00
Soreine
b0c72c7d34 Use es6-map as native Map polyfill 2016-11-10 17:52:06 +01:00