Skip to content

Commit e45f316

Browse files
AyaMahmoud148AndrewAminInstabugahmedAlaaInstabug
authored
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]>
1 parent fed6c49 commit e45f316

35 files changed

+1129
-720
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66

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

9+
- Add Support Advanced UI customization. ([#1411](https://github.com/Instabug/Instabug-React-Native/pull/1411))
10+
11+
### Changed
12+
13+
- **BREAKING** Remove deprecated APIs ([#1424](https://github.com/Instabug/Instabug-React-Native/pull/1424)). See migration guide for more details.
14+
915
### Fixed
1016

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

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

1621
### Added

0 commit comments

Comments
 (0)