This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
Releases: typeskill/typer
Releases · typeskill/typer
v1.0.0
After 6 months of early releases, finally: the first stable!
Design
- Extensively modular architecture: Typeskill handles the logic, you chose the layout;
- No bloated/clumsy
WebView
; this library only relies on (React) Native components; - Fully controlled components;
- Based on the reliable Delta operational transform library from quilljs.
Features
- Support for arbitrary embedded contents;
- Support for arbitrary controllers with the
Bridge
class; - JSON-serializable rich content.
v0.11.0-alpha.0
⚠ 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
Features
- add
androidDisableMultipleAttributeEdits
Typer prop (348eecb)
v0.10.0-beta.19
feat: add schemaVersion
to Document interface
The Document interface is now frozen and guaranteed to not change outside of major releases.