Skip to content

Releases: isaced/ISEmojiView

0.3.5

20 May 13:27
531d932

Choose a tag to compare

What's Changed

  • Adding SwiftUI Readme documentation by @DeveloLongScript in #79
  • Updated EmojiView_SwiftUI: keyboard settings parameters; Fixed Delete button not showing by @karunstha in #82
  • Updated the emoji's up to iOS 18.0. by @HappyIosDeveloper in #86

New Contributors

Full Changelog: 0.3.4...0.3.5

0.3.4

15 Feb 17:20

Choose a tag to compare

  • Fix countOfRecentsEmojis not work #76
/// The max number of recent emojis, if set 0, nothing will be shown. Default is 50.
public var countOfRecentsEmojis: Int = MaxCountOfRecentsEmojis

0.3.3

11 Sep 00:40
d6f2bec

Choose a tag to compare

  • Made delete button optional & make recent emojis public. #72 @justinmann

0.3.2

22 Jun 23:20
fd8f291

Choose a tag to compare

0.3.1

22 Jun 13:20
1f15e4b

Choose a tag to compare

  • #69 Make properties overwritten with "public" actually public @tladesignz

0.3.0

23 Jun 09:00
5df4a19

Choose a tag to compare

  • Swift Package support and basic SwiftUI support. #67

0.2.6

11 Jan 16:32

Choose a tag to compare

  • Support Dark Mode for iOS 13 #58
  • Added missing emoji #55

dark mode

0.2.5

25 Aug 06:40

Choose a tag to compare

fix: category icon failed to load in Carthage #45

0.2.4

16 Aug 16:37

Choose a tag to compare

  • fix: crash when countOfRecentsEmojis set 0 (11ad5d8)

0.2.3

15 Aug 09:07

Choose a tag to compare

  • fix: click area problem #21 #17
  • fix: recent emoji can't select skin tone #49