Skip to content

Commit bd53ff1

Browse files
committedApr 21, 2019
Make changelog consistent.
1 parent f7a30e4 commit bd53ff1

File tree

1 file changed

+39
-38
lines changed

1 file changed

+39
-38
lines changed
 

‎CHANGELOG.md

+39-38
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
* Use React.memo for FastImage. ([#449](https://github.com/DylanVann/react-native-fast-image/issues/449)) ([5c2b4af](https://github.com/DylanVann/react-native-fast-image/commit/5c2b4af))
77

8-
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)
8+
## [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)
99

1010

1111
### Features
@@ -26,13 +26,14 @@
2626

2727
* Fixes WebP rendering on iOS 12. ([#412](https://github.com/DylanVann/react-native-fast-image/issues/412)) ([97630c8](https://github.com/DylanVann/react-native-fast-image/commit/97630c8)), closes [#298](https://github.com/DylanVann/react-native-fast-image/issues/298) [#385](https://github.com/DylanVann/react-native-fast-image/issues/385)
2828

29-
## [5.1.2] - 2018-12-30
29+
## [5.1.2](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.1...v5.1.2) (2018-12-30)
30+
3031

3132
### Fixed
3233

3334
- Fixes cacheControl types. ([#382](https://github.com/DylanVann/react-native-fast-image/issues/382)) ([e13db7d](https://github.com/DylanVann/react-native-fast-image/commit/e13db7d)), closes [#325](https://github.com/DylanVann/react-native-fast-image/issues/325)
3435

35-
## [5.1.1] - 2018-11-13
36+
## [5.1.1] (2018-11-13)
3637

3738
### Fixed
3839

@@ -42,7 +43,7 @@
4243
- Referencing deprecated `compile` instead of `implementation`.
4344
- Using hardcoded `appcompat` version instead of using `rootProject.ext`.
4445

45-
## [5.1.0] - 2018-11-06
46+
## [5.1.0] (2018-11-06)
4647

4748
@patrickkempff has done a lot to improve the stability and usefulness of this library in this release 🙏🏻.
4849

@@ -56,7 +57,7 @@
5657
- Crash where activity was already destroyed before React Native could cleanup view manager. (8f702ed1d9ae69dfea172ebc5da3af7764a73808 - @patrickkempff)
5758
- Incorrect Flow types. (ba447531ace686d52178d943e9d5337d2fc74da7 - @retyui)
5859

59-
## [5.0.11] - 2018-10-15
60+
## [5.0.11] (2018-10-15)
6061

6162
### Added
6263

@@ -89,53 +90,53 @@
8990
- Handle `null` `view.glideUrl`. (75a6ce766c7fc2c1dd98a4e8d8c52c3aeeb3d506 - @ratson)
9091
- Incorrect cache property name in readme. (0ef723101846792e20ae9ba6420d5271ba6e928a - @vieiralucas)
9192

92-
## [4.0.14] - 2018-05-09
93+
## [4.0.14] (2018-05-09)
9394

9495
### Changed
9596

9697
- Add `resizeMode` examples.
9798

98-
## [4.0.13] - 2018-05-09
99+
## [4.0.13] (2018-05-09)
99100

100101
### Fixed
101102

102103
- Fix initial `resizeMode`. This fixes a bug where the `stretch` resizeMode could not be used. (6e5d0d7b89d71b5c05678d1ede7f6c27f809c9e9 - @bluekurk)
103104

104-
## [4.0.12] - 2018-05-06
105+
## [4.0.12] (2018-05-06)
105106

106107
### Fixed
107108

108109
- Revert some changes to default settings for building for Android. (a4e6ef3002319679d6faa95ca1314b2df36c433e)
109110
- Probably the correct way to deal with this going forward is to match the defaults to the values currently in React Native.
110111
- React Native may also choose to update the template to provide these properties on `ext`, in which case this issue would go away.
111112

112-
## [4.0.12] - 2018-05-06
113+
## [4.0.12] (2018-05-06)
113114

114115
### Changed
115116

116117
- Handle asset library URIs. (466f43f4aef74765ddc6e7740d4455748047acbf)
117118
- Improve TypeScript types. (75e3fd7cd832ce5e571b0ce1374a47a4b4c632c4)
118119

119-
## [4.0.10] - 2018-05-05
120+
## [4.0.10] (2018-05-05)
120121

121122
### Changed
122123

123124
- Handle assets from smart albums. (243b33db768b8afe4c58999db005600bda4a07dd)
124125

125-
## [4.0.9] - 2018-05-05
126+
## [4.0.9] (2018-05-05)
126127

127128
### Fixed
128129

129130
- Fix some issues with the examples.
130131
- Use OkHttpClientProvider to allow extending preconfigured clients. (eac670b2dcd26414c6c98426a9cda35ba35c5b67 - @btegenbosch)
131132

132-
## [4.0.8] - 2018-05-05
133+
## [4.0.8] (2018-05-05)
133134

134135
### Added
135136

136137
- Handle content and file urls.
137138

138-
## [4.0.7] - 2018-05-05
139+
## [4.0.7] (2018-05-05)
139140

140141
### Added
141142

@@ -151,15 +152,15 @@
151152

152153
- Fix bugs when using with `createAnimatedComponent`. (cf83d0f7f384afd262014f3a96feff32356611a2 - @kphungry)
153154

154-
## [4.0.6] - 2018-04-24
155+
## [4.0.6] (2018-04-24)
155156

156157
### Fixed
157158

158159
- Fix failing iOS builds. (#189)
159160
- Use conditional imports to support linking and CocoaPods. (084a41497d5688c7939f94be7d48d2f2ad74fb74)
160161
- Fix other `FLAnimatedImage` header search path. (ac00fdaa6309f03afc3bf052584a99c18726d21e)
161162

162-
## [4.0.4] - 2018-04-21
163+
## [4.0.4] (2018-04-21)
163164

164165
### Changed
165166

@@ -170,13 +171,13 @@
170171

171172
- Fix `FLAnimatedImage` header search path. (883dc0664dfd6ca26a1b8bece161abd3b9184cf1)
172173

173-
## [4.0.3] - 2018-04-21
174+
## [4.0.3] (2018-04-21)
174175

175176
### Fixed
176177

177178
- Fixes a bug where an undefined source would cause a crash. (https://github.com/DylanVann/react-native-fast-image/commit/78a28cdb814db39942125ead19742695a35b7223)
178179

179-
## [4.0.2] - 2018-04-19
180+
## [4.0.2] (2018-04-19)
180181

181182
### Added
182183

@@ -190,7 +191,7 @@
190191

191192
- Remove `borderRadius` prop that was left in accidentally, including removing it from the TypeScript definitions. `borderRadius` should now be applied using `style`.
192193

193-
## [4.0.0] - 2018-03-18
194+
## [4.0.0] (2018-03-18)
194195

195196
### Added
196197

@@ -203,7 +204,7 @@
203204
- `HEADER_SEARCH_PATHS`. (@OceanHorn)
204205
- Use `DecodeFormat.PREFER_ARGB_8888` to fix image quality issues. (@TilWs)
205206

206-
## [3.0.1] - 2018-03-10
207+
## [3.0.1] (2018-03-10)
207208

208209
### Fixed
209210

@@ -215,31 +216,31 @@
215216

216217
<img width="391" alt="radius" src="https://user-images.githubusercontent.com/1537615/37248293-662f6028-249c-11e8-9923-d9a62a706607.png">
217218

218-
## [2.2.6] - 2018-03-07
219+
## [2.2.6] (2018-03-07)
219220

220221
### Fixed
221222

222223
- Callbacks not being called. https://github.com/DylanVann/react-native-fast-image/commit/d9f729915486665d9aad1f1febff5348ab3ab069
223224

224-
## [2.2.4] - 2018-02-13
225+
## [2.2.4] (2018-02-13)
225226

226227
### Changed
227228

228229
- Update TypeScript definitions to include `borderRadius`.
229230

230-
## [2.2.3] - 2018-01-31
231+
## [2.2.3] (2018-01-31)
231232

232233
### Added
233234

234235
- Typescript type definitions. https://github.com/DylanVann/react-native-fast-image/pull/116/commits/f5422f851d428c8b60ca170a682164a32ffa4bb9
235236

236-
## [2.1.4] - 2018-01-31
237+
## [2.1.4] (2018-01-31)
237238

238239
### Fixed
239240

240241
- Styles not being passed when using a local image. https://github.com/DylanVann/react-native-fast-image/commit/1cf545253c385b42593f4b226029cb4aaa0ed325
241242

242-
## [2.1.3] - 2018-01-30
243+
## [2.1.3] (2018-01-30)
243244

244245
### Added
245246

@@ -257,13 +258,13 @@
257258
- Default `resizeMode` on Android. https://github.com/DylanVann/react-native-fast-image/commit/d4210c0ed03d7e0c49389f6abbb3c713e68e5142
258259
- Preloading on android. https://github.com/DylanVann/react-native-fast-image/commit/de4f40a3a30a95fb8cdab714735501650e335dd9
259260

260-
## [2.0.1] - 2017-11-30
261+
## [2.0.1] (2017-11-30)
261262

262263
### Removed
263264

264265
- Locking of node version with `engines`.
265266

266-
## [2.0.0] - 2017-11-30
267+
## [2.0.0] (2017-11-30)
267268

268269
### Changed
269270

@@ -279,7 +280,7 @@
279280

280281
- Removing backwards compatible `View.propTypes`.
281282

282-
## [1.0.0] - 2017-08-08
283+
## [1.0.0] (2017-08-08)
283284

284285
### Added
285286

@@ -289,71 +290,71 @@
289290

290291
- Support for `react-native < 0.47.0` because of a change to how native modules work.
291292

292-
## [0.0.11] - 2017-06-20
293+
## [0.0.11] (2017-06-20)
293294

294295
### Added
295296

296297
- Add support for preloading. ( 4e69ddd09908139feda66b283713d2b0efa04522 ) - @fjcaetano
297298
- Improve docs formatting.
298299

299-
## [0.0.10] - 2017-05-04
300+
## [0.0.10] (2017-05-04)
300301

301302
### Added
302303

303304
- Add gif support to iOS. 🎞
304305

305-
## [0.0.9] - 2017-05-03
306+
## [0.0.9] (2017-05-03)
306307

307308
### Fixed
308309

309310
- Re-release of previous version.
310311

311-
## [0.0.8] - 2017-05-03
312+
## [0.0.8] (2017-05-03)
312313

313314
### Fixed
314315

315316
- Fixed submodule installation.
316317
- This issue also caused the last version released to be packaged incorrectly (did not include SDWebImage).
317318

318-
## [0.0.7] - 2017-04-28
319+
## [0.0.7] (2017-04-28)
319320

320321
### Fixed
321322

322323
- Fix library header search paths. These being set incorrectly was causing archiving to fail.
323324

324-
## [0.0.6] - 2017-04-20
325+
## [0.0.6] (2017-04-20)
325326

326327
### Fixed
327328

328329
- Fix setNativeProps for plain Image component (no source).
329330

330-
## [0.0.5] - 2017-04-19
331+
## [0.0.5] (2017-04-19)
331332

332333
### Fixed
333334

334335
- Forward `setNativeProps`. Makes this component work with `TouchableOpacity`.
335336

336-
## [0.0.4] - 2017-04-18
337+
## [0.0.4] (2017-04-18)
337338

338339
### Fixed
339340

340341
- Fix `onLoad` and `onError` props on iOS.
341342

342-
## [0.0.3] - 2017-04-18
343+
## [0.0.3] (2017-04-18)
343344

344345
### Changed
345346

346347
- Remove useless image loading cancellation code.
347348
- Improve example.
348349
- Improve code formatting.
349350

350-
## [0.0.2] - 2017-04-17
351+
## [0.0.2] (2017-04-17)
351352

352353
### Added
353354

354355
- Initial release (for real).
355356

356-
## 0.0.1 - 2017-04-17
357+
## 0.0.1 (2017-04-17)
357358

358359
### Added
359360

0 commit comments

Comments
 (0)
Please sign in to comment.