Skip to content

Commit

Permalink
Temporarily revert Android commits in order to create a release of Sl…
Browse files Browse the repository at this point in the history
…ate focused solely on Android (ianstormtaylor#4256)

* Revert "Add DefaultEditable and AndroidEditable to exports (ianstormtaylor#4255)"

This reverts commit 5298e51.

* Revert "Feature/android keyboard support (ianstormtaylor#4200)"

This reverts commit e03ce7c.
  • Loading branch information
clauderic authored May 13, 2021
1 parent 5298e51 commit 4f50211
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 1,198 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-laws-remember.md

This file was deleted.

11 changes: 10 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@
}
],
"use-isnan": "error",
"valid-jsdoc": [
"error",
{
"prefer": {
"return": "returns"
},
"requireReturn": false
}
],
"valid-typeof": "error",
"yield-star-spacing": [
"error",
Expand All @@ -170,4 +179,4 @@
}
}
]
}
}
20 changes: 0 additions & 20 deletions packages/slate-react/src/components/android/ErrorBoundary.tsx

This file was deleted.

Loading

0 comments on commit 4f50211

Please sign in to comment.