Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit ad776a9

Browse files
committed
chore(release): 0.11.0-alpha.0
1 parent 748cb67 commit ad776a9

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [0.11.0-alpha.0](https://github.com/typeskill/typeskill/compare/v0.10.0-beta.19...v0.11.0-alpha.0) (2019-10-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* removed `disableMultipleAttributeEdits` Typer prop.
11+
Since this behavior has been proven default on iOS, Typeskill will try
12+
to enforce the same one on Android by default. To make the API more
13+
explicit, it has been found best to rename the prop to narrow the scope
14+
to Android.
15+
16+
### Bug Fixes
17+
18+
* add missing hook dependency ([fa84b1c](https://github.com/typeskill/typeskill/commit/fa84b1c))
19+
* overriding selection iOS doesn't work ([8f38a0b](https://github.com/typeskill/typeskill/commit/8f38a0b))
20+
21+
22+
### Features
23+
24+
* add `androidDisableMultipleAttributeEdits` Typer prop ([348eecb](https://github.com/typeskill/typeskill/commit/348eecb))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typeskill/typer",
3-
"version": "0.10.0-beta.19",
3+
"version": "0.11.0-alpha.0",
44
"repository": "git@github.com:typeskill/typeskill.git",
55
"description": "Operational-Transform Based (React) Native Rich Text Editor",
66
"author": "Jules Randolph <jules.sam.randolph@gmail.com>",

0 commit comments

Comments
 (0)