Skip to content

Releases: rajdeep/proton

v0.8.6

06 Jul 01:17
a360c2a
Compare
Choose a tag to compare

What's Changed

  • Bug fixes

Full Changelog: v0.8.5...v0.8.6

v0.8.5

30 Jun 00:50
d3da567
Compare
Choose a tag to compare

What's Changed

  • Bug fixes in Lists

Full Changelog: v0.8.4...v0.8.5

v0.8.4

28 Jun 04:47
7cb79eb
Compare
Choose a tag to compare

What's Changed

  • Added option to inject editor in GridCell.
  • Updated asyncTextResolver to validate if original string range has changed since invocation and re-resolve in the new range.
  • Fixed lists number rendering for cases with a bullet list enclosed within numbered lists.
  • Accounted for text container insets when rendering list numbers/bullets.

Full Changelog: v0.8.3...v0.8.4

v0.8.3

19 Jun 07:02
Compare
Choose a tag to compare

What's Changed

  • Added ability to get entire range of attribute from location
  • Introduced decoding context in EditorContentDecoding
  • EditorContentDecoding now throw errors
  • Added ability to specify range for getting full text string
  • Defer setting attributedText until Editor is loaded and ready

Full Changelog: v0.8.2...v0.8.3

v0.8.2

14 Jun 07:55
Compare
Choose a tag to compare
  • Miscellaneous helper functions in Attachment and Editor
  • Fixed layout of attachments within parent container having textContainerInsets defined.

v0.8.1

05 Jun 02:11
6a89118
Compare
Choose a tag to compare

What's Changed

  • Added support for image size in List markers in #172
  • Ability to create GridView from cells in #173
  • Added support for async text resolver in #176

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 May 08:26
4fc81fe
Compare
Choose a tag to compare

Introduced ProtonCore as Product Library for SPM projects

What's Changed

  • Exposed ProtonCore as Product library for SPM by @rajdeep in #171

Full Changelog: v0.7.0...v0.8.0

v0.7.0

03 May 05:05
Compare
Choose a tag to compare

This release brings about a lot of bug fixes and significant performance optimizations.

Sarcina-1

28 Apr 08:05
49039bb
Compare
Choose a tag to compare
  • This release fixes compilation issue when using v0.6.0 with SPM.
  • Also includes a change to execute TextProcessor processing after Enter/Tab key is intercepted. In previous version, processing was skipped when Enter/Tab key was pressed.

Sarcina

24 Mar 08:39
4ae0f7f
Compare
Choose a tag to compare

This release fixed a long overdue issue with SPM.

  • This release fixes SPM issue that was broken as a result of introduction of Obj-C code.
  • ProtonExtensions module has been merged into Proton.
  • Significant performance improvements over v0.5.0.
  • Various other bug fixes.