diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..fd1d67fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,53 @@ +# Changelog + +## [9.0.3] - 2026-01-21 + +### Fixed + +- Fix SimpleHtml to support inline CSS processing via `enableCSSInlineProcessing` prop (#902) + +### Dependencies + +- Update `@shoutem/theme` dependency and allow minor version auto-updates for Shoutem packages + +## [9.0.2] - 2026-01-12 + +### Dependencies + +- Update `@shoutem/theme` dependency + +## [9.0.1] - 2025-12-31 + +### Added + +- Add `headers` prop to Video component for custom request headers (#896) + +## [9.0.0] - 2025-12-16 + +### Changed + +- Add React Native 0.78 support (#887) +- Update `react-native-svg`, `react-native-modal`, and `lottie-react-native` dependencies +- Fix default props and ScrollView usage outside NavigationContainer +- Improve performance in ScrollView and SimpleHtml components (#893) + +## [8.2.7] - 2025-08-18 + +### Fixed + +- Fix `AttachmentRenderer` to correctly render images from attachment tags +- Fix null/undefined handling in `AttachmentRenderer` + +## [8.2.6] - 2025-07-03 + +### Fixed + +- Fix action sheet option colors to ensure text is visible in all themes (#888) + +## [8.2.5] - 2025-04-28 + +### Added + +- Add `full-screen` and `video-recording` icons (#884) + +_Generated by [Changesmith](https://changesmith.dev)_