From 3ee544bac84bfae7f6d8742798c94d73b9131004 Mon Sep 17 00:00:00 2001 From: emreesen27 <45034416+emreesen27@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:57:50 +0300 Subject: [PATCH] Revise CHANGELOG for version updates and formatting Updated version numbers and formatted changelog entries for consistency. Added breaking changes and improvements for version 2.0.0. --- CHANGELOG.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57d4b9..bf072ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,78 +1,78 @@ -## [2.0.0] - 29.06.2026 +### [2.0.0] - 29.06.2026 * **BREAKING:** Removed deprecated `ProgressType` values `normal` and `valuable`. Use `indeterminate` and `determinate` instead. * **BREAKING:** Replaced individual text styling parameters (font size, weight, color) with `valueStyle` and `msgStyle` `TextStyle` properties for cleaner and more flexible customization. Thanks to Nico Mexis. * **BREAKING:** Color parameters are now nullable and fall back to theme defaults instead of hardcoded values. Thanks to Nico Mexis. * Updated dependencies and modernized the project structure. Thanks to Nico Mexis. -## [1.2.0]- 10.12.2024 +### [1.2.0]- 10.12.2024 * `completedMsgFuture` support for asynchronous completion messages * `dispose()` method to properly release resources * Deprecated old ProgressType values: normal and valuable -## [1.1.4] - 09.03.2024 +### [1.1.4] - 09.03.2024 * Added support for `useRootNavigator` parameter in the `ProgressDialog` constructor. * `WillPopScope` usage has been deprecated in favor of `PopScope` * `SurfaceTintColor` now customizable -## [1.1.3] - 08.02.2023 +### [1.1.3] - 08.02.2023 * Issues 22 and 28 fix. * Readme edited. * Removed required fields in update method -## [1.1.2] - 22.01.2023 +### [1.1.2] - 22.01.2023 * Auto hidden added. * Readme edited. -## [1.1.1] - 21.01.2023 +### [1.1.1] - 21.01.2023 * Readme edited. -## [1.1.0] - 21.01.2023 +### [1.1.0] - 21.01.2023 * Bug Fix. * Cancel option added. * Dialog status callback added. -## [1.0.9] - 09.12.2022 +### [1.0.9] - 09.12.2022 * Assets path edited. * The close function can be used with delay. * closeWithDelay property added. -## [1.0.8] - 20.05.2022 +### [1.0.8] - 20.05.2022 * Bug Fix. -## [1.0.7] - 01.05.2022 +### [1.0.7] - 01.05.2022 * Bug Fix. -## [1.0.6] - 28.03.2022 +### [1.0.6] - 28.03.2022 * Readme edited. * Completed type added. -## [1.0.3] - 15.08.2021 +### [1.0.3] - 15.08.2021 * Bug fix -## [1.0.2] - 04.05.2021 +### [1.0.2] - 04.05.2021 * The back button was prevented from closing the dialog. * Border radius added. -## [1.0.1] - 01.04.2021 +### [1.0.1] - 01.04.2021 * Example edited. * Readme edited. -## [1.0.0] - 31.03.2021 +### [1.0.0] - 31.03.2021 * Null Safety migrated. * Bug fix. -## [0.0.5] - 14.02.2021 +### [0.0.5] - 14.02.2021 * New properties added. -## [0.0.4] - 29.01.2021 +### [0.0.4] - 29.01.2021 * Progress Type added. * Documentation and example codes edited. -## [0.0.3] - 21.01.2021 +### [0.0.3] - 21.01.2021 * Msg added to update method. -## [0.0.2] - 16.01.2021 +### [0.0.2] - 16.01.2021 * Readme and description edited. -## [0.0.1] - 16.01.2021 -* Initial build for flutter sn_progress_dialog package. \ No newline at end of file +### [0.0.1] - 16.01.2021 +* Initial build for flutter sn_progress_dialog package.