We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c808dda commit 01ca765Copy full SHA for 01ca765
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.6.0
4
+
5
+ * Breaking Change: `onWillChange` now receives previous and new `ViewModel`
6
+ * Breaking Change: Supports Redux 4.x - 5.0
7
8
## 0.5.4
9
10
* Bugfix: Rebuilding the Widget will always rebuild with latest data
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_redux
description: A set of utility Widgets that Provide and Connect to a Redux Store
-version: 0.5.4
+version: 0.6.0
author: Brian Egan <[email protected]>
homepage: https://github.com/brianegan/flutter_redux
@@ -9,7 +9,7 @@ environment:
dependencies:
11
meta: ">=1.1.1 <2.0.0"
12
- redux: ">=3.0.0 <4.0.0"
+ redux: ">=4.0.0 <5.0.0"
13
flutter:
14
sdk: flutter
15
0 commit comments