Skip to content

feat: Support Advanced UI customization #1411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
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
54cba9b
feat: Support Advanced UI customization
AyaMahmoud148 Jul 7, 2025
1f8a8be
fix: lint
AyaMahmoud148 Jul 7, 2025
79b5c70
fix android test
AyaMahmoud148 Jul 7, 2025
6d3ef3f
fix: add changelog
AyaMahmoud148 Jul 7, 2025
c5409f0
fix: mocking file
AyaMahmoud148 Jul 7, 2025
c828d0a
fix: refactor redundant code
AyaMahmoud148 Jul 9, 2025
4214a27
fix: refactor functions
AyaMahmoud148 Jul 14, 2025
dafc63d
chore: add readme file for UI customization
AyaMahmoud148 Jul 20, 2025
c3a5b97
fix: lint
AyaMahmoud148 Jul 20, 2025
4571451
fix: rename some variables
AyaMahmoud148 Jul 20, 2025
eb03bca
chore: remove deperecated APIs
AyaMahmoud148 Jul 31, 2025
3bcf21f
chore: add change log
AyaMahmoud148 Jul 31, 2025
fdc8a20
fix: removed unused tests
AyaMahmoud148 Jul 31, 2025
d1086e1
fix: remove tests
AyaMahmoud148 Jul 31, 2025
bc123a9
fix: test failure
AyaMahmoud148 Jul 31, 2025
7018193
fix: remove deprecated apis
AyaMahmoud148 Jul 31, 2025
8b0c750
fix: remove tests
AyaMahmoud148 Jul 31, 2025
821ad6d
fix: unit test
AyaMahmoud148 Jul 31, 2025
6979434
remove commented code
AyaMahmoud148 Jul 31, 2025
2e2ace8
Merge branch 'feat/Advanced-UI-Customization' into feat/Remove-SDK-De…
AyaMahmoud148 Jul 31, 2025
5fa9874
fix: resolve comments
AyaMahmoud148 Jul 31, 2025
50beca4
fix: unit tests
AyaMahmoud148 Jul 31, 2025
e3836b1
fix: setCommentMinimumCharacterCountForBugReportType
AyaMahmoud148 Jul 31, 2025
48fc00a
fix: ios tests
AyaMahmoud148 Jul 31, 2025
f31ad84
Merge pull request #1424 from Instabug/feat/Remove-SDK-Deprecated-Pub…
AndrewAminInstabug Aug 7, 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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

### Changed

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

### Added

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

## [15.0.1](https://github.com/Instabug/Instabug-React-Native/compare/v14.3.0...v15.0.1)

### Added
Expand Down
Loading