This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Releases: gonzalezreal/AttributedText
Releases · gonzalezreal/AttributedText
1.0.1
AttributedText 1.0.0
What's Changed
- Allow overriding how links are opened
- Disable text selection and implement a gesture recognizer for link interaction in iOS
AttributedText 1.0.0-beta.2
What's Changed
- Fix platform requirements
- Allow overriding how links are opened
- Add documentation
AttributedText 1.0.0-beta
What's Changed
- Relax platform requirements to macOS 10.15, iOS 13.0 and tvOS 13.0
- Allow overriding how links are opened
- Add documentation
AttributedText 0.3.1
- Set platform requirements and remove playgrounds
AttributedText 0.3.0
- Refactor the implementation to remove the need for a preference and simplify the code in general.
AttributedText 0.2.3
- Take into account safe area insets
AttributedText 0.2.2
- Add support for macCatalyst
AttributedText 0.2.1
- Fix macOS resize issue
- More simple layout strategy
AttributedText 0.2.0
- Refactor the view layout using a store shared between the main view and the native view wrapper. Now the height of the view is updated during the layout phase. This has positive side-effects like proper previews and faster updates. On top of that, we can now do proper snapshot testing.