Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
### [0.0.1] - 16.01.2021
* Initial build for flutter sn_progress_dialog package.