Skip to content
Open
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
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
b28e763
feat: remove deprecated APis
ahmedAlaaInstabug Aug 14, 2025
278737a
feat: remove deprecated APis
ahmedAlaaInstabug Aug 14, 2025
46c64df
feat: remove deprecated APis
ahmedAlaaInstabug Aug 14, 2025
69d66c5
feat: support expo updates (#1391)
kholood-ea Aug 18, 2025
775f1d2
fix: CHANGELOG.md
ahmedAlaaInstabug Aug 18, 2025
5fc84a1
feat: expo-sourcemap-support (#1392)
ahmedAlaaInstabug Aug 19, 2025
dc906f1
fix: expo-plugin (#1438)
ahmedAlaaInstabug Aug 19, 2025
34b0066
chore: bump ios SDK to v16.0.2
ahmedAlaaInstabug Aug 20, 2025
9db3bb8
chore: bump ios SDK to v16.0.2
ahmedAlaaInstabug Aug 20, 2025
1f352d4
chore: bump ios SDK to v16.0.2
ahmedAlaaInstabug Aug 20, 2025
b11cfe4
fix: fatal hang on ios
ahmedAlaaInstabug Aug 27, 2025
906c48d
fix: fatal hang on ios
ahmedAlaaInstabug Aug 27, 2025
58c5847
fix: sample app
ahmedAlaaInstabug Aug 27, 2025
d7368ac
fix: sample app
ahmedAlaaInstabug Aug 27, 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
3 changes: 0 additions & 3 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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.2...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.2](https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev)

### Added
Expand Down
Loading