Skip to content

Commit

Permalink
v0.2.7 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Nov 14, 2023
1 parent 3618639 commit 0bf5b72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [v0.2.7](https://github.com/haolun1996/baseX/releases/tag/0.2.7) - 2023-11-14
- Changes
- Add [DrawerAction](https://github.com/haolun1996/baseX/blob/main/lib/model/ui/drawer_action.dart) and [FloatingAction](https://github.com/haolun1996/baseX/blob/main/lib/model/ui/floating_action.dart) to [part of library](https://github.com/haolun1996/baseX/blob/3618639b184ef496c1419e1a3c81af44c4dbe34c/lib/model/index.dart#L13-L14) of model
- Obtain more accurate iPhone [device model](https://github.com/haolun1996/baseX/blob/3618639b184ef496c1419e1a3c81af44c4dbe34c/lib/controller/x_controller.dart#L36) using library [ios_utsname_ext](https://pub.dev/packages/ios_utsname_ext)
- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [v0.2.6](https://github.com/haolun1996/baseX/releases/tag/0.2.6) - 2023-11-01
- Changes
- show [MultipartFile](https://github.com/haolun1996/baseX/blob/25e26d2befa816f984fc46eae8a4751ab9f780a9/lib/base_x.dart#L25) from export of dio
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: BaseX Running With Flutter 3.10.x

publish_to: "none"

version: 0.2.6
version: 0.2.7

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 0bf5b72

Please sign in to comment.