-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block-level heuristics improvements (#414)
- Loading branch information
1 parent
c6cd369
commit a79859a
Showing
6 changed files
with
195 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: notus | ||
description: Platform-agnostic rich text document model based on Delta format and used in Zefyr editor. | ||
version: 1.0.0-dev.1.0 | ||
version: 1.0.0-dev.2.0 | ||
author: Anatoly Pulyaevskiy <[email protected]> | ||
homepage: https://github.com/memspace/zefyr | ||
|
||
environment: | ||
sdk: '>=2.2.0 <3.0.0' | ||
sdk: '>=2.9.0 <3.0.0' | ||
|
||
dependencies: | ||
collection: ^1.14.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.