Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Releases: gonzalezreal/AttributedText

1.0.1

28 Oct 14:20
0e811cb
Compare
Choose a tag to compare

What's Changed

  • Fix Publishing changes from within view updates is not allowed, this … by @kaylanx in #25

New Contributors

Full Changelog: 1.0.0...1.0.1

AttributedText 1.0.0

30 Dec 11:22
Compare
Choose a tag to compare

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

09 Oct 13:29
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix platform requirements
  • Allow overriding how links are opened
  • Add documentation

AttributedText 1.0.0-beta

08 Oct 13:56
Compare
Choose a tag to compare
Pre-release

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

29 Aug 09:31
Compare
Choose a tag to compare
  • Set platform requirements and remove playgrounds

AttributedText 0.3.0

25 Jan 15:30
Compare
Choose a tag to compare
  • Refactor the implementation to remove the need for a preference and simplify the code in general.

AttributedText 0.2.3

21 Jan 11:28
Compare
Choose a tag to compare
  • Take into account safe area insets

AttributedText 0.2.2

16 Jan 14:42
Compare
Choose a tag to compare
  • Add support for macCatalyst

AttributedText 0.2.1

08 Jan 08:11
Compare
Choose a tag to compare
  • Fix macOS resize issue
  • More simple layout strategy

AttributedText 0.2.0

03 Jan 15:34
Compare
Choose a tag to compare
  • 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.