Skip to content

Commit 3c471d7

Browse files
committed
🔖 Release 1.5.0
1 parent 63c5bd9 commit 3c471d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# `react-native-maps-directions` Changelog
22

3+
## 1.5.0 - 2018-02-23
4+
5+
- Add support for `resetOnChange` prop to prevent glitches whenn recalculating (#21)
6+
- Add `onStart` callback prop to know when routing starts
7+
38
## 1.4.1 - 2018-01-31
49

510
- Fix a bug where new origin/destination objects (with same values) trigger an endless loop (#13)

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-maps-directions",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Directions Component for react-native-maps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)