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

Latest commit

 

History

History
36 lines (20 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-02-19)

Bug Fixes

  • package: update ramda to version 0.27.0 (b80ef9a)
  • unexhaustive hook dependency (c1ae14d)

Features

  • add useDocument and useBridge hooks (0e96b53)

0.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)
  • overriding selection iOS doesn't work (8f38a0b)

Features

  • add androidDisableMultipleAttributeEdits Typer prop (348eecb)