Skip to content

Releases: artem-y/decimal-field

v0.3.1: Make DecimalField open

09 Feb 22:51
3b89c76
Compare
Choose a tag to compare

What's Changed

  • DecimalField and its public properties made open by @artem-y in #12

Full Changelog: v0.3.0...v0.3.1

v0.3.0:

07 Feb 20:27
7048129
Compare
Choose a tag to compare

This release also includes changes from v0.2.2.

What's Changed

v0.3.0:
v0.2.2:
  • Turning off trimming and reseting to zero behaviour when editing ends allowed by @artem-y in #9
  • Turning off the behaviour of clearing zero when editing begins allowed by @artem-y in #8

Full Changelog: v0.2.1...v0.3.0

Update package name to capitalized DecimalField

26 Jan 22:38
478b627
Compare
Choose a tag to compare

What's Changed

  • Package name updated to capitalized DecimalField by @artem-y in #7

Full Changelog: v0.2.0...v0.2.1

Refactoring of text processing logic

26 Jan 22:24
6e45bef
Compare
Choose a tag to compare
Pre-release

What's Changed

  • System Done button alignment fixed by @artem-y in #4
  • Text processing logic refactored and moved to DecimalTextProcessor by @artem-y in #5
  • Basic documentation added by @artem-y in #6

Full Changelog: v0.1.1...v0.2.0

Hotfix: make allowsNegativeNumbers property public

19 Jan 00:43
cfa6002
Compare
Choose a tag to compare

What's Changed

  • Make allowsNegativeNumbers property public by @artem-y in #3

Full Changelog: v0.1.0...v0.1.1

Basic implementation of core features

19 Jan 00:21
d4c33ca
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/artem-y/decimal-field/commits/v0.1.0