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
Preview of upcoming version with goodies from Rebolt. We are working on migrating the documentation and last pieces of the information. Meanwhile, feel free to give this one a go.
1
+
# v0.10.0 - 2018-09-17
2
+
3
+
This is the biggest release we have done in a while. It is a result of hard work
- Created [Discord server](https://discord.gg/7XddYP6) dedicated to
51
+
`bs-react-native` and using Reason for writing mobile apps in general. Feel
52
+
free to join if you would like to take an active part in this project's
53
+
development or have any questions regarding using it in production,
54
+
- Improved typing in many modules to be more accurate with what React Native
55
+
expects, including
56
+
[`focus` and `blur` method on `TextInput`](https://github.com/reasonml-community/bs-react-native/commit/fd0ffc78ccc4e86ce9278d7a457db32cb0856dbf),
- Colors are now strings or interpolated which allows you to animate colors (@bjornj12)
158
+
- Colors are now strings or interpolated which allows you to animate colors
159
+
(@bjornj12)
63
160
64
-
##v0.6.0 - 2017-12-15
161
+
# v0.6.0 - 2017-12-15
65
162
66
163
### Added 🚀
67
164
@@ -79,9 +176,12 @@ Article releted:
79
176
80
177
### Breaking changes 💥
81
178
82
-
- Fix section type within `renderSectionHeader` and `renderSectionFooter` (@tonyhb) (#103)
83
-
- Support non-standard Platform.OS identifiers & iOS idioms (@ryanartecona) (#123)
84
-
- creating accessory type that includes section to match react-native s… (@bjornj12) (#130)
179
+
- Fix section type within `renderSectionHeader` and `renderSectionFooter`
180
+
(@tonyhb) (#103)
181
+
- Support non-standard Platform.OS identifiers & iOS idioms (@ryanartecona)
182
+
(#123)
183
+
- creating accessory type that includes section to match react-native s…
184
+
(@bjornj12) (#130)
85
185
86
186
### Fixed 🔧
87
187
@@ -93,7 +193,7 @@ Article releted:
93
193
- Fix `onEndReached` props on `FlatList` and `SectionList` (@maarekj)
94
194
- Add analytic spring parameters to AnimatedRe's Spring (@jamieparkinson)
95
195
96
-
##v0.5.0 - 2017-12-15
196
+
# v0.5.0 - 2017-12-15
97
197
98
198
### Added 🚀
99
199
@@ -110,29 +210,33 @@ Article releted:
110
210
111
211
-`reason-react` is now a peerDependency (@arnarthor)
112
212
- Namespaces (open ReactNative becomes open BsReactNative)(@arnarthor)
113
-
- New styles api (@wokalski) (@MoOx)
114
-
The style API has been changed from using polymorphic variants so things like `flexDirection(`row)`are now`flexDirection(Row)`. It also changes stringly typed values like`padding`,`margin`,`height`,`width`, etc to have typesafe definitions like`margin(Pt(10.))`or`margin(Pct(10.))`.
115
-
- Modify `fontSize` to be able to animate it (@gunnigylfa)
116
-
This changes `fontSize(14.)` to `fontSize(Float(14.))`
213
+
- New styles api (@wokalski) (@MoOx) The style API has been changed from using
214
+
polymorphic variants so things like
215
+
`flexDirection(`row)`are now`flexDirection(Row)`. It also changes stringly typed values like`padding`,`margin`,`height`,`width`, etc to have typesafe definitions like`margin(Pt(10.))`or`margin(Pct(10.))`.
216
+
- Modify `fontSize` to be able to animate it (@gunnigylfa) This changes
217
+
`fontSize(14.)` to `fontSize(Float(14.))`
117
218
118
-
##v0.3.0 - 2017-10-28
219
+
# v0.3.0 - 2017-10-28
119
220
120
221
- Bugfixes and missing props from components
121
-
- Fixing types of `maximumValue` and `minimumValue` from Slider component (#79) - @Denommus
122
-
- Makes `Animated.Scrollview.onScrollUpdate` use `NativeScrollEvent` (#78) - @alliannas
222
+
- Fixing types of `maximumValue` and `minimumValue` from Slider component
223
+
(#79) - @Denommus
224
+
- Makes `Animated.Scrollview.onScrollUpdate` use `NativeScrollEvent` (#78) -
225
+
@alliannas
123
226
- Tab bar item bug (#84) - @wokalski
124
227
- Add missing props to `FlatList` (#83) - @arnarthor
125
228
126
-
##v0.2.1 - 2017-09-26
229
+
# v0.2.1 - 2017-09-26
127
230
128
231
- multiple bug fixes from (@gunnigylfa), (@kristinns) , (@wokalski)
129
232
130
-
##v0.2.0 - 2017-09-03
233
+
# v0.2.0 - 2017-09-03
131
234
132
-
- updates all components to be compatible with Reason React 0.2.4 thanks to (@ulrikstrid)
235
+
- updates all components to be compatible with Reason React 0.2.4 thanks to
236
+
(@ulrikstrid)
133
237
- several small bug fixes from @szymonzmyslony, @kristinns and (@mikkel)
134
238
- bumped `bs-platform` to `1.9.1` and enabled `bs-super-errors`
0 commit comments