From cc52cecba97325064104c347fda38249a758099b Mon Sep 17 00:00:00 2001 From: haolun <> Date: Tue, 24 Oct 2023 12:08:52 +0800 Subject: [PATCH] v0.2.5 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396f2c4..369b981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v0.2.5](https://github.com/haolun1996/baseX/releases/tag/0.2.5) - 2023-10-24 +- Changes + - hide [MultipartFile](https://github.com/haolun1996/baseX/blob/62707651a3bb248eed29b0b1a88241d654cfcfc6/lib/base_x.dart#L23) from export of getX + - XCachedImage widget + - deprecated [borderRadius](https://github.com/haolun1996/baseX/blob/62707651a3bb248eed29b0b1a88241d654cfcfc6/lib/x_widget/x_cached_image.dart#L19) with message "Use BoxDecaration instead" + - add [ClipBehaviour](https://github.com/haolun1996/baseX/blob/62707651a3bb248eed29b0b1a88241d654cfcfc6/lib/x_widget/x_cached_image.dart#L189) to container on XCacheImage + - add new lint of [prefer_adjacent_string_concatenation](https://github.com/haolun1996/baseX/blob/62707651a3bb248eed29b0b1a88241d654cfcfc6/lib/x_lint/x_lint.yaml#L32) for [error](https://github.com/haolun1996/baseX/blob/62707651a3bb248eed29b0b1a88241d654cfcfc6/lib/x_lint/x_lint.yaml#L52) +- TODO + - API Caching + - Endpoint Changing Method + - Check Permission for Android(12/13) + - Social Login + +
+ +*** +
+ ## [v0.2.4](https://github.com/haolun1996/baseX/releases/tag/0.2.4) - 2023-10-20 - Bug Fixes - put [code](https://github.com/haolun1996/baseX/blob/f009c67d70c4c5b29e9ac89baa30affe662c1567/lib/api_service/api_interceptor.dart#L51-L55) optional function paramter to last diff --git a/pubspec.yaml b/pubspec.yaml index fe19c45..010ed4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: BaseX Running With Flutter 3.10.x publish_to: "none" -version: 0.2.4 +version: 0.2.5 environment: sdk: '>=3.0.0 <4.0.0'