All Versions
2
Latest Version
Avg Release Cycle
148 days
Latest Release
1301 days ago

Changelog History

  • v0.5.0 Changes

    September 05, 2020

    ๐Ÿš€ 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.

  • v0.1.0 Changes

    April 10, 2020

    ๐Ÿš€ 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.