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

423 Commits

Author SHA1 Message Date
Ian Storm Taylor
1e433b36ae fix arrow key breaking bug 2016-07-19 11:32:48 -07:00
Ian Storm Taylor
5c5c92bff3 0.2.6 v0.2.6 2016-07-19 11:29:27 -07:00
Ian Storm Taylor
0a4bb4379d fix to hide the formatting menu in ios 2016-07-19 11:27:34 -07:00
Ian Storm Taylor
ed6000b210 remove is-image-url dev dep since it isnt backwards compatible 2016-07-19 11:22:09 -07:00
Ian Storm Taylor
1117c1942f 0.2.5 v0.2.5 2016-07-19 11:10:58 -07:00
Ian Storm Taylor
7ad10538e4 fix arrow keys during composing, fix composing in empty blocks 2016-07-19 11:09:17 -07:00
Ian Storm Taylor
6596c7df5e 0.2.4 v0.2.4 2016-07-19 10:15:21 -07:00
Ian Storm Taylor
11dd17696f fix arrow keys during composition 2016-07-19 10:13:48 -07:00
Ian Storm Taylor
482e005dc5 0.2.3 v0.2.3 2016-07-19 09:38:51 -07:00
Ian Storm Taylor
f7905d754f fix backwards selection logic, closes #125 2016-07-19 09:37:09 -07:00
Ian Storm Taylor
c8aaa2d260 0.2.2 v0.2.2 2016-07-18 18:39:25 -07:00
Ian Storm Taylor
f2841a689d add basic composition support 2016-07-18 18:36:38 -07:00
Ian Storm Taylor
9203340b31 0.2.1 v0.2.1 2016-07-18 16:58:47 -07:00
Ian Storm Taylor
1d47e0729e update transform reference 2016-07-18 16:57:15 -07:00
Ian Storm Taylor
a50ec42d67 fix to not create snapshot history for selection changes, closes #94 2016-07-18 16:52:11 -07:00
Ian Storm Taylor
826956c2c9 fix "secret" behavior of image example 2016-07-18 16:34:28 -07:00
Ian Storm Taylor
54587c3318 add decorator rendering test 2016-07-18 16:18:55 -07:00
Ian Storm Taylor
a3fedffde7 Merge branch 'master' of github.com:ianstormtaylor/slate 2016-07-18 15:35:17 -07:00
Ian Storm Taylor
a9314f58a9 add default should component update (#124)
* add development performance testing examples

* refactor node map methods to be optimized

* fix updateDescendants return value

* remove console logs

* remove extra console log
2016-07-18 15:30:46 -07:00
Ian Storm Taylor
94cf5522ca add development performance testing examples 2016-07-18 15:05:51 -07:00
Jesse Patel
4492be6e60 Fixing broken links in reference of docs (#121)
Looks like there was a refactor at some point where this went from a flat directory to split into categories, and some of the links never got changed. Just fixing those up.
2016-07-18 13:41:26 -07:00
Ian Storm Taylor
dcbca782e5 update saving to a database guide 2016-07-18 13:34:45 -07:00
Ian Storm Taylor
c41046ac17 add onDocumentChange and onSelectionChange properties to editor 2016-07-18 13:30:37 -07:00
Ian Storm Taylor
c717f8429f add paste linkifying to link example 2016-07-18 13:06:10 -07:00
Ian Storm Taylor
730b731b84 update saving to a database guide 2016-07-18 12:56:20 -07:00
Ian Storm Taylor
9e3d628ef5 add saving to a database guide 2016-07-18 12:55:04 -07:00
Ian Storm Taylor
2f3e625741 add travis ci badge to readme 2016-07-18 12:47:34 -07:00
Ian Storm Taylor
1e290785ca remove phantom from dev deps 2016-07-18 12:40:42 -07:00
Ian Storm Taylor
d3bca036f8 comment out html serialize tests 2016-07-18 12:21:35 -07:00
Ian Storm Taylor
2f0f8026a8 update history 2016-07-18 12:18:29 -07:00
Ian Storm Taylor
24341931f9 update history 2016-07-18 12:17:49 -07:00
Ian Storm Taylor
ac25d81ca1 update history 2016-07-18 12:15:19 -07:00
Ian Storm Taylor
671987a398 0.2.0 v0.2.0 2016-07-18 12:09:24 -07:00
Ian Storm Taylor
9b9410d443 add 0.2.0 to history 2016-07-18 12:07:53 -07:00
Ian Storm Taylor
f25e67178e rename mark tests 2016-07-18 12:02:00 -07:00
Somasundaram Ayyappan
0289edfc29 Rename mark/unmark transforms to addMark/removeMark (#113)
* Rename mark/unmark transforms to addMark/removeMark

* delete gitkeep
2016-07-18 12:00:30 -07:00
Ian Storm Taylor
3dbc29d4c8 skip html serializer tests for now 2016-07-18 12:00:06 -07:00
Max Gfeller
615d4d0d93 Tiny typo fix (#115) 2016-07-18 11:57:16 -07:00
Max Gfeller
fdf7e29325 Fix broken link to Mark reference (#116) 2016-07-18 11:57:02 -07:00
Ian Storm Taylor
d58b5f3f52 0.1.16 v0.1.16 2016-07-17 16:52:18 -07:00
Ian Storm Taylor
e6335266eb remove the concept of "unset" selections, normalizing instead, closes #36 2016-07-17 16:50:40 -07:00
Ian Storm Taylor
7930df4fc2 fix read-only example readme 2016-07-17 16:32:20 -07:00
Ian Storm Taylor
11d3426e0f 0.1.15 v0.1.15 2016-07-17 16:23:04 -07:00
Ian Storm Taylor
062b4a6443 fix to not re-resolve plugins on every update, closes #112 2016-07-17 16:21:23 -07:00
Ian Storm Taylor
cab2b60987 0.1.14 v0.1.14 2016-07-17 16:03:48 -07:00
Ian Storm Taylor
0b001cd09d fix html serializer tests 2016-07-17 16:02:12 -07:00
Ian Storm Taylor
c489eee418 add read-only mode, closes #108 #106 2016-07-17 15:57:27 -07:00
Ian Storm Taylor
6140386f2e remove array.includes for compatibility, closes #110 2016-07-17 15:47:36 -07:00
Ian Storm Taylor
ca1dfd904d swap html serializer to take rules in options dictionary 2016-07-17 15:40:38 -07:00
Ian Storm Taylor
2ee317c0a0 update serializers docs 2016-07-17 15:39:28 -07:00