File tree 6 files changed +40
-4
lines changed
6 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-09-19
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` context_ref ` - ` v1.4.2 ` ] ( #context_ref---v142 )
19
+ - [ ` context_plus ` - ` v4.1.1 ` ] ( #context_plus---v411 )
20
+
21
+ Packages with dependency updates only:
22
+
23
+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24
+
25
+ - ` context_plus ` - ` v4.1.1 `
26
+
27
+ ---
28
+
29
+ #### ` context_ref ` - ` v1.4.2 `
30
+
31
+ - ** FIX** : fixed a rare case where re-activated Element could lose its Ref providers.
32
+
33
+
6
34
## 2024-09-07
7
35
8
36
### Changes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
- context_plus : ^4.1.0
12
+ context_plus : ^4.1.1
13
13
async_listenable : ^1.0.1
14
14
rxdart : ^0.27.7
15
15
syntax_highlight : ^0.4.0
Original file line number Diff line number Diff line change
1
+ ## 4.1.1
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 4.1.0
2
6
3
7
- ** FEAT** : Multi-value watching via (ref1, ref2, ...).watch* (context).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: context_plus
2
2
description : |
3
3
Convenient value propagation and observing for Flutter. Utilize existing
4
4
reactive value types more easily and with less boilerplate.
5
- version : 4.1.0
5
+ version : 4.1.1
6
6
homepage : https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
7
7
repository : https://github.com/s0nerik/context_plus/tree/main/packages/context_plus
8
8
topics :
@@ -18,7 +18,7 @@ environment:
18
18
dependencies :
19
19
flutter :
20
20
sdk : flutter
21
- context_ref : ^1.4.1
21
+ context_ref : ^1.4.2
22
22
context_watch : ^5.1.0
23
23
context_watch_base : ^6.0.0
24
24
async_listenable : ^1.0.1
Original file line number Diff line number Diff line change
1
+ ## 1.4.2
2
+
3
+ - ** FIX** : fixed a rare case where re-activated Element could lose its Ref providers.
4
+
1
5
## 1.4.1
2
6
3
7
- ** DOCS** : README.md update.
Original file line number Diff line number Diff line change 1
1
name : context_ref
2
2
description : A hassle-free way to provide and retrieve values for a BuildContext
3
- version : 1.4.1
3
+ version : 1.4.2
4
4
homepage : https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
5
5
repository : https://github.com/s0nerik/context_plus/tree/main/packages/context_ref
6
6
topics :
You can’t perform that action at this time.
0 commit comments