Releases: suragch/mongol
Releases · suragch/mongol
2.0.2
2.0.1
2.0.0
- Flutter 2.2 broke some of the internal workings of this package. This update fixes those.
- This update increases the major version to 2 because an automatic update for projects still on Flutter 2.0 would probably break things.
- There are no significant new features with this release, but there are numerous internal changes to match changes made to the Flutter text editing widgets.
- There are several known issues with this release. Please open a GitHub issue if they are affecting your app.
1.1.0
1.0.0
- Null safe
- Added MongolTextField and supporting classes
- Since MongolTextField fills in the largest missing gap for Mongolian text rendering, this library will now be marked as 1.0.0. This signifies feature completeness though there are some known bugs and it would be good for another version to include some keyboards.
- Filled in missing functionality in MongolParagraph and MongolTextPainter.
0.8.0-nullsafety.0
Migration to sound null safety
0.7.1
0.6.1
0.6.0
- Added
MongolRichText
with support forTextSpan
and its substring text styles. - Added
MongolText.rich
constructor to support using a default font theme. - Implemented
textScaleFactor
. It existed before but didn't do anything. - Removed the default Menksoft font that was included with the library. This creates a bit more setup but makes the library smaller and allows developers to use any Mongolian font. Also removed
MongolFont
class. - Added documentation modified from the standard Flutter docs.
- Changed the license to be in alignment with the Flutter BSD-3 license.
- Updated the demos to include a keyboard and vertical
TextField
. These are not in the library yet, but should be fairly easy to reproduce by studying the demos. - Added more tests.