Skip to content

Commit 0e6594d

Browse files
committed
Release 0.9.0
1 parent 2995c84 commit 0e6594d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.9.0] - 2022-04-24
2+
3+
* BREAKING CHANGES:
4+
- It is no longer possible to set `prefixText` or `suffixText`. Use `prefix`
5+
and `suffix` widgets, instead.
6+
- The decoration defaults to an outline border. Use `border` to change the
7+
decoration.
8+
9+
* Fix arrow key handling in Flutter 2.10+
10+
* Fix decoration label alignment by setting `prefix` and `suffix` instead of
11+
`prefixIcon` and `suffixIcon`. (thanks @doppio)
12+
* Default to outline border decoration to gain more sensible looks out of the
13+
box, unless _any_ border is already specified.
14+
* Add `digits` property. (thanks @akhokhlushin)
15+
* Clean up focus change listeners.
16+
117
## [0.8.0] - 2021-12-20
218

319
* Exposed focusNode (thanks @leonardo2204!)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_spinbox
22
description: >-
33
SpinBox is a numeric input widget with an input field for entering a specific value,
44
and spin buttons for quick, convenient, and accurate value adjustments.
5-
version: 0.8.0
5+
version: 0.9.0
66
homepage: https://github.com/jpnurmi/flutter_spinbox
77
repository: https://github.com/jpnurmi/flutter_spinbox
88
issue_tracker: https://github.com/jpnurmi/flutter_spinbox/issues

0 commit comments

Comments
 (0)