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

824 Commits

Author SHA1 Message Date
Ian Storm Taylor
5edbe3d9b7 remove old, undocumented node-level mutating methods 2016-09-13 12:38:02 -07:00
Ian Storm Taylor
3ef82a3fbc update docs for new node-level transforms 2016-09-13 11:49:59 -07:00
Ian Storm Taylor
7b55316c18 Fix insert fragment multiple nested (#309)
* Add fixture for insertFragmentAtRange with multiple blocks in nested blocks

* Small fix for the fixture's `expected` output

* Rebase on master (0.14.x)

Moved tests to new appropriate location

* Output now expects that fragment are merged to adjacent blocks

* fix insert fragment for multiple children
2016-09-13 11:39:22 -07:00
Ian Storm Taylor
bcd85ff1bb 0.14.3 v0.14.3 2016-09-13 11:12:54 -07:00
Ian Storm Taylor
fbe3980c17 fix delete-at-range across depths, closes #306 2016-09-13 11:10:05 -07:00
Ian Storm Taylor
800ffe31e3 0.14.2 v0.14.2 2016-09-10 19:30:49 -07:00
Ian Storm Taylor
b8992c100a fix <Node> shouldComponentUpdate for blurring 2016-09-10 19:27:07 -07:00
Ian Storm Taylor
f51ac69bdf 0.14.1 v0.14.1 2016-09-10 18:33:38 -07:00
Ian Storm Taylor
46d5d9ab3a fix re-render logic for leaf nodes on blur/focus 2016-09-10 18:30:57 -07:00
Ian Storm Taylor
cc11861627 fix embed example to not clobber edits, closes #301 2016-09-10 17:59:01 -07:00
Ian Storm Taylor
4e610708d1 update history 2016-09-10 17:54:26 -07:00
Ian Storm Taylor
bb93142c15 0.14.0 v0.14.0 2016-09-10 17:40:24 -07:00
Ian Storm Taylor
8fc3631328 remove debugger 2016-09-10 17:37:26 -07:00
Ian Storm Taylor
caa0dcb71c update source readmes and history 2016-09-10 17:33:18 -07:00
Ian Storm Taylor
fab78c17b7 Merge branch 'add-operations' 2016-09-10 17:25:29 -07:00
Ian Storm Taylor
cc4513578a add release:next npm script 2016-09-10 17:25:20 -07:00
Ian Storm Taylor
628165eb3f merge master changes 2016-09-10 17:24:07 -07:00
Ian Storm Taylor
521f0d9f1d fix selection setting for history 2016-09-10 17:12:45 -07:00
Ian Storm Taylor
2700fb5fda 0.13.9 v0.13.9 2016-09-05 16:10:02 -07:00
eden lane
d16e08214e Fix bug with non-immediate updating of readOnly state (#292)
* Fix bug with non-immediate updating of readOnly state

* Added comment for readOnly checking
2016-09-05 16:07:05 -07:00
Ian Storm Taylor
91cc23bbdb 0.13.8 v0.13.8 2016-09-04 21:21:48 -07:00
Andrew Cobby
d6901aa416 Add failing test showing splitBlock with isVoid bug (#276)
* Add failing test showing splitBlock with isVoid bug

Not sure what I actually expected calling `splitBlock()` on void block, but I
would expect `splitBlock()` to respect a given block type's isVoid property.
This failing test demonstrates that `splitBlock()` always creates a the new
block with `isVoid: false`.

* Fix isVoid not being copied when using splitBlock()

The bug was actually inside `splitBlockAtRange`, as that's what actual drives
`splitBlock()` (I assume the bug was therefore present in both methods). The
fix is to simply copy across the `isVoid` value from the block being copied.
2016-09-04 21:19:00 -07:00
Matthew Kosloski
3c46d0544c fixed a few typos (#293) 2016-09-04 17:31:06 -07:00
Matthew Kosloski
523b8a7e6f fixed a typo where the method for focus was blur() (#294) 2016-09-04 17:30:41 -07:00
Ian Storm Taylor
66ffc732bd 0.13.7 v0.13.7 2016-09-03 17:55:06 -07:00
Ian Storm Taylor
da274c818f fix tests to ignore .DS_Store 2016-09-03 17:52:00 -07:00
Jonas Keinholz
b227c0444d Fix broken link (#285) 2016-09-03 17:34:21 -07:00
Matt Reyer
2b0194523f Update package.json (#290)
Update `cheerio` dependency. Fixes webpack builds.
2016-09-03 17:32:28 -07:00
Nick Passarella
43d5735cc9 Fixes a small error in a code example in HTML walkthrough. (#280) 2016-08-31 19:35:34 -07:00
npmcdn-to-unpkg-bot
0893418bca Replace npmcdn.com with unpkg.com (#284) 2016-08-31 19:35:22 -07:00
Andrew Cobby
98d663be5d Fix broken link to Block in docs (#278) 2016-08-31 19:35:18 -07:00
Ian Storm Taylor
52c6bb9596 fix to normalize selection 2016-08-30 16:01:31 -07:00
Ian Storm Taylor
983d4d3b27 update paths in selection operations 2016-08-30 15:58:48 -07:00
Ian Storm Taylor
68e8be229d fix selection transform tests 2016-08-30 15:35:07 -07:00
Ian Storm Taylor
9d2a3b9ecb rename history transforms to on-history 2016-08-30 15:33:11 -07:00
Ian Storm Taylor
a6b248fbe9 refactor history into transforms 2016-08-30 15:32:08 -07:00
Ian Storm Taylor
c35630d6ba lots of work on refactoring for history 2016-08-30 14:36:31 -07:00
Ian Storm Taylor
7e333a067c fix logic to determine isNative inside inline nodes 2016-08-29 18:45:19 -07:00
Ian Storm Taylor
5b1793b116 fix selection marks 2016-08-29 18:30:06 -07:00
Ian Storm Taylor
b0cf3d795f add more selection tests 2016-08-29 17:27:31 -07:00
Ian Storm Taylor
16617061ee refactor transform tests, add selection transform tests 2016-08-29 15:01:55 -07:00
Ian Storm Taylor
b9e083d55f refactor operations 2016-08-29 14:34:54 -07:00
Ian Storm Taylor
133e504a8c update readme 2016-08-29 09:14:41 -07:00
Ian Storm Taylor
a739b01e4e add mobiledoc kit comparison to readme 2016-08-29 09:12:25 -07:00
Ian Storm Taylor
a4ec0f2b93 update readmegs 2016-08-25 23:41:51 -04:00
Ian Storm Taylor
49cbb920b4 update readme with new docs links 2016-08-25 23:40:24 -04:00
Ian Storm Taylor
b4bae8ad8e update gitbook sidebar 2016-08-25 23:07:35 -04:00
Ian Storm Taylor
964f1a31cd update docs 2016-08-25 23:06:57 -04:00
Ian Storm Taylor
a7b60e4f67 update gitbook sidebar 2016-08-25 23:01:56 -04:00
Ian Storm Taylor
9d293f5ede update docs 2016-08-25 22:59:36 -04:00