File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/flutter_spanned_controller Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # Changelog
2
-
3
1
All notable changes to this project will be documented in this file.
4
2
5
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
5
8
6
## Unreleased
9
7
8
+ ## [ 0.3.0-0] — 2020-12-18
9
+
10
10
### Added
11
11
12
12
- System to theme ` TextAttributes ` with ` AttributeTheme ` .
@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
47
Initial release.
48
48
49
49
[ Unreleased ] : https://github.com/Jjagg/boustro/tree/main/packages/flutter_spanned_controller
50
+ [ 0.3.0-0 ] : https://github.com/Jjagg/boustro/tree/release_fsp_v0.3.0-0/packages/flutter_spanned_controller
50
51
[ 0.2.0-0 ] : https://github.com/Jjagg/boustro/tree/release_fsp_v0.2.0-0/packages/flutter_spanned_controller
51
52
[ 0.1.1-0 ] : https://github.com/Jjagg/boustro/tree/release_fsp_v0.1.1-0/packages/flutter_spanned_controller
52
53
[ 0.1.0-0 ] : https://github.com/Jjagg/boustro/tree/9aa26d5459ecf7447bd8accc6fc31938b1d6d5aa/packages/flutter_spanned_controller
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >
3
3
TextEditingController implementation that allows for rich text styling in
4
4
Flutter.
5
5
6
- version : 0.2 .0-0
6
+ version : 0.3 .0-0
7
7
# homepage: https://github.com/Jjagg/boustro
8
8
repository : https://github.com/Jjagg/boustro
9
9
You can’t perform that action at this time.
0 commit comments