All Versions
120
Latest Version
Avg Release Cycle
11 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v10.12.0 Changes
May 14, 2020๐ Changed
- โก๏ธ [ImglyKit] Changed access level of
AdjustEditController.updateSlider
toopen
in order to allow further customization within subclasses.
โ Added
- [ImglyKit] Added
MenuCollectionViewCell.cornerRadius
andMenuCollectionViewCell.selectionBorderWidth
which allow customization viaUIAppearance
proxy calls.
๐ Fixed
- ๐ [ImglyKit] Fixed force cropping could be undone.
- โก๏ธ [ImglyKit] Changed access level of
-
v10.11.0 Changes
April 30, 2020๐ Changed
- [ImglyKit] Changed access level of
Slider.thumbView
,Slider.leftUnfilledTrackView
,Slider.rightUnfilledTrackView
, andSlider.filledTrackView
toopen
in order to allow further customization within subclasses ofSlider
.
โ Added
- ๐ [ImglyKit] Added
UIAppearance
proxy support forSlider.trackHeight
,Slider.trackCornerRadius
, andSlider.thumbSize
.
- [ImglyKit] Changed access level of
-
v10.10.0 Changes
April 16, 2020๐ Changed
- Built with Swift 5.2.2 / Xcode 11.4.1
- 0๏ธโฃ [ImglyKit] Changed the initial minimum font size for text added with the text tool to
20.0
. In order to return to the old default value and line break behavior setTextToolControllerOptions.minimumTextSize
to1.0
.
โ Added
- ๐ง [ImglyKit] Added
TextToolControllerOptions.minimumTextSize
to configure the initial minimum font size for text added with the text tool which affects the automatic line break behavior.
๐ Fixed
- ๐ [ImglyKit] Fixed adding personal stickers would lead to the toolbar being hidden beneath the keyboard in the text and text design tool for iOS versions older than 13.0.
- โช [ImglyKit] Added a workaround that fixes wrong layout of the navigation bar for iOS 13 devices without a notch when a
MediaEditViewController
is embedded into aUINavigationController
and uses a differentprefersStatusBarHidden
setting as the parent view.
-
v10.9.0 Changes
April 06, 2020๐ Changed
- ๐ง [ImglyKit] ๐จ
ConfigurationBuilder.configure(from:)
methods don't parse the tile configurations forLUTFilter
objects from thelutURI
filename anymore and the default changed from a 8x8 to a 5x5 tile configuration. - ๐ [ImglyKit] Added
@available(iOS 11.0, *)
restriction toImageFileFormat.heif
as this has always been noted in the API docs but was not enforced by the compiler.
โ Added
- ๐ง [ImglyKit] Added
LUTEffect
initializer for specific tile configurations that does not parse its URL for tile configurations. - ๐ง [ImglyKit] Added
Configuration.appearanceProxyConfigurationClosure
intended for customUIAppearance
proxy calls. - [ImglyKit] Enabled
SnapGuideView
properties forUIAppearance
proxy calls. - [ImglyKit] Added snap guide colors to the
Theme
.
๐ Fixed
- ๐ [ImglyKit] Added a workaround that fixes black image exports with the iOS 13.4 Simulator in general and all iOS 13.x Simulators running on macOS 10.15.4. Exports of images larger than 40962 are still failing to render on the aforementioned iOS Simulator configurations. On real devices everything works as expected.
- ๐ง [ImglyKit] ๐จ
-
v10.8.0 Changes
March 25, 2020๐ Changed
- Built with Swift 5.2 / Xcode 11.4.
๐ Fixed
- ๐ [VideoEditorSDK] Fixed initial position of the video position seeker when the playback is paused and the trim tool is entered.
- ๐ [ImglyKit] Fixed
StickerToolControllerOptions.titleViewConfigurationClosure
not being called for the selected sticker category.
-
v10.7.4 Changes
February 27, 2020๐ Fixed
- [ImglyKit] Added missing localizable strings for filter groups.
- ๐ [ImglyKit] Fixed focus operation not being centered when the focus tool is applied to a cropped image.
-
v10.7.3 Changes
February 13, 2020๐ Changed
- [ImglyKit] Changed
UICollectionViewDelegate
methods implemented byStickerSelectionController
toopen
instead ofpublic
.
๐ Fixed
- ๐ [ImglyKit] Fixed infinite layout loop when rotating an inverted text design on iOS 13.
- ๐ [ImglyKit] Fixed class replacement not working for
BlendModeCollectionViewCell
andStickerCollectionViewCell
. - ๐ [ImglyKit] Fixed misplaced sticker bounding box when switching from opacity to color editing mode of a sticker.
- [ImglyKit] Changed
-
v10.7.2 Changes
January 30, 2020๐ Fixed
- [ImglyKit] Increased the touch area of the color picker controls which were difficult to use at the borders of the color selection views.
- 0๏ธโฃ [ImglyKit] Fixed default ordering of the frames for cross-platform consistency.
- ๐ [ImglyKit] Fixed accidental drawing while using the color picker in the
BrushColorToolController
.
-
v10.7.1 Changes
January 23, 2020๐ Changed
- Built with Swift 5.1.3 / Xcode 11.3.1.
๐ Fixed
- ๐ง [ImglyKit] Fixed overwriting of configuration options when calling a
ConfigurationBuilder.configure*
closure more than once. Existing configuration options are now passed to successive invocations. - ๐ [ImglyKit] Fixed text tool and text design tool which would remain active even if the text was deleted.
- ๐ [ImglyKit] Fixed switching the camera mode too fast would lead to the blur view appearing permanently and thereby disabling the camera functionality.
- ๐ [VideoEditorSDK] Fixed an issue where the frame options tool would show the wrong video frame when playback is paused.
-
v10.7.0 Changes
December 18, 2019๐ Changed
- Built with Swift 5.1.3 / Xcode 11.3.
๐ Fixed
- [ImglyKit] Added a public initializer for
PhotoEditRenderer
that's accessible with Objective-C. - ๐ [ImglyKit] Fixed Objective-C compatibility of
SpriteModel
. - ๐ [ImglyKit] Fixed
CGFloat?
properties not being exposed to Objective-C by converting them toNSNumber?
. - ๐ [ImglyKit] Fixed rotational snapping of sprites which led to misaligned snapping angles and guides after the image has been rotated with the transform tool.
- ๐ [ImglyKit] Fixed
FrameOptionsToolControllerOptions.allowedFrameActions
not being accessible from Objective-C.