This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Releases: ZupIT/beagle-ios
Releases · ZupIT/beagle-ios
2.1.3
What's Changed
- fix: iOS 17 negative lookahead regex bug by @dantes-git in #54
Full Changelog: 2.1.2...2.1.3
2.0.3
What's Changed
- fix: iOS 17 negative lookahead regex bug by @dantes-git in #53
Full Changelog: 2.0.2...2.0.3
2.1.2
What's Changed
- feat: Enabled subclassing on BeagleScreenViewControllers by @bradleysmaskell in #52
New Contributors
- @bradleysmaskell made their first contribution in #52
Full Changelog: 2.1.1...2.1.2
2.1.1
2.1.0
What's Changed
- fix: Operation Parser by @dantes-git in #42
- feat: create ImageProvider to load dynamic image resources by @guitar09 in #43
- feat: Beagle Configuration on entrypoint by @dantes-git in #45
- feat: ListView datasource update + index implicit context by @dantes-git in #46
- feat: Type coercion on some operations by @dantes-git in #47
- feat: make BeagleScreenViewController init with component public by @iSallyAbdallah in #48
New Contributors
- @guitar09 made their first contribution in #43
- @iSallyAbdallah made their first contribution in #48
Full Changelog: 2.0.1...2.1.0
2.0.2
What's Changed
- fix: iOS 16 beta workaround for removeSubrange by @dantes-git in #44
Full Changelog: 2.0.1...2.0.2
1.10.3
2.0.1
1.10.2
2.0.0
Changes:
- New container for deserializing components and actions using a property wrapper. It is no longer necessary to implement custom serialization for components containing actions or other components.
- New dependency structure with injection via property wrappers.
- Improvements to the networking API that add more power and ease for the developer.
- Improved BeagleRenderer adds AutoLayoutWrapper automatically if needed.
- Fixed a bug that prevented the user from setting transparency in the Screen's backgroundColor.
- Removes widgetProperty property for compatibility with other platforms. The style, id and accessibility properties now come in the component root, making it easier to create custom components.