Skip to content

Releases: tumblr/kanvas-ios

1.3.0

18 Jun 14:16
c5e9c70
Compare
Choose a tag to compare

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

14 Jun 21:49
5b0cb98
Compare
Choose a tag to compare

#115: Improve memory pressure while exporting GIFs

1.2.7

11 May 15:02
Compare
Choose a tag to compare
  • #109 A crash fix when multitasking.
  • #113 Improves loading state while exporting multiple media files + removes some assertions in OpenGL rendering.

1.2.6

12 Apr 18:03
bc3dff5
Compare
Choose a tag to compare
  • Adds a new CameraSettings.aspectRatio value #107

Example:

settings.aspectRatio = 9/16

Produces:

1.2.5

17 Mar 15:06
f53e7f9
Compare
Choose a tag to compare
  • Fixes rendering issues with OpenGL + scaleToFill contentMode #106
  • Fixes disappearing overlays on export #106

1.2.4

05 Mar 03:04
9c73232
Compare
Choose a tag to compare

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

02 Mar 19:13
f4d5428
Compare
Choose a tag to compare

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

22 Feb 17:16
0bdd05a
Compare
Choose a tag to compare
  • 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

19 Feb 23:25
eeafa3d
Compare
Choose a tag to compare

Bug fixes for multiple export features.

1.2.0

18 Feb 21:35
Compare
Choose a tag to compare

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