Releases: rajdeep/proton
Releases · rajdeep/proton
0.8.26
What's Changed
- Added option to provide list para style (after) spacing.
Full Changelog: 0.8.25...0.8.26
0.8.25
What's Changed
- Updated Xcode version to 15.1.
- Fixed selected range on replace characters.
- Fixed a crash in substring from range.
Full Changelog: 0.8.24...0.8.25
0.8.24
What's Changed
- Added ability to get container attachment for gridView
- Added ability to detect if cell editor is initialized and a callback for the same.
- Added check for
selectedRange
to be clamped to attributedText length.
Full Changelog: 0.8.23...0.8.24
0.8.23
What's Changed
- Added additional attributes for GridCell.
- Fixed issues with selecting Grid cells.
- Added ability to select cells programatically.
- Added isSelectable to GridCell.
Full Changelog: 0.8.22...0.8.23
0.8.22
What's Changed
- Added ability to query cell for given editor in
GridView
- Made
GridCell
open to extension - Added option to provide custom editor initializer at
GridView
level
Full Changelog: 0.8.21...0.8.22
0.8.21
What's Changed
- Added ability to be notified on list indentation changes via delegate
- Other bug fixes in lists
- Added reverse search option in NSAttributedString extensions
Full Changelog: 0.8.20...0.8.21
0.8.20
What's Changed
v
dropped from version numbering.
- Added
EditorView
in TextProcessorwillProcess
. - Fixed a stackoverflow crash that may be caused if the calculated bounds of attachment view is zero.
Full Changelog: v0.8.19...0.8.20
v0.8.19
What's Changed
- Added range information to TextProcessor delete/insert text callback.
- Implemented async rendering based on viewport prioritization.
Full Changelog: v0.8.18...v0.8.19
v0.8.18
What's Changed
- Added delegate to notify command execution in
EditorCommandExecutor
. - Added delegate callback for when attachment is rendered.
- Added ability to query range of text from given rect in
EditorView
. - Fixed check for range validity in text input to account for boundaries.
- Added a defensive check on
canPerformAction
to prevent crashes due to invalid range. - Removed code for scrolling to attachment when added as it may result in crash in
LayoutManager
.
Full Changelog: v0.8.17...v0.8.18
v0.8.17
What's Changed
⚠️ Updated min iOS version to 14- Updated EditorViewDelegate shouldHandle to include all keys
- Added misc helper functions in
EditorView
and extension onNSRange
Full Changelog: v0.8.16...v0.8.17