Skip to content

Releases: alessiorubicini/SFSymbolsPickerForSwiftUI

1.0.7

13 May 16:31
Compare
Choose a tag to compare

Enhancements

  • Updated minimum requirements to iOS 17.0 and macOS 14 (Sonoma)
  • Improved Search Functionality: Added a fuzzy matching algorithm for symbol search and implemented debounce logic.
  • Improved Symbol Loader: Added asynchronous symbol loading

UI Enhancements:

  • Redesigned layout using NavigationStack for better navigation
  • Improved user feedback for empty search results with a placeholder view
  • Integrated infinite scrolling to load more symbols seamlessly
  • Added visual feedback when symbols are selected.
  • Enhanced grid layout

Fixes

  • Fixed issues with resetting pagination and clearing symbols during state transitions
  • Improved error handling in SymbolLoader

1.0.6

25 Mar 19:09
Compare
Choose a tag to compare
  • Added the ability to specify a custom close button
  • Added support for macOS 11.0 and above

1.0.5

25 Feb 09:24
Compare
Choose a tag to compare
  • Optimized symbol loading performances
  • Improved search bar

1.0.4

03 Nov 08:02
Compare
Choose a tag to compare
  • Fixed visibility bug for SymbolPicker view

1.0.3

31 Oct 18:54
Compare
Choose a tag to compare
  • Added the ability to automatically dismiss the view when a symbol is selected
  • Added the ability to specify the view title and a label for the search bar
  • Added a toolbar icon to manually dismiss the view

1.0.2

22 Oct 09:09
Compare
Choose a tag to compare
  • The way the package loads SF symbols has radically changed. Now the symbols are read at run-time directly by the system, so the users can access the latest symbols added by Apple as soon as they update their devices.
  • Added a search bar to make it easier for the user to search for specific symbols

1.0.1

19 Jan 13:28
Compare
Choose a tag to compare

Bug fixes:

  • fixed an issue with category "KeyBoard" name

1.0.0 Official Release

01 Jul 05:39
Compare
Choose a tag to compare
New options, haptic feedback and more

1.0.0 Beta 2

27 Jan 12:06
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

Bug fixes

1.0.0 beta 1

06 Jan 09:32
Compare
Choose a tag to compare
1.0.0 beta 1 Pre-release
Pre-release
1.0.0-beta.1

Updated README