Skip to content

Commit d67d2a2

Browse files
ahmedAlaaInstabugAyaMahmoud148AndrewAminInstabugkholood-ea
authored
Release: v16.0.0 (#1447)
* sanity: v16.0.0 * [GER-7366] Support App variant (#1409) * feat: add support for app variant * feat: add support for app variant * feat: add support for app variant * feat: add support for app variant * feat: support app variant * fix: change log * fix: change log * snapshot: fix upload sourcemap on ios (#1423) * snapshot: fix upload sourcemap on ios * snapshot: fix upload sourcemap on ios * fix: private views * fix: change log * fix: masking private views * fix: masking private views * feat: Support Advanced UI customization (#1411) * feat: Support Advanced UI customization * fix: lint * fix android test * fix: add changelog * fix: mocking file * fix: refactor redundant code * fix: refactor functions * chore: add readme file for UI customization * fix: lint * fix: rename some variables * chore: remove deperecated APIs * chore: add change log * fix: removed unused tests * fix: remove tests * fix: test failure * fix: remove deprecated apis * fix: remove tests * fix: unit test * remove commented code * fix: resolve comments * fix: unit tests * fix: setCommentMinimumCharacterCountForBugReportType * fix: ios tests * fix: private views * fix: private views * bump ios SDK to 16.0.1 --------- Co-authored-by: Andrew Amin <[email protected]> Co-authored-by: ahmed alaa <[email protected]> * bump ios SDK to 16.0.1 * bump ios SDK to 16.0.1 * fix: conflict with RN-health dependency * feat: remove deprecated APis * feat: support expo updates (#1391) * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * feat: xcode 16 support * chore: integrate iOS expo updates support custom build * feat[ios]: add setOverAirVersion * feat[ios]: test setOverAirVersion * feat: add setOverAirVersion * feat: test setOverAirVersion * chore[ios]: revert old cocoapods version * chore(example): revert old example app * chore (example): fix lint * chore(android): integrate with expo updates android snapshot * feat(android): add setOverAirVersion API * chore: add changelog item * chore(android): remove log * chore(iOS): fix failing CI * chore(ios): workaround failing CI * ci: fix ci running * ci: fix ci running * chore(android): add dependency * chore(CI): fix sync_generated_files task * chore(CI): fix sync_generated_files task * chore(android): update snapshot * chore(CI): fix ios sync * chore: fix CI sync_generated_files job * hore: fix CI sync_generated_files job * chore(ios): update custom build * chore: fix CI sync_generated_files job * fix(ios): service type mismatch * fix(ios): fix test SetOverAirVersion * fix(ios): fix test SetOverAirVersion * chore: fix CI job * chore: revert old podfile.lock * feat: add new ios custom build * chore: add latest android snapshot * fix: type conversion * fix: ios test cases * fix: migration issue * fix: migration issue * fix: podfile issue --------- Co-authored-by: Ahmed alaa <[email protected]> Co-authored-by: ahmed alaa <[email protected]> * fix: CHANGELOG.md * feat: expo-sourcemap-support (#1392) * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: add expo sourcemap support * feat: update sourcemaps.gradle * feat: update sourcemaps.gradle * feat: update sourcemaps.gradle * feat: update sourcemaps.gradle * feat: update sourcemaps.gradle * feat: update sourcemaps.gradle * feat: add permissions * feat support sourcemap expo * feat support sourcemap expo * feat: add manifest permissions * feat: add manifest permissions * feat: add manifest permissions * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * fix: upload command * feat: expo sourcemap support * fix: CHANGELOG.md * fix: CHANGELOG.md * fix: expo-plugin (#1438) * fix: expo plugin * fix: expo plugin * fix: expo plugin * fix: expo plugin * fix: expo plugin * fix: expo plugin * fix: expo plugin * fix: expo plugin * chore: bump ios SDK to v16.0.2 * fix: sample app fix: fatal hang on ios * fix CHANGELOG.md * ci: fix custom release package (#1445) * ci: fix custom release package * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency * fix: escape dependency --------- Co-authored-by: AyaMahmoud148 <[email protected]> Co-authored-by: Andrew Amin <[email protected]> Co-authored-by: kholood <[email protected]>
1 parent b67c58d commit d67d2a2

File tree

78 files changed

+6107
-841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6107
-841
lines changed

.circleci/config.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ references:
1414
- validate_shell_files
1515
- sync_generated_files
1616
- test_ios
17-
- e2e_ios
18-
- e2e_android
19-
2017
dream11_prepare_config: &dream11_prepare_config
2118
prepare_steps:
2219
- prepare_dream11
@@ -404,13 +401,14 @@ jobs:
404401
api_endpoint:
405402
type: string
406403
dashboard_token_env:
407-
type: string
404+
type: env_var_name
405+
macos:
406+
xcode: 15.4.0
407+
resource_class: macos.m1.medium.gen1
408408
working_directory: ~/project
409-
executor:
410-
name: node/default
411409
steps:
412410
- advanced-checkout/shallow-checkout
413-
- run: git clone [email protected]:Instabug/Escape.git
411+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
414412
- run:
415413
working_directory: Escape
416414
command: swift build -c release
@@ -436,7 +434,7 @@ jobs:
436434
working_directory: '~'
437435
steps:
438436
- advanced-checkout/shallow-checkout
439-
- run: git clone [email protected]:Instabug/Escape.git
437+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
440438
- run:
441439
working_directory: Escape
442440
command: swift build -c release
@@ -464,7 +462,7 @@ jobs:
464462
files: package.json
465463
search: instabug-reactnative
466464
replace: '@instabug/react-native'
467-
- run: git clone [email protected]:Instabug/Escape.git
465+
- run: git clone -b master2 [email protected]:Instabug/Escape.git
468466
- run:
469467
working_directory: Escape
470468
command: swift build -c release
@@ -577,7 +575,7 @@ workflows:
577575
android_package: nn
578576
api_endpoint: st001009nn.instabug.com
579577
api_endpoint: st001009nn.instabug.com
580-
dashboard_token_env: ${NN_TOKEN}
578+
dashboard_token_env: NN_TOKEN
581579

582580
- hold_release_injazat:
583581
requires: *release_dependencies
@@ -598,7 +596,7 @@ workflows:
598596
android_package: injazat
599597
api_endpoint: st001013mec1.instabug.com
600598
api_endpoint: st001013mec1.instabug.com
601-
dashboard_token_env: ${INJAZAT_TOKEN}
599+
dashboard_token_env: INJAZAT_TOKEN
602600

603601
# Dream11 tests
604602
- hold_test_dream11:
@@ -641,4 +639,4 @@ workflows:
641639
prepare_steps:
642640
- prepare_dream11
643641
api_endpoint: st001012dream11.instabug.com
644-
dashboard_token_env: ${DREAM11_TOKEN}
642+
dashboard_token_env: DREAM11_TOKEN

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev)
4+
5+
### Added
6+
7+
- Add support for App variant. ([#1409](https://github.com/Instabug/Instabug-React-Native/pull/1409))
8+
9+
- Add Support Advanced UI customization. ([#1411](https://github.com/Instabug/Instabug-React-Native/pull/1411))
10+
11+
- Add Support Eas updates. ([#1391](https://github.com/Instabug/Instabug-React-Native/pull/1391))
12+
13+
- Add support for uploading sourcemap files in expo apps. ([#1392](https://github.com/Instabug/Instabug-React-Native/pull/1392))
14+
15+
### Changed
16+
17+
- **BREAKING** Remove deprecated APIs ([#1424](https://github.com/Instabug/Instabug-React-Native/pull/1424)). See migration guide for more details.
18+
19+
- Bump Instabug iOS SDK to v16.0.2 ([#1436](https://github.com/Instabug/Instabug-React-Native/pull/1436)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/16.0.1).
20+
21+
- Bump Instabug Android SDK to v16.0.0 ([#1436](https://github.com/Instabug/Instabug-React-Native/pull/1436)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v16.0.1).
22+
23+
### Fixed
24+
25+
- Masking private views on newer React native Versions ([#1403](https://github.com/Instabug/Instabug-React-Native/pull/1403))
26+
327
## [15.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev) (August 22, 2025)
428

529
### Changed

0 commit comments

Comments
 (0)