| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 121d309 commit ce78f40
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,20 @@ | |||
| 1 | + ## 9.2.0-tvos.0 (2026-09-13) | ||
| 2 | + | ||
| 3 | + ### 🚀 Features | ||
| 4 | + | ||
| 5 | + - add tvOS core and webpack support ([bc1e4ea95](https://github.com/NativeScript/NativeScript/commit/bc1e4ea95)) | ||
| 6 | + - **vite:** support plain javascript ([d0f3e7654](https://github.com/NativeScript/NativeScript/commit/d0f3e7654)) | ||
| 7 | + | ||
| 8 | + ### 🩹 Fixes | ||
| 9 | + | ||
| 10 | + - **core:** getRandomValues fills the caller's typed array on iOS ([#11405](https://github.com/NativeScript/NativeScript/pull/11405)) | ||
| 11 | + | ||
| 12 | + ### ❤️ Thank You | ||
| 13 | + | ||
| 14 | + - Eduardo Speroni @edusperoni | ||
| 15 | + - Lorenzo Nuvoletta | ||
| 16 | + - Nathan Walker | ||
| 17 | + | ||
| 1 | 18 | ## 9.1.1 (2026-08-31) | |
| 2 | 19 | ||
| 3 | 20 | ### 🚀 Features | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@nativescript/core", | |
| 3 | - "version": "9.1.2-next.0", | ||
| 3 | + "version": "9.2.0-tvos.0", | ||
| 4 | 4 | "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", | |
| 5 | 5 | "type": "module", | |
| 6 | 6 | "main": "index", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments