Skip to content

v3.3.0

Choose a tag to compare

@oscbyspro oscbyspro released this 01 Apr 11:46
· 562 commits to main since this release

Changes to ConstantTextStyle

Problem: .constant() applied the effect of .equals(()).

  • .constant() now only prevents changes via .locale(_:)
  • the previous behavior is now written as.constant().equals(())

Implementation details in preparation of opaque type constraints #74

  • DiffableTextStyleXiOS was reduced into DiffableTextStyle
  • DiffableTextViewsXiOS was split into DiffableTextViewsXiOS and DiffableTextKitXiOS