This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## [0.11.0-alpha.0](https://github.com/typeskill/typeskill/compare/v0.10.0-beta.19...v0.11.0-alpha.0) (2019-10-04) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* removed `disableMultipleAttributeEdits` Typer prop. | ||
Since this behavior has been proven default on iOS, Typeskill will try | ||
to enforce the same one on Android by default. To make the API more | ||
explicit, it has been found best to rename the prop to narrow the scope | ||
to Android. | ||
|
||
### Bug Fixes | ||
|
||
* add missing hook dependency ([fa84b1c](https://github.com/typeskill/typeskill/commit/fa84b1c)) | ||
* overriding selection iOS doesn't work ([8f38a0b](https://github.com/typeskill/typeskill/commit/8f38a0b)) | ||
|
||
|
||
### Features | ||
|
||
* add `androidDisableMultipleAttributeEdits` Typer prop ([348eecb](https://github.com/typeskill/typeskill/commit/348eecb)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@typeskill/typer", | ||
"version": "0.10.0-beta.19", | ||
"version": "0.11.0-alpha.0", | ||
"repository": "[email protected]:typeskill/typeskill.git", | ||
"description": "Operational-Transform Based (React) Native Rich Text Editor", | ||
"author": "Jules Randolph <[email protected]>", | ||
|