Skip to content

Releases: AppleArealidea/ARGrowingTextView

1.1.5

06 May 13:20

Choose a tag to compare

Full Changelog: 1.1.4...1.1.5

1.1.4

30 Apr 14:50

Choose a tag to compare

Full Changelog: 1.1.3...1.1.4

1.1.3

10 Apr 13:55

Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

03 Apr 13:16

Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

1.1.1

03 Apr 09:49

Choose a tag to compare

1.1.1

Bug Fixes

  • Fixed a visual glitch that could occur on the first display of ARGrowingTextView. Scroll is now explicitly disabled at the end of initialization to prevent the text view from briefly appearing in an incorrect scroll state.

1.1.0

01 Apr 15:17

Choose a tag to compare

ARGrowingTextView 1.1.0

A major update that eliminates deprecation warnings for modern iOS versions, upgrades dependencies, fixes bugs, and significantly improves documentation.

⚡ Dependency Updates

  • Updated ARMarkdownTextStorage to version 2.0.0

🔧 Modern API Migration

  • Migrated from deprecated UIMenuController to UIEditMenuInteraction (iOS 16+); added strikethrough localization
  • Migrated from deprecated traitCollectionDidChange(_:) to registerForTraitChanges (iOS 17+)
  • Replaced deprecated MobileCoreServices with CoreServices and UniformTypeIdentifiers

🐛 Bug Fixes

  • Fixed pasting text with simultaneous bold + italic formatting
  • Placeholder rect is now correctly calculated from textContainerInset
  • Removed isScrollable property that conflicted with internal scroll logic
  • Moved rendering logic from draw(_:) to layoutSubviews for correct behavior
  • Removed dead code targeting iOS 7, unused properties, and hardcoded placeholder string
  • Fixed localization key prefix (HP → AR)
  • Wrapped debug print statements in #if DEBUG

✨ Improvements

  • Added public access to init(frame:)
  • Removed empty DocC catalog
  • Fixed file names in source file headers
  • Updated author name in file headers

📖 Documentation

  • Added migration guide from HPGrowingTextView
  • Added Acknowledgments section crediting HPGrowingTextView as the original inspiration
  • Added demo illustration to README
  • Cleaned up outdated comments (iOS 5 references, HPGrowingTextView mentions in code)
  • Fixed typo in height calculation comment (smallessmaller)

Installation

dependencies: [
    .package(url: "https://github.com/AppleArealidea/ARGrowingTextView.git", from: "1.1.0")
]

1.0.2

05 Feb 13:18

Choose a tag to compare

Fixed init

1.0.1

04 Feb 14:51

Choose a tag to compare

1.0.0

18 Dec 15:06

Choose a tag to compare

ARGrowingTextView v-0.1