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

Commit

Permalink
chore(release): 0.11.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Oct 4, 2019
1 parent 748cb67 commit ad776a9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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]>",
Expand Down

0 comments on commit ad776a9

Please sign in to comment.