1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-19 14:27:07 +01:00

381 Commits

Author SHA1 Message Date
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
Ian Storm Taylor
93e2487c6e add serializer docs 2016-07-17 15:37:05 -07:00
Ian Storm Taylor
04dee735f5 fix install slate example 2016-07-17 14:03:18 -07:00
Sean Matheson
699da23ced Fix "initialState" declaration in "Installing Slate" doc (#105)
I tried to use the example however I received errors saying that `map` could not be executed over `undefined`.

It looks like the deserialiser was trying to map over the `nodes` prop of an object, but the example passes in an array of objects.  I removed the wrapping array and all was well again.
2016-07-17 14:02:46 -07:00
Somasundaram Ayyappan
b5880e607f Doc fixes (#102)
* replace block api refs with inline

* fix inline link refs in static method sections

* link fixes in few more files
2016-07-17 14:00:31 -07:00
Ian Storm Taylor
70111becef add faq to readme 2016-07-17 13:40:22 -07:00
Ian Storm Taylor
348c3dec20 add faq to concepts list 2016-07-17 13:39:43 -07:00
Ian Storm Taylor
2322328e2e add faq 2016-07-17 13:39:30 -07:00
Ian Storm Taylor
c0c1133236 fix rich-text example lists 2016-07-15 16:08:13 -07:00
Julian Krispel-Samsel
9c020d9a04 Typos (#95) 2016-07-15 16:02:03 -07:00
Ian Storm Taylor
5aee46f8df add icon image, add gh-pages cname 2016-07-15 13:22:38 -07:00
Ian Storm Taylor
fd05b014d8 0.1.13 v0.1.13 2016-07-15 12:51:22 -07:00
Ian Storm Taylor
d995b1ab35 fix a few void block transform and rendering bugs 2016-07-15 12:49:29 -07:00
Ian Storm Taylor
a48235401c emphasize contributing in readme! 2016-07-15 10:12:58 -07:00
Ian Storm Taylor
50062f7a9f update examples html title 2016-07-15 10:07:12 -07:00
Ian Storm Taylor
09c98128b9 update travis ci config 2016-07-15 10:01:38 -07:00
Ian Storm Taylor
1f81bae006 simplify tag line 2016-07-15 09:53:28 -07:00
Ian Storm Taylor
e98240d32c update demo site url 2016-07-15 09:52:02 -07:00
Ian Storm Taylor
3425b6f2e8 Merge branch 'master' of github.com:ianstormtaylor/slate 2016-07-15 09:40:59 -07:00
Ian Storm Taylor
8875c31b3f add gh-pages make command, added live demo 2016-07-15 09:40:50 -07:00
Andrew Murray
a42996f53d Fixed typos (#90) 2016-07-15 08:35:18 -07:00
Ian Storm Taylor
f1a6066ec5 add html serializer tests 2016-07-14 18:40:16 -07:00
Ian Storm Taylor
6e6fc116a2 add plain text serializer tests 2016-07-14 17:40:20 -07:00
Ian Storm Taylor
6a8c349050 change downloads badge to link to npm 2016-07-14 16:41:46 -07:00
Ian Storm Taylor
ea4c91d76d add preview image to examples readme 2016-07-14 16:35:48 -07:00
Ian Storm Taylor
4e2c908f54 add preview image 2016-07-14 16:35:01 -07:00
Ian Storm Taylor
d8783d618a add more example readmes 2016-07-14 16:31:55 -07:00
Ian Storm Taylor
440496a94b move images, add examples images, add to .npmignore 2016-07-14 16:23:36 -07:00
Ian Storm Taylor
4f06f322cd add raw serializer tests 2016-07-14 16:17:26 -07:00
Ian Storm Taylor
68e87ebfb8 add more rendering tests 2016-07-14 15:06:44 -07:00
Ian Storm Taylor
5bc15948f6 0.1.12 v0.1.12 2016-07-14 14:35:49 -07:00
Ian Storm Taylor
7e5642d848 add ability to turn off collapsed cursor marks, closes #88 2016-07-14 14:34:04 -07:00
Ian Storm Taylor
6fc55c9c0e remove unused dep 2016-07-14 14:23:24 -07:00
Ian Storm Taylor
06cd024c88 0.1.11 v0.1.11 2016-07-14 13:43:36 -07:00
Ian Storm Taylor
bf1ea4f975 fix delete forward/backward to be unicode aware, closes #87 2016-07-14 13:42:10 -07:00
Ian Storm Taylor
54fe325c80 0.1.10 v0.1.10 2016-07-14 13:21:58 -07:00
Ian Storm Taylor
d324165978 adds ability to delete in word or line increments, fixes #80 2016-07-14 13:20:27 -07:00
Ian Storm Taylor
21cde81ee7 typo 2016-07-14 09:27:41 -07:00
Ian Storm Taylor
1f76b337a0 0.1.9 v0.1.9 2016-07-14 09:24:46 -07:00
Ian Storm Taylor
87ea0887bf add support for collapsed cursor marks, fixes #82 2016-07-14 09:22:41 -07:00
Ian Storm Taylor
e12e2757a8 Merge branch 'master' of github.com:ianstormtaylor/slate 2016-07-14 08:51:25 -07:00
Ian Storm Taylor
2419dcc71d update examples and test contributing instructions 2016-07-14 08:39:39 -07:00
Nik Graf
1319640341 add link (#84) 2016-07-14 08:26:55 -07:00