Skip to content

Commit 26cff34

Browse files
authored
Merge pull request #133 from lumapps/feat/MP-2066
docs(sdk): add changelogs from 1.15.0 to 1.29.0
2 parents d5df5d2 + 9828972 commit 26cff34

File tree

15 files changed

+220
-2
lines changed

15 files changed

+220
-2
lines changed

docs/changelog/sdk/1.15.x.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ grand_parent: Changelog
99

1010
# [1.15.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.14.0...v1.15.0) (2022-11-08)
1111

12-
1312
## 🚀 Features
1413

15-
- **sdk:** add drive folder info into context hooks ([6597424](https://github.com/lumapps/lumapps-sdk-js/commit/6597424b11c616c78b4f1b6480ae16aa87a11ef5))
14+
- **sdk:** add drive folder info into context hooks ([6597424](https://github.com/lumapps/lumapps-sdk-js/commit/6597424b11c616c78b4f1b6480ae16aa87a11ef5))

docs/changelog/sdk/1.16.x.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default
3+
title: Release 1.16.x
4+
nav_order: 19
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.16.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.15.0...v1.16.0) (2023-01-10)
11+
12+
## 🚀 Features
13+
14+
- **extension-gcs:** add promoted results typing ([b69099c](https://github.com/lumapps/lumapps-sdk-js/commit/b69099c4dfaab61864c063465ab268d9b2bb6d67))
15+
- **extension-gcs:** improve search extension typing ([e74bb11](https://github.com/lumapps/lumapps-sdk-js/commit/e74bb11d9bd15ac924efc34504589fb3a29d09ef))
16+
- **extension-gcs:** improve search extension typing ([31c65f2](https://github.com/lumapps/lumapps-sdk-js/commit/31c65f20cc50b3c4461042b2f0b9de26c18155aa))
17+
- **mp:** add metadata types ([97cb8b7](https://github.com/lumapps/lumapps-sdk-js/commit/97cb8b754983aee9e8480eea2cd178a94d801fb1))
18+
- **sdk:** update extension version type ([486a2db](https://github.com/lumapps/lumapps-sdk-js/commit/486a2db97541b7ff4c494ba6a1d6fd6d0ff88301))

docs/changelog/sdk/1.17.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Release 1.17.x
4+
nav_order: 20
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.17.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.16.0...v1.17.0) (2023-01-13)
11+
12+
### 🚀 Features
13+
14+
- **sdk:** add version mobile compatibility type ([9be4cce](https://github.com/lumapps/lumapps-sdk-js/commit/9be4cce585ad57c5d5376ff704f8b3df25d0d03c))

docs/changelog/sdk/1.18.x.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Release 1.18.x
4+
nav_order: 21
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.18.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.17.0...v1.18.0) (2023-02-20)
11+
12+
### 🚀 Features
13+
14+
- **connectors:** add connectors types ([bb2e47b](https://github.com/lumapps/lumapps-sdk-js/commit/bb2e47b91166edf8c0551b910860bc50d5bb3021))
15+
- **sdk:** use lumdrian context and add connector id ([e43a22f](https://github.com/lumapps/lumapps-sdk-js/commit/e43a22fb9006f68d73d74afb69224f2b94e5a22f))

docs/changelog/sdk/1.19.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Release 1.19.x
4+
nav_order: 22
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.19.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.18.0...v1.19.0) (2023-02-23)
11+
12+
### 🚀 Features
13+
14+
- **sdk:** update connector types ([d7b96ce](https://github.com/lumapps/lumapps-sdk-js/commit/d7b96ce2f82ab7f4dc44a6d6147b433596289072))

docs/changelog/sdk/1.20.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Release 1.20.x
4+
nav_order: 23
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.20.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.19.0...v1.20.0) (2023-02-28)
11+
12+
### 🚀 Features
13+
14+
- **types:** add user_quick_action extension type ([00bcbca](https://github.com/lumapps/lumapps-sdk-js/commit/00bcbca20b6c5f0d3ea81b23d0e3db256e39a20f))

docs/changelog/sdk/1.21.x.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Release 1.21.x
4+
nav_order: 24
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.21.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.20.0...v1.21.0) (2023-03-08)
11+
12+
### 🚀 Features
13+
14+
- **lumapps-sdk:** url type to test extension widget ([d676034](https://github.com/lumapps/lumapps-sdk-js/commit/d676034325534128a09b2a8f23bfb6a79bccd4cb))
15+
- **sdk:** remove deleted connector status ([c439743](https://github.com/lumapps/lumapps-sdk-js/commit/c43974306e25776d6ec9297d5c1416136dbb2b1d))

docs/changelog/sdk/1.22.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Release 1.22.x
4+
nav_order: 25
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.22.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.21.0...v1.22.0) (2023-03-24)
11+
12+
### 🚀 Features
13+
14+
- **sdk:** uqa metadata add url ([dbc8cb1](https://github.com/lumapps/lumapps-sdk-js/commit/dbc8cb12297a2004b3f4a698613cbe4690c30f7b))

docs/changelog/sdk/1.23.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Release 1.22.x
4+
nav_order: 25
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.22.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.21.0...v1.22.0) (2023-03-24)
11+
12+
### 🚀 Features
13+
14+
- **sdk:** uqa metadata add url ([dbc8cb1](https://github.com/lumapps/lumapps-sdk-js/commit/dbc8cb12297a2004b3f4a698613cbe4690c30f7b))

docs/changelog/sdk/1.24.x.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: default
3+
title: Release 1.24.x
4+
nav_order: 26
5+
has_children: false
6+
parent: SDK JS
7+
grand_parent: Changelog
8+
---
9+
10+
# [1.24.1](https://github.com/lumapps/lumapps-sdk-js/compare/v1.24.0...v1.24.1) (2023-05-05)
11+
12+
### 🐛 Bug Fixes
13+
14+
- **extension-version:** extension id is mandatory ([30ae33a](https://github.com/lumapps/lumapps-sdk-js/commit/30ae33aea107cc9c2792d1b92dd9972d58cfb1b6))
15+
16+
# [1.24.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.23.0...v1.24.0) (2023-04-28)
17+
18+
### 🚀 Features
19+
20+
- **search:** improve result type ([65f5cce](https://github.com/lumapps/lumapps-sdk-js/commit/65f5cce3ccea752137e976e898db992d424dbd8f))
21+
- **search:** improve result type ([8fd5299](https://github.com/lumapps/lumapps-sdk-js/commit/8fd5299748cdcafeaa1d58f1d1f0230370576c38))

0 commit comments

Comments
 (0)