Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d95ae75
Merge pull request #1435 from Instabug/Release/15.0.2
mzelzoghbi Aug 11, 2025
2716489
sanity: v16.0.0
ahmedAlaaInstabug Aug 13, 2025
5920584
[GER-7366] Support App variant (#1409)
ahmedAlaaInstabug Aug 13, 2025
2963ad6
snapshot: fix upload sourcemap on ios (#1423)
ahmedAlaaInstabug Aug 13, 2025
7698dce
fix: private views
ahmedAlaaInstabug Aug 13, 2025
aa17639
fix: change log
ahmedAlaaInstabug Aug 13, 2025
2d52d8d
fix: masking private views
ahmedAlaaInstabug Aug 13, 2025
27c46cc
Merge remote-tracking branch 'origin/sanity/v16.0.0' into sanity/v16.0.0
ahmedAlaaInstabug Aug 13, 2025
fed6c49
fix: masking private views
ahmedAlaaInstabug Aug 13, 2025
e45f316
feat: Support Advanced UI customization (#1411)
AyaMahmoud148 Aug 14, 2025
b6089f8
bump ios SDK to 16.0.1
ahmedAlaaInstabug Aug 14, 2025
fb1bd69
bump ios SDK to 16.0.1
ahmedAlaaInstabug Aug 14, 2025
b67c58d
Release:v15.0.3 (#1440)
ahmedAlaaInstabug Aug 22, 2025
fc55abe
fix: conflict with RN-health dependency
ahmedAlaaInstabug Aug 25, 2025
882bcfd
feat: remove deprecated APis
ahmedAlaaInstabug Aug 14, 2025
c14658a
feat: support expo updates (#1391)
kholood-ea Aug 18, 2025
b1644e6
fix: CHANGELOG.md
ahmedAlaaInstabug Aug 18, 2025
6afec12
feat: expo-sourcemap-support (#1392)
ahmedAlaaInstabug Aug 19, 2025
a48ef52
fix: expo-plugin (#1438)
ahmedAlaaInstabug Aug 19, 2025
12ae119
chore: bump ios SDK to v16.0.2
ahmedAlaaInstabug Aug 20, 2025
2b32f5c
fix: sample app
ahmedAlaaInstabug Aug 27, 2025
c55b198
Merge branch 'sanity/v16.0.0' into fix/conflict-with-health-dependancy
ahmedAlaaInstabug Aug 29, 2025
6743e69
fix CHANGELOG.md
ahmedAlaaInstabug Aug 29, 2025
6c6a9e0
Merge pull request #1446 from Instabug/fix/conflict-with-health-depen…
ahmedAlaaInstabug Aug 29, 2025
4d1c818
ci: fix custom release package (#1445)
ahmedAlaaInstabug Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ references:
- validate_shell_files
- sync_generated_files
- test_ios
- e2e_ios
- e2e_android

dream11_prepare_config: &dream11_prepare_config
prepare_steps:
- prepare_dream11
Expand Down Expand Up @@ -404,13 +401,14 @@ jobs:
api_endpoint:
type: string
dashboard_token_env:
type: string
type: env_var_name
macos:
xcode: 15.4.0
resource_class: macos.m1.medium.gen1
working_directory: ~/project
executor:
name: node/default
steps:
- advanced-checkout/shallow-checkout
- run: git clone [email protected]:Instabug/Escape.git
- run: git clone -b master2 [email protected]:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand All @@ -436,7 +434,7 @@ jobs:
working_directory: '~'
steps:
- advanced-checkout/shallow-checkout
- run: git clone [email protected]:Instabug/Escape.git
- run: git clone -b master2 [email protected]:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand Down Expand Up @@ -464,7 +462,7 @@ jobs:
files: package.json
search: instabug-reactnative
replace: '@instabug/react-native'
- run: git clone [email protected]:Instabug/Escape.git
- run: git clone -b master2 [email protected]:Instabug/Escape.git
- run:
working_directory: Escape
command: swift build -c release
Expand Down Expand Up @@ -577,7 +575,7 @@ workflows:
android_package: nn
api_endpoint: st001009nn.instabug.com
api_endpoint: st001009nn.instabug.com
dashboard_token_env: ${NN_TOKEN}
dashboard_token_env: NN_TOKEN

- hold_release_injazat:
requires: *release_dependencies
Expand All @@ -598,7 +596,7 @@ workflows:
android_package: injazat
api_endpoint: st001013mec1.instabug.com
api_endpoint: st001013mec1.instabug.com
dashboard_token_env: ${INJAZAT_TOKEN}
dashboard_token_env: INJAZAT_TOKEN

# Dream11 tests
- hold_test_dream11:
Expand Down Expand Up @@ -641,4 +639,4 @@ workflows:
prepare_steps:
- prepare_dream11
api_endpoint: st001012dream11.instabug.com
dashboard_token_env: ${DREAM11_TOKEN}
dashboard_token_env: DREAM11_TOKEN
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [16.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev)

### Added

- Add support for App variant. ([#1409](https://github.com/Instabug/Instabug-React-Native/pull/1409))

- Add Support Advanced UI customization. ([#1411](https://github.com/Instabug/Instabug-React-Native/pull/1411))

- Add Support Eas updates. ([#1391](https://github.com/Instabug/Instabug-React-Native/pull/1391))

- Add support for uploading sourcemap files in expo apps. ([#1392](https://github.com/Instabug/Instabug-React-Native/pull/1392))

### Changed

- **BREAKING** Remove deprecated APIs ([#1424](https://github.com/Instabug/Instabug-React-Native/pull/1424)). See migration guide for more details.

- 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).

- 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).

### Fixed

- Masking private views on newer React native Versions ([#1403](https://github.com/Instabug/Instabug-React-Native/pull/1403))

## [15.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.3...dev) (August 22, 2025)

### Changed

- 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).

## [15.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev)

### Added
Expand Down
Loading