You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+24-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## [v0.12.0] - 2018-11-29
10
+
11
+
### Changed
12
+
13
+
* ⚠️ **[Breaking]** Changed the way that data is scoped
14
+
* You can now specify `globalScope` next to a `questionId` in either field or conditional objects to change the base scope. By default the scope will be prefixed based on it's parent (such as an `array` or `section` type)
15
+
* Using an polyfill for `React.Fragment` so now the library should work in React < 16
16
+
17
+
### Fixed
18
+
19
+
* Issue where `FormGenerator` and `GenField` were blocking context updates for components using the old context API (before `React.createContext()`) #36
20
+
21
+
### Added
22
+
23
+
*`consumeReduxFormContext()` now takes a second parameter to subscribe to select parts of the `_reduxForm` context. #36
24
+
9
25
## [v0.12.0-rc.1] - 2018-11-6
10
26
11
27
### Fixed
@@ -28,13 +44,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
44
29
45
* The `section` type can now accept a `questionId` in order to wrap it's children in a `<FormSection>`. This will prefix all it's childFields.
30
46
47
+
---
48
+
31
49
## [v0.11.0] - 2018-10-11
32
50
33
51
### Changed
34
52
35
53
* ⚠️ **[Breaking]** evalCondValid() now returns `true` if the value is `nil` or empty string #31
36
54
* This should create more consistency in the usage of operators between `conditionalValid` and other conditional props
37
55
56
+
---
57
+
38
58
## [v0.10.0] - 2018-08-28
39
59
40
60
### Changed
@@ -43,6 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
43
63
* This change effects the following conditional operators:
0 commit comments