-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Changelog for 0.1 release Pull Request resolved: #28 Reviewed By: zurfyx Differential Revision: D47233570 Pulled By: amyworrall fbshipit-source-id: ee6f5aea9e0a5f2a018181e8300b334f3a2c78f7
- Loading branch information
1 parent
352a128
commit f59f445
Showing
3 changed files
with
33 additions
and
4 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,23 @@ | ||
# Changelog | ||
|
||
This document lists changes made in each released version of Lexical. | ||
|
||
## 0.1 (Wed 5th July 2023) | ||
|
||
- Initial release | ||
- Features | ||
- Lexical API re-implemented in Swift | ||
- ``LexicalView``, a rich text editor for use within UIKit | ||
- An example Playground app, containing a sample implementation of a rich text toolbar | ||
- JSON serialization | ||
- HTML export (work in progress) | ||
- Decorator node API allows embedding inline `UIView`s that move with the text | ||
- Embedded inline images | ||
- Bulleted and numbered lists | ||
- Theming support based on NSAttributedString attributes | ||
- Plugin interface, including commands, listeners, and custom drawing routines | ||
- A read-only Lexical renderer ``LexicalReadOnlyView`` (currently undocumented) | ||
- Initial read-only support for tables | ||
|
||
- A note on API stability | ||
- For versions before we hit `1.0`, any breaking changes of the API will be accompanied by an increase in the second version digit. For example, a `0.1.1` release will not contain breaking API changes (although it may contain API additions); whereas a `0.2` release may contain breaking changes. We will attempt to mention any such changes in the release notes. |
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
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