Proton v0.5.0 Release Notes
Release Date: 2020-09-05 // almost 3 years ago-
๐ This release marks halfway into the journey to version 1.0. Notable updates in this release are:
- ๐ SPM support
- ๐ Performance improvements
- ๐ Support for custom background with rounded corners and shadows.
- ๐ Support for Lists (using ListTextProcessor and ListCommand).
- ๐ Support for getting Editor height change updates via delegate.
๐ and some under the hood improvements and bug fixes.
Previous changes from v0.1.0
-
๐ This is the first ever release of Proton. A framework having features like:
- Auto growing text editor
- ๐ Support for custom commands to add/modify text/attributes in Editor.
- ๐ Support for custom text processors that can add/modify text/attributes in Editor as user types the text.
- ๐ Support for adding any
UIView
as an attachment in the Editor. - ๐ Supporting readonly version of Editor i.e. Renderer.
- ๐ Support for commands on Renderer.
- ๐ Supports iOS and macOS Catalyst apps.
๐ and much more. For a full list of available features, please refer documentation.