All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
1877 days ago
Changelog History
Changelog History
-
v5.0.0
February 04, 2018 -
v4.0.0 Changes
June 17, 2017🚀 This is the official Swift 3 release, right in time for Swift 4!
🚀 While theswift-3
branch, and themaster
branch have been on Swift 3 for a while, it seemed like a good time to release this.There are a number of API changes that were made to make the API more Swifty (hopefully).
-
v3.2.0
March 15, 2016 -
v3.1.0
December 27, 2015 -
v3.0.0
December 08, 2015 -
v2.0.1 Changes
October 05, 2015⚡️ Very small update, with some very nice changes.
Getters are now publicly available for the following properties on RichEditorView:
- webView
- placeholder
- editorHeight
- contentHTML
-
v2.0.0 Changes
September 17, 2015⚡️ Since Swift 2.0 is a breaking update to Swift 1.2, this is a breaking update from 1.2.0.
🍱 Interesting how the versions matched up 😏Most of the breaking changes are due to the language itself, but here are some changes that actually happened to the API:
- Input Accessory View - Now you can set your own UIView to be the
inputAccessoryView
-- easier toolbar management. - 👍 Better Obj-C Support - While not complete (need more work with RichToolbarOption), Objetive-C support has been improved
- 👍 Better Delegate Methods - OK just one
richEditorShouldInteractWithURL:
has been renamedrichEditor:shouldInteractWithURL
so you get a reference to the editor, to make it consistent with the other methods.
- Input Accessory View - Now you can set your own UIView to be the
-
v1.2.0
May 30, 2015 -
v1.1.0
April 13, 2015 -
v1.0.0
April 09, 2015