Releases: tumblr/kanvas-ios
Releases · tumblr/kanvas-ios
1.3.0
A few compatibility changes needed for Tumblr integration.
- Hide UIColor extension
- New
KanvasMedia
initializer: init(type: MediaType, url: URL, info: MediaInfo, size: CGSize)
- Fix for loading indicator when dismissing post options
1.2.8
#115: Improve memory pressure while exporting GIFs
1.2.7
- #109 A crash fix when multitasking.
- #113 Improves loading state while exporting multiple media files + removes some assertions in OpenGL rendering.
1.2.6
- Adds a new
CameraSettings.aspectRatio
value #107
Example:
settings.aspectRatio = 9/16
Produces:
1.2.5
- Fixes rendering issues with OpenGL +
scaleToFill
contentMode
#106
- Fixes disappearing overlays on export #106
1.2.4
1.2.4 Release with bug fixes
- Fixes #96 #100: Media reordering bugs
- Tweak media clips scrolling logic to jump around less
- Fixes #98: Crash in UIFeedbackGenerator subclass
- Fix #70: Add setting to disable/enable font resizing
- Fixes #63: Send current selection to clips collection
- Fix a clips selection bug when moving items
- Pause video when editor is off-screen
1.2.3
Pull Request #93
- Appends all added segments to the end of existing segments.
- Adds the iPhone 12 Pro to the
belongsToIPhoneXGroup
to fix display issues on iPhone 12 Pro and Pro Max.
Before |
After |
|
|
1.2.2
muteButton
Camera Setting to enable a new control for muting videos during playback and export.
- Multiple Media types in
logMediaPickerPickedMedia
for selecting multiple types of media at once:
--- func logMediaPickerPickedMedia(ofType mediaType: KanvasMediaType)
+++ func logMediaPickerPickedMedia(ofTypes mediaTypes: [KanvasMediaType])
confirmAtTop
Camera Setting to enable a state where the confirm button is moved to the top right.
KanvasImages
now has a shared
instance which can be overridden to provide customized nextImage
, confirmImage
and editorConfirmImage
.
1.2.1
Bug fixes for multiple export features.
1.2.0
Includes many of the changes necessary for Stories integration into WordPress iOS.
- NSSecureCoding conformance for edits + media
- Exports multiple frames when using
multipleExports
- New
scaleMediaToFill
property to fill the screen with media