Skip to content

Commit c671631

Browse files
authored
Merge pull request #214 from hove-io/release/07-05-2025
release/07 05 2025
2 parents 9426b62 + eaf385c commit c671631

File tree

34 files changed

+231
-11
lines changed

34 files changed

+231
-11
lines changed

docs/around_me/android/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
44

55
# Around Me Android Changelogs
66

7+
* [v2.16.0](releases/2.16.0/index.md) (_23 Apr 2025_)
78
* [v2.15.0](releases/2.15.0/index.md) (_24 Mar 2025_)
89
* [v2.14.0](releases/2.14.0/index.md) (_25 Feb 2025_)
910
* [v2.13.4](releases/2.13.4/index.md) (_03 Feb 2025_)

docs/around_me/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
1010

1111
```kotlin
1212
dependencies {
13-
implementation("com.kisio.navitia.sdk.ui:aroundme:2.15.0")
13+
implementation("com.kisio.navitia.sdk.ui:aroundme:2.16.0")
1414
}
1515
```
1616

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: AroundMe Android 2.16.0 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# Around Me Android 2.16.0 Changelog
6+
7+
<h2>🗓 23 Apr 2025</h2>
8+
9+
#### Features
10+
- Added an alert on the map when an item selected in autocompletion is not included in the filters.
11+
12+
#### Tasks
13+
- Optimized Map and BottomSheet behavior
14+
15+
#### Dependencies
16+
- `gradle` > `8.11.1`
17+
- `com.android.tools.build:gradle` > `8.9.1`
18+
- `com.kisio.navitia.sdk.data:expert` > `3.7.1`
19+
- `com.kisio.navitia.sdk.engine:design` > `2.22.0`
20+
- `com.kisio.navitia.sdk.engine:router` > `2.6.5`
21+
- `com.kisio.navitia.sdk.engine:toolbox` > `1.21.0`
22+
- `androidx.room:room-compiler` > `2.7.0`
23+
- `androidx.room:room-ktx` > `2.7.0`
24+
- `androidx.room:room-runtime` > `2.7.0`
25+
- `androidx.core:core-ktx`> `1.16.0`

docs/around_me/ios/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Around Me iOS - Changelogs - Navitia SDK Docs
44

55
# Around Me iOS Changelogs
66

7+
* [v4.2.0](releases/4.2.0/index.md) (_22 Apr 2025_)
78
* [v4.1.0](releases/4.1.0/index.md) (_24 Mar 2025_)
89
* [v4.0.0](releases/4.0.0/index.md) (_24 Feb 2025_)
910
* [v3.10.2](releases/3.10.2/index.md) (_12 Feb 2025_)

docs/around_me/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
1313
source 'https://github.com/hove-io/Podspecs.git' # Around Me podspec URL
1414

1515
target 'YOUR_PROJECT_SCHEME' do
16-
pod 'AroundMeSDK', '4.1.0' # Around Me Pod definition
16+
pod 'AroundMeSDK', '4.2.0' # Around Me Pod definition
1717
end
1818

1919
# Required for XCFramework
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: AroundMe iOS 4.2.0 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# AroundMe iOS 4.2.0 Changelog
6+
7+
<h2>🗓 22 Apr 2025</h2>
8+
9+
#### Features
10+
- Added an alert on the map when an item selected in autocompletion is not included in the filters.
11+
12+
#### Tasks
13+
- Improved transitions between different states of the map and the bottom sheet.
14+
- Added `WrappedContentTableView` view to UIKit for improved dynamic content handling
15+
16+
#### Fixes
17+
- Fix address marker not showing everytime.
18+
19+
#### Dependencies
20+
- `DesignEngine` -> `3.2.0`

docs/bookmark/android/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
44

55
# Bookmark Android Changelogs
66

7+
* [v1.11.1](releases/1.11.1/index.md) (_23 Apr 2025_)
78
* [v1.11.0](releases/1.11.0/index.md) (_24 Mar 2025_)
89
* [v1.10.0](releases/1.10.0/index.md) (_13 Feb 2025_)
910
* [v1.9.4](releases/1.9.4/index.md) (_03 Feb 2025_)

docs/bookmark/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
1010

1111
```kotlin
1212
dependencies {
13-
implementation("com.kisio.navitia.sdk.ui:bookmark:1.11.0")
13+
implementation("com.kisio.navitia.sdk.ui:bookmark:1.11.1")
1414
}
1515
```
1616

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Bookmark Android 1.11.1 - Changelog - Navitia SDK Docs
3+
---
4+
5+
# Bookmark Android 1.11.1 Changelog
6+
7+
<h2>🗓 23 Apr 2025</h2>
8+
9+
#### Dependencies
10+
- `gradle` > `8.11.1`
11+
- `com.android.tools.build:gradle` > `8.9.1`
12+
- `com.kisio.navitia.sdk.data:expert` > `3.7.1`
13+
- `com.kisio.navitia.sdk.engine:design` > `2.22.0`
14+
- `com.kisio.navitia.sdk.engine:router` > `2.6.5`
15+
- `com.kisio.navitia.sdk.engine:toolbox` > `1.21.0`
16+
- `androidx.room:room-compiler` > `2.7.0`
17+
- `androidx.room:room-ktx` > `2.7.0`
18+
- `androidx.room:room-runtime` > `2.7.0`
19+
- `androidx.core:core-ktx`> `1.16.0`

docs/bookmark/ios/changelogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs
44

55
# Bookmark iOS Changelogs
66

7+
* [v4.2.0](releases/2.2.0/index.md) (_22 Apr 2025_)
78
* [v2.1.0](releases/2.1.0/index.md) (_24 Mar 2025_)
89
* [v2.0.0](releases/2.0.0/index.md) (_24 Feb 2025_)
910
* [v1.9.3](releases/1.9.3/index.md) (_12 Feb 2025_)

0 commit comments

Comments
 (0)