1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00

2551 Commits

Author SHA1 Message Date
Eric Edem
2a99679753 debt(codecov): disable code coverage in builds (#2183)
Right now code coverage results in a lot of false positives for failing builds. This makes it really difficult to tell at a glance whether PRs are passing / failing something more important like linting or tests.

Disabling for now until we can find a better approach.
2018-09-18 12:10:41 -07:00
Ian Storm Taylor
018ada8b88 fix selection.marks preservation from #2181 2018-09-18 10:08:33 -07:00
Nicolas Gaborit
4749cfc8b1 Actually fix marks being cleared on selection events (#2181)
* Fix marks being cleared on selection events

* Fix mistake
2018-09-18 09:49:18 -07:00
Bjørge Næss
3e7116dce1 Gracefully handle permission denied error when checking for element.nodeType (#2178) 2018-09-17 18:38:49 -07:00
Nicolas Gaborit
ea950ac1af Fix marks being cleared on selection events (#2158) 2018-09-17 18:33:01 -07:00
Per-Kristian Nordnes
f75a274c0e Fix deprecated .move > .moveForward in the after plugin (#2179) 2018-09-17 18:28:22 -07:00
Eric Edem
462244600d fix(example/links): a few fixes for the links example (#2175)
* Correctly use the selection
* check whether the user cancelled the prompt
* use `moveFocusBackward`
2018-09-17 18:27:37 -07:00
Damien Erambert
222f746e85 Avoid crash in updateSelection() in content when window.getSelection() returns null (#2163) 2018-09-17 18:27:10 -07:00
Florian
dbf35f2565 Add info on how to use schema (#2156) 2018-09-17 18:26:18 -07:00
Alan Christopher Thomas
fa51558ede Remove stale docs for shouldNodeComponentUpdate (#2160) 2018-09-17 18:24:06 -07:00
Eric Edem
ebea68d0ac fix(change.md): correct setOperationFlag() signature (#2161) 2018-09-15 17:30:25 -07:00
Per-Kristian Nordnes
6340469266
Fix deprecated moveToStartOf and moveToEndOf (#2155)
In slate-react module (get-event-range)
2018-09-08 01:34:12 +02:00
Charley DAVID
405cef0225 Add support for validating functions inside schema's rules (#2151)
* Add specs, defaults, and documentation to next/previous rule properties

* Add comparator function support for kind/object, type, data, and mark
2018-09-04 13:14:20 -07:00
Ian Storm Taylor
6369d0523a Publish
- slate-react@0.18.5
slate-react@0.18.5
2018-09-04 12:00:41 -07:00
Eric Edem
3db717761e fix(content): attach the right onNativeSelectionChange. (#2150)
This undoes a recent change https://github.com/ianstormtaylor/slate/pull/2131

Which hooked up `this.handlers.onNativeSelectionChange` to `'selectionchange'` as well as `this.handlers.onBeforeInput` to `'beforeinput'`.

It turns out that in order to fix the iOS issues, we only needed the change to `onBeforeInput`. The corect handler for `'selectionchange'` is the instance method `this.onNativeSelectionChange`. This broke a whole bunch of focus related issues.
2018-09-04 10:36:48 -07:00
Eric Edem
a8cd10ba63 fix(markdown-shortcuts): moveFocusToStartOf -> moveFocusToStartOfNode (#2146)
This got a bit mangled during find and replace in 08f270dc1b
2018-09-04 09:53:46 -07:00
Ian Storm Taylor
54611b7dd7 Publish
- slate-react@0.18.4
slate-react@0.18.4
2018-08-29 14:03:31 -07:00
Eric Edem
9d0546fad3 fix(content): use handlers that actually exist in event listeners (#2131)
* fix(content): use handlers that actually exist in event listeners

In a recent change, handlers now only exist in `Content#handlers`, but there were still a couple of places where they were being dereferenced directly from the instance. This was causing some side effects in iOS.

Fixes #2125
Fixes #2129

* fix(content): also fix removeEventListeners
2018-08-29 12:32:48 -07:00
Arda Beyazoğlu
ec42b18108 Change source code url to be up-to-date (#2127)
Previous ".src" path no longer exists and throws 404.
2018-08-26 10:24:43 -07:00
Ian Storm Taylor
ba9b79112e Publish
- slate-base64-serializer@0.2.63
 - slate-html-serializer@0.7.2
 - slate-hyperscript@0.10.2
 - slate-plain-serializer@0.6.2
 - slate-prop-types@0.4.61
 - slate-react@0.18.3
 - slate-simulator@0.4.61
 - slate@0.40.2
slate@0.40.2 slate-simulator@0.4.61 slate-react@0.18.3 slate-prop-types@0.4.61 slate-plain-serializer@0.6.2 slate-hyperscript@0.10.2 slate-html-serializer@0.7.2 slate-base64-serializer@0.2.63
2018-08-24 09:01:31 -07:00
Irwan Fario Subastian
dfc41d1697 Fix incorrect history stack (#2122)
* update yarn.lock

* fix typo that cause select operation clearing redo
2018-08-24 08:30:37 -07:00
Ian Storm Taylor
7c22e93f97 Merge branch 'master' of github.com:ianstormtaylor/slate 2018-08-23 13:55:47 -07:00
Ian Storm Taylor
584ffec626 Publish
- slate-base64-serializer@0.2.62
 - slate-html-serializer@0.7.1
 - slate-hyperscript@0.10.1
 - slate-plain-serializer@0.6.1
 - slate-prop-types@0.4.60
 - slate-react@0.18.2
 - slate-simulator@0.4.60
 - slate@0.40.1
slate@0.40.1 slate-simulator@0.4.60 slate-react@0.18.2 slate-prop-types@0.4.60 slate-plain-serializer@0.6.1 slate-hyperscript@0.10.1 slate-html-serializer@0.7.1 slate-base64-serializer@0.2.62
2018-08-23 13:54:58 -07:00
Ian Storm Taylor
8409e490c9 tweak maximum schema iterations logic, addresses #2118 2018-08-23 13:53:29 -07:00
Fiyaz Bin Hasan
c87900b29e small typo and broken link for range doc fixed (#2120) 2018-08-23 13:43:24 -07:00
Ian Storm Taylor
8358d3777f Publish
- slate-react@0.18.1
slate-react@0.18.1
2018-08-23 11:34:31 -07:00
Ian Storm Taylor
5d0f53da3f fix assertPathByKey, fixes #2119 2018-08-23 11:32:30 -07:00
Ian Storm Taylor
729727d91e Publish
- slate-base64-serializer@0.2.61
 - slate-dev-warning@0.0.1
 - slate-html-serializer@0.7.0
 - slate-hyperscript@0.10.0
 - slate-plain-serializer@0.6.0
 - slate-prop-types@0.4.59
 - slate-react@0.18.0
 - slate-simulator@0.4.59
 - slate@0.40.0
slate@0.40.0 slate-simulator@0.4.59 slate-react@0.18.0 slate-prop-types@0.4.59 slate-plain-serializer@0.6.0 slate-hyperscript@0.10.0 slate-html-serializer@0.7.0 slate-dev-warning@0.0.1 slate-base64-serializer@0.2.61
2018-08-22 18:31:50 -07:00
Ian Storm Taylor
36ed4397d8
Remove deprecations (#2113)
#### Is this adding or improving a _feature_ or fixing a _bug_?

Debt.

#### What's the new behavior?

This removes almost all existing deprecations from previous API changes, to save on filesize and reduce complexity in the codebase going forward.

It also changes from using the `slate-dev-logger` to using the Facebook-inspired `slate-dev-warning` which can be compiled out of production builds with [`babel-plugin-dev-expression`](https://github.com/4Catalyzer/babel-plugin-dev-expression) to save even further on file size.

The only deprecations it keeps are in the `fromJSON` methods for data model changes like `.kind` and `.leaves` which may still may not have been migrated in databases, since this is a bigger pain point.

#### Have you checked that...?

* [x] The new code matches the existing patterns and styles.
* [x] The tests pass with `yarn test`.
* [x] The linter passes with `yarn lint`. (Fix errors with `yarn prettier`.)
* [x] The relevant examples still work. (Run examples with `yarn watch`.)

#### Does this fix any issues or need any specific reviewers?

Fixes: #1922 
Fixes: #2105
Fixes: #646 
Fixes: #2109
Fixes: #2107 
Fixes: #2018
2018-08-22 18:22:40 -07:00
Ian Storm Taylor
3d48f7a3e0 Publish
- slate-base64-serializer@0.2.60
 - slate-html-serializer@0.6.32
 - slate-hyperscript@0.9.3
 - slate-plain-serializer@0.5.41
 - slate-prop-types@0.4.58
 - slate-react@0.17.3
 - slate-schema-violations@0.1.39
 - slate-simulator@0.4.58
 - slate@0.39.3
slate@0.39.3 slate-simulator@0.4.58 slate-schema-violations@0.1.39 slate-react@0.17.3 slate-prop-types@0.4.58 slate-plain-serializer@0.5.41 slate-hyperscript@0.9.3 slate-html-serializer@0.6.32 slate-base64-serializer@0.2.60
2018-08-22 15:43:19 -07:00
Ian Storm Taylor
4dcbe1918a add deprecations 2018-08-22 15:41:04 -07:00
Ian Storm Taylor
ec678540cf Publish
- slate-base64-serializer@0.2.59
 - slate-html-serializer@0.6.31
 - slate-hyperscript@0.9.2
 - slate-plain-serializer@0.5.40
 - slate-prop-types@0.4.57
 - slate-react@0.17.2
 - slate-schema-violations@0.1.38
 - slate-simulator@0.4.57
 - slate@0.39.2
slate@0.39.2 slate-simulator@0.4.57 slate-schema-violations@0.1.38 slate-react@0.17.2 slate-prop-types@0.4.57 slate-plain-serializer@0.5.40 slate-hyperscript@0.9.2 slate-html-serializer@0.6.31 slate-base64-serializer@0.2.59
2018-08-22 14:34:06 -07:00
Ian Storm Taylor
510b47f8d6 deprecate plugin.data 2018-08-22 14:29:20 -07:00
Ian Storm Taylor
a07f526192 Publish
- slate-base64-serializer@0.2.58
 - slate-html-serializer@0.6.30
 - slate-hyperscript@0.9.1
 - slate-plain-serializer@0.5.39
 - slate-prop-types@0.4.56
 - slate-react@0.17.1
 - slate-schema-violations@0.1.37
 - slate-simulator@0.4.56
 - slate@0.39.1
slate@0.39.1 slate-simulator@0.4.56 slate-schema-violations@0.1.37 slate-react@0.17.1 slate-prop-types@0.4.56 slate-plain-serializer@0.5.39 slate-hyperscript@0.9.1 slate-html-serializer@0.6.30 slate-base64-serializer@0.2.58
2018-08-22 14:14:48 -07:00
Ian Storm Taylor
f2adf13850 fix renderPortal deprecation 2018-08-22 14:13:16 -07:00
Ian Storm Taylor
b8ed582ba4 deprecate renderPortal 2018-08-22 14:11:20 -07:00
Ian Storm Taylor
357239dbec Publish
- slate-base64-serializer@0.2.57
 - slate-html-serializer@0.6.29
 - slate-hyperscript@0.9.0
 - slate-plain-serializer@0.5.38
 - slate-prop-types@0.4.55
 - slate-react@0.17.0
 - slate-schema-violations@0.1.36
 - slate-simulator@0.4.55
 - slate@0.39.0
slate@0.39.0 slate-simulator@0.4.55 slate-schema-violations@0.1.36 slate-react@0.17.0 slate-prop-types@0.4.55 slate-plain-serializer@0.5.38 slate-hyperscript@0.9.0 slate-html-serializer@0.6.29 slate-base64-serializer@0.2.57
2018-08-22 12:27:46 -07:00
Ian Storm Taylor
ecf48926cc
add Decoration and Selection models (#2112)
#### Is this adding or improving a _feature_ or fixing a _bug_?

Improvement.

#### What's the new behavior?

This introduces two new models: `Decoration` and `Selection`, which both implement the simpler `Range` interface. This way we can introduce properties to these concepts without having to have them live on all ranges, and we can start to introduce more helpful methods specific to each one's needs.

It also means we don't need to move `isFocused` to value, which saves some complexity on the operations side, retaining `set_selection` as the only way selections are modified.

In the process, it also cleans up a lot of the existing model logic for implementing the `Node` interface, and introduces another `Common` interface for shared properties of all Slate models.

#### How does this change work?

It introduces a new `interfaces/` directory where common sets of properties can be declared, and mixed in to the models with the new (simple) `mixin` utility.

#### Have you checked that...?

* [x] The new code matches the existing patterns and styles.
* [x] The tests pass with `yarn test`.
* [x] The linter passes with `yarn lint`. (Fix errors with `yarn prettier`.)
* [x] The relevant examples still work. (Run examples with `yarn watch`.)

#### Does this fix any issues or need any specific reviewers?

Fixes: #1952 
Fixes: #1807 
Fixes: https://github.com/ianstormtaylor/slate/issues/2110
2018-08-22 12:25:22 -07:00
Ian Storm Taylor
1f317cd9b4 Publish
- slate-base64-serializer@0.2.56
 - slate-html-serializer@0.6.28
 - slate-hyperscript@0.8.5
 - slate-plain-serializer@0.5.37
 - slate-prop-types@0.4.54
 - slate-react@0.16.2
 - slate-schema-violations@0.1.35
 - slate-simulator@0.4.54
 - slate@0.38.2
slate@0.38.2 slate-simulator@0.4.54 slate-schema-violations@0.1.35 slate-react@0.16.2 slate-prop-types@0.4.54 slate-plain-serializer@0.5.37 slate-hyperscript@0.8.5 slate-html-serializer@0.6.28 slate-base64-serializer@0.2.56
2018-08-22 12:22:03 -07:00
Bryan Haakman
b379a19ac3 use fragment instead of node transfer type on drag (#2090)
* use fragment instead of node transfer type on drag

* remove the range.isCollapsed check in Changes.deleteAtRange so that it will also remove the selection when only a void node is selected

* fix selection before starting the drag

* fix linting errors

* review fixes

* align with new way of handling void nodes via schema
2018-08-22 12:15:55 -07:00
Ian Storm Taylor
e9c3c39d69 update changelog 2018-08-21 20:40:25 -07:00
Ian Storm Taylor
c7521225cf Publish
- slate-base64-serializer@0.2.55
 - slate-html-serializer@0.6.27
 - slate-hyperscript@0.8.4
 - slate-plain-serializer@0.5.36
 - slate-prop-types@0.4.53
 - slate-react@0.16.1
 - slate-schema-violations@0.1.34
 - slate-simulator@0.4.53
 - slate@0.38.1
slate@0.38.1 slate-simulator@0.4.53 slate-schema-violations@0.1.34 slate-react@0.16.1 slate-prop-types@0.4.53 slate-plain-serializer@0.5.36 slate-hyperscript@0.8.4 slate-html-serializer@0.6.27 slate-base64-serializer@0.2.55
2018-08-21 20:38:40 -07:00
Ian Storm Taylor
7e8ee5b0e8 add value deprecations 2018-08-21 20:37:08 -07:00
Ian Storm Taylor
46898fe7f7 Publish
- slate-base64-serializer@0.2.54
 - slate-html-serializer@0.6.26
 - slate-hyperscript@0.8.3
 - slate-plain-serializer@0.5.35
 - slate-prop-types@0.4.52
 - slate-react@0.16.0
 - slate-schema-violations@0.1.33
 - slate-simulator@0.4.52
 - slate@0.38.0
slate@0.38.0 slate-simulator@0.4.52 slate-schema-violations@0.1.33 slate-react@0.16.0 slate-prop-types@0.4.52 slate-plain-serializer@0.5.35 slate-hyperscript@0.8.3 slate-html-serializer@0.6.26 slate-base64-serializer@0.2.54
2018-08-21 15:59:17 -07:00
Ian Storm Taylor
0f9749e462 update changelog 2018-08-21 15:57:31 -07:00
Ian Storm Taylor
00d5785226
deprecate isVoid and related properties/methods (#2102)
#### Is this adding or improving a _feature_ or fixing a _bug_?

Improvement.

#### What's the new behavior?

This deprecates the `node.isVoid` property in favor of using `schema.isVoid(node)`, which will allow us to remove the hardcoded "void" concept from the data model, and have it depend on the schema instead. 

This allows you to build different kinds of editors, with different void semantics, depending on your use case, without having this information hardcoded in the data itself. Even switching the `isVoid` semantics on the fly based on a user toggling a setting for example.

#### How does this change work?

This is the first step, which just deprecates `node.isVoid`, and provides the new alternative of `schema.isVoid(node)`, while still using the `isVoid` value of nodes under the covers.

The next step is to change the logic to search the schema for real, and completely remove the `isVoid` value from nodes.

#### Have you checked that...?

<!-- 
Please run through this checklist for your pull request: 
-->

* [x] The new code matches the existing patterns and styles.
* [x] The tests pass with `yarn test`.
* [x] The linter passes with `yarn lint`. (Fix errors with `yarn prettier`.)
* [x] The relevant examples still work. (Run examples with `yarn watch`.)
2018-08-21 15:52:44 -07:00
Bryan Haakman
3ac1b13ce3 fix images example schema (#2091) 2018-08-21 09:49:05 -07:00
Ian Storm Taylor
fa343c07f4 Publish
- slate-dev-environment@0.2.0
 - slate-hotkeys@0.2.3
 - slate-react@0.15.9
slate-react@0.15.9 slate-hotkeys@0.2.3 slate-dev-environment@0.2.0
2018-08-16 15:26:05 -07:00
Ian Storm Taylor
d94326512c remove old SUPPORTED_EVENTS logic 2018-08-16 15:24:19 -07:00
Ian Storm Taylor
0b74a37928 Publish
- slate-base64-serializer@0.2.53
 - slate-dev-environment@0.1.6
 - slate-hotkeys@0.2.2
 - slate-html-serializer@0.6.25
 - slate-hyperscript@0.8.2
 - slate-plain-serializer@0.5.34
 - slate-prop-types@0.4.51
 - slate-react@0.15.8
 - slate-schema-violations@0.1.32
 - slate-simulator@0.4.51
 - slate@0.37.7
slate@0.37.7 slate-simulator@0.4.51 slate-schema-violations@0.1.32 slate-react@0.15.8 slate-prop-types@0.4.51 slate-plain-serializer@0.5.34 slate-hyperscript@0.8.2 slate-html-serializer@0.6.25 slate-hotkeys@0.2.2 slate-dev-environment@0.1.6 slate-base64-serializer@0.2.53
2018-08-16 15:19:34 -07:00