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

185 Commits

Author SHA1 Message Date
Ian Storm Taylor
74f9768f9b 0.12.2 2016-08-09 16:19:41 -07:00
Ian Storm Taylor
0fbf840649 0.12.1 2016-08-09 12:49:39 -07:00
Ian Storm Taylor
1f091b5a8e 0.12.0 2016-08-09 12:27:44 -07:00
Ian Storm Taylor
454bc8020b add full support for file data transfers 2016-08-09 12:25:08 -07:00
Ian Storm Taylor
c485dfc5c8 0.11.5 2016-08-09 09:40:36 -07:00
Suwijak Chaipipat
a10f0a7935 Fix examples watch command (#233) 2016-08-08 12:10:12 -07:00
Ian Storm Taylor
f6b7ed18eb 0.11.4 2016-08-07 17:47:17 -07:00
Ian Storm Taylor
236ac3ad55 fix standalone slate.js 2016-08-07 17:44:53 -07:00
Ian Storm Taylor
4fcf46fa02 0.11.3 2016-08-07 17:35:12 -07:00
Ian Storm Taylor
030beab8cd fix bundled file, add bundled installation guide 2016-08-07 17:25:43 -07:00
Ian Storm Taylor
ba14708792 add fbjs as a dev dependency, clsoes #231 2016-08-07 13:14:43 -07:00
Ian Storm Taylor
bd10da5066 0.11.2 2016-08-05 12:43:50 -07:00
Ian Storm Taylor
55ab4aafd5 update iframe rendering logic, refactor iframes example 2016-08-05 12:40:54 -07:00
Ian Storm Taylor
30453d6821 Merge branch 'add/render-to-iframe' of https://github.com/vleletko/slate into add-iframe 2016-08-05 10:46:40 -07:00
Ian Storm Taylor
079694e236 0.11.1 2016-08-05 10:40:20 -07:00
Ian Storm Taylor
045fe02d5e 0.11.0 2016-08-04 14:16:01 -07:00
Ian Storm Taylor
18acc638fd 0.10.12 2016-08-04 13:22:00 -07:00
Ian Storm Taylor
2d63957246 0.10.11 2016-08-04 13:00:11 -07:00
Ian Storm Taylor
e6bac8180a update the scroll position on content changes 2016-08-04 12:57:52 -07:00
Ian Storm Taylor
3823c44fcd 0.10.10 2016-08-04 11:24:13 -07:00
Vladimir
95eb2c0bdf Example how to render slate to IFrame 2016-08-03 03:31:26 +03:00
Ian Storm Taylor
5825db3caa 0.10.9 2016-08-02 10:37:31 -07:00
Ian Storm Taylor
7128085e9e 0.10.8 2016-08-01 19:27:11 -07:00
Ian Storm Taylor
2ab07f4e26 0.10.7 2016-08-01 18:55:28 -07:00
Ian Storm Taylor
1780bb0c75 0.10.6 2016-08-01 18:12:04 -07:00
Ian Storm Taylor
13e7b96dc8 0.10.5 2016-08-01 15:22:08 -07:00
Ian Storm Taylor
5e34e2f46d 0.10.4 2016-08-01 13:50:32 -07:00
Ian Storm Taylor
560b28ce32 add debug points, remove unused deps, fix composition 2016-08-01 13:45:46 -07:00
Ian Storm Taylor
53de6bb404 0.10.3 2016-08-01 12:47:35 -07:00
Ian Storm Taylor
145b039616 0.10.2 2016-08-01 12:33:04 -07:00
Ian Storm Taylor
cf8eebec4f 0.10.1 2016-07-29 12:57:21 -07:00
Ian Storm Taylor
9c420b227d update lint script 2016-07-29 12:52:19 -07:00
Ian Storm Taylor
99d1c283f0 add prod and dev examples 2016-07-29 12:44:35 -07:00
Ian Storm Taylor
6775657ab5 0.10.0 2016-07-29 12:11:02 -07:00
Samy Pessé
845e284ee4 Add RTL support (#204)
* Add property textAlignment for the whole editor

* textAlignment should be set on Content

* Add basic for directionMap in State

* Add RTL to example

* Use setDocument for updating direction map when inserting blocks

* Remove debug log

* Only add 'dir' to node when is not default value

* Prevent tests from failing because of .DS_Store on OSX

* Add tests for rtl rendering

* Fix rendering tests

* Fix test for rendering "text-direction"

* Remove textAlignment prop on editor

* Don't use a directionMap but directly a "textDir" on nodes

* Remove .setDocument from State
2016-07-29 11:25:07 -07:00
Ian Storm Taylor
788627d2db update bundling 2016-07-29 10:46:31 -07:00
Ian Storm Taylor
25d78aa391 run dist and lint when test is run 2016-07-29 09:17:38 -07:00
Ian Storm Taylor
5355aeaf95 0.9.2 2016-07-29 08:58:10 -07:00
Ian Storm Taylor
79e5e115ca 0.9.1 2016-07-28 17:20:29 -07:00
Ian Storm Taylor
52c29d8143 update slate plugins in dev deps 2016-07-28 16:47:50 -07:00
Ian Storm Taylor
5d60950b9f 0.9.0 2016-07-28 16:40:26 -07:00
Ian Storm Taylor
c74b527d33 0.8.3 2016-07-28 16:06:31 -07:00
Ian Storm Taylor
74cd4a9ae9 0.8.2 2016-07-28 15:45:09 -07:00
Ian Storm Taylor
c8d941b450 0.8.1 2016-07-28 12:34:40 -07:00
Ian Storm Taylor
45433198b6 refactor normalization of arguments with better error handling 2016-07-28 11:42:52 -07:00
Ian Storm Taylor
d42c463353 0.8.0 2016-07-27 22:47:26 -07:00
Ian Storm Taylor
d20b8511bb refactor onKeyDown to use data object 2016-07-27 16:22:11 -07:00
Ian Storm Taylor
42cbcb7e8d change void nodes to have a single space, prevent text-less inlines 2016-07-27 16:21:55 -07:00
Ian Storm Taylor
807d9f93e4 0.7.8 2016-07-27 11:40:22 -07:00
Ian Storm Taylor
5313b3be2e 0.7.7 2016-07-26 17:03:32 -07:00