Skip to content

Releases: rajdeep/proton

v0.8.16

13 Oct 05:40
148af37
Compare
Choose a tag to compare

What's Changed

  • Added scrollViewDelegate to EditorView (#223) (#226)
  • Directional keys support by @hthi-atlassian (#228)
  • Cancel async tasks(#229)
  • Added estimated height for attachments when rendering in async mode (#230)

Full Changelog: v0.8.15...v0.8.16

v0.8.15

25 Sep 02:29
5b31164
Compare
Choose a tag to compare

What's Changed

  • Updated logic to get attachment range while invalidation
  • Introduced closure for initialization of editor within the GridCell
  • Added ability to render attachments asynchronously.

Full Changelog: v0.8.14...v0.8.15

v0.8.14

30 Aug 04:17
e31a2e6
Compare
Choose a tag to compare

What's Changed

  • Revised logic for matchTextExact for background style

Full Changelog: v0.8.13...v0.8.14

v0.8.13

25 Aug 03:50
3c10be0
Compare
Choose a tag to compare

What's Changed

  • Fixed performance issue with non-scrollable content

Full Changelog: v0.8.12...v0.8.13

v0.8.12

24 Aug 07:02
df31a9c
Compare
Choose a tag to compare

What's Changed

  • Remove all attachments before clearing attributedText to avoid crash in LayoutManager
  • Fixed rendering of non-scrollable editors with allowAutoScroll as false
  • Cleanup experimental flags

Full Changelog: v0.8.11...v0.8.12

v0.8.11

15 Aug 07:32
244ed98
Compare
Choose a tag to compare

What's Changed

  • Fixed horizontal scrolling performance of the GridView
  • Fixed long press lift-up issue in attachments
  • Added option to relayout editor on demand
  • Introduced experimental flag to defer setting isSelectable which helps in performance when creating 100s of Editors.
  • Updated Readme with swiftui example. Thanks to @bryan1anderson
  • Added AppleColorEmoji as known Apple Emoji font name. Thanks to @kangzhang

Full Changelog: v0.8.10...v0.8.11

v0.8.10

31 Jul 00:31
62fcf1c
Compare
Choose a tag to compare

What's Changed

  • Optimized Textview size calculations

Full Changelog: v0.8.9...v0.8.10

v0.8.9

27 Jul 00:56
34c484e
Compare
Choose a tag to compare

What's Changed

  • Fixed background rendering with Paragraph line spacing and lineheight multiples
  • Fixed autolayout error related to Placeholder

Full Changelog: v0.8.8...v0.8.9

v0.8.8

21 Jul 04:19
6816cf4
Compare
Choose a tag to compare

What's Changed

  • Bug fixes

Full Changelog: v0.8.7...v0.8.8

v0.8.7

16 Jul 07:38
ca551f0
Compare
Choose a tag to compare

What's Changed

  • Added contentSize to Editor
  • Added properties for nestedEditor and text in EditorView
  • Fixed overlapping of Background borders

Full Changelog: v0.8.6...v0.8.7