Skip to content

Releases: suragch/mongol

2.0.2

15 Jul 03:52
Compare
Choose a tag to compare
  • Fixed MongolTextField tap selection not working on iOS (#12)
  • Switched to flutter_lints instead of pedantic

2.0.1

10 Jun 07:24
Compare
Choose a tag to compare
  • Fixed bug for range error when selecting past end of text in MongolTextField
  • Fixed MongolTextAlign regression (#6)

2.0.0

28 May 11:26
Compare
Choose a tag to compare
  • 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

13 Mar 10:36
Compare
Choose a tag to compare
  • Implemented MongolTextAlign (supports top, center, bottom, justify)
  • Known issue: Spaces after words are included in the measurements so MongolTextAlign.bottom aligns the space to the bottom and not the text itself.

1.0.0

06 Mar 08:09
Compare
Choose a tag to compare
  • 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

27 Nov 06:17
Compare
Choose a tag to compare

Migration to sound null safety

0.7.1

26 Oct 08:32
Compare
Choose a tag to compare
  • Support for rotating emoji and CJK characters.

0.6.1

10 Oct 07:27
Compare
Choose a tag to compare
  • Added static analysis options.
  • Fixed warnings and errors from the static analysis.
  • Implemented MongolTextPainter.getPositionForOffset with tests
  • Close MongolDialog on button click in demo app

0.6.0

09 Oct 02:01
Compare
Choose a tag to compare
  • Added MongolRichText with support for TextSpan 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.

0.5.0

31 May 12:23
Compare
Choose a tag to compare

Added hit testing to MongolText so that a GestureDetector can take effect.