@nstudio/nativescript-loading-indicator 4.3.5 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/bundle.js +2 -0
- package/index.android.js +3 -0
- package/index.android.js.map +1 -1
- package/nativescript.config.ts +14 -0
- package/package.json +5 -2
- package/platforms/ios/Podfile +0 -1
package/CHANGELOG.md
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
## 4.3.5 (2025-01-25)
|
2
|
+
|
3
|
+
### 🚀 Features
|
4
|
+
|
5
|
+
- **loading-indicator:** android dialog fragment support ([3ff75b9](https://github.com/nstudio/nativescript-plugins/commit/3ff75b9))
|
6
|
+
|
7
|
+
### 🩹 Fixes
|
8
|
+
|
9
|
+
- **loading-indicator:** ios privacy manifest ([d87b912](https://github.com/nstudio/nativescript-plugins/commit/d87b912))
|
10
|
+
- **loading-indicator:** android popOver handling ([82d2b28](https://github.com/nstudio/nativescript-plugins/commit/82d2b28))
|
11
|
+
- **loading-indicator:** case where root was called early when not available ([6016d38](https://github.com/nstudio/nativescript-plugins/commit/6016d38))
|
12
|
+
- **loading-indicator:** android current activity ([#141](https://github.com/nstudio/nativescript-plugins/pull/141))
|
13
|
+
- **loading-indicator:** android popup showing behind activity ([#140](https://github.com/nstudio/nativescript-plugins/pull/140))
|
14
|
+
- **loading-indicator:** not showing when Camera or other Modals are showing ([#139](https://github.com/nstudio/nativescript-plugins/pull/139))
|
15
|
+
- **loading-indicator:** ios root view improvements ([2988385](https://github.com/nstudio/nativescript-plugins/commit/2988385))
|
16
|
+
- **loading-indicator:** android not showing at anchor view ([#113](https://github.com/nstudio/nativescript-plugins/pull/113))
|
17
|
+
|
18
|
+
### ❤️ Thank You
|
19
|
+
|
20
|
+
- kefahB
|
21
|
+
- Nathan Walker
|