Skip to content

Commit 2a6f0a7

Browse files
Merge pull request #1436 from Instabug/sanity/v16.0.0
sanity: v16.0.0
2 parents 40bfc35 + 4d1c818 commit 2a6f0a7

File tree

78 files changed

+6113
-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

+6113
-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 git@github.com:Instabug/Escape.git
411+
- run: git clone -b master2 git@github.com: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 git@github.com:Instabug/Escape.git
437+
- run: git clone -b master2 git@github.com: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 git@github.com:Instabug/Escape.git
465+
- run: git clone -b master2 git@github.com: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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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+
27+
## [15.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev) (August 22, 2025)
28+
29+
### Changed
30+
31+
- Bump Instabug iOS SDK to v15.1.2 ([#1440](https://github.com/Instabug/Instabug-React-Native/pull/1440)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.2).
32+
333
## [15.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev)
434

535
### Added

0 commit comments

Comments
 (0)