Notes
FLEX will no longer follow semantic versioning, in that there may be breaking changes within the same minor version. I will try to not put breaking changes between patch versions, however. This is basically what TypeScript does.
The version format is now marketing_number-year-month
. I don't push releases out more than once a month, but if I need to, it will be something like 5.22.10-2
, which I hope Cocoapods allows…
What Changed
- Support for Reflex
- Add feature to view push notifications
- Fix crash on iOS 16 and above by @talka123456
- Silence Xcode 14 warnings related to iOS 11 support in SPM by @kikeenrique
- Fix issue where websocket hook did not call original completion by @ogres
- Cocoapod now no longer affects app build settings by @JerryZQS
- Fix for when the keyboard covers the toolbar by @ExTBH
- Add a new shortcut for UIWindow to change animation speed by @AnthoPakPak
New Contributors
- @talka123456 made their first contribution in #607
- @kikeenrique made their first contribution in #610
- @ogres made their first contribution in #609
- @pyby made their first contribution in #616
- @JerryZQS made their first contribution in #626
- @ExTBH made their first contribution in #623
- @AnthoPakPak made their first contribution in #629
Full Changelog: 4.7.0...5.22.10