Crisp Chat - v2.4.6
A flutter plugin package for using crisp chat natively on Android & iOS.
For more info visit this site: Flutter Crisp Chat
Added
- Added
modalPresentationStyleparameter toCrispConfigfor iOS modal presentation style configuration. - Added
ModalPresentationStyleenum with options:fullScreen,pageSheet,formSheet,overFullScreen,overCurrentContext, andpopover. - Default modal presentation style is set to
fullScreento prevent touch events from passing through to the underlying Flutter UI.
Changed
- Upgraded Crisp Android SDK from
2.0.17to2.0.18.- Fixed crash on message deserialization when origin is null.
Fixed
- Fixed issue where
enableNotifications: falseinCrispConfigwas being ignored on iOS, causing the Crisp SDK to still prompt for push notification permissions after sending the first message.
What's Changed
- release/v2.4.5 by @alamin-karno in #117
- feat: add Google Analytics to documentation site by @alamin-karno in #118
- feat: add Google Analytics to documentation site by @alamin-karno in #119
- Fix sitemap XML formatting for Google Search Console by @alamin-karno in #120
- Fix sitemap XML formatting for Google Search Console by @alamin-karno in #121
- build(deps-dev): bump rollup from 4.57.1 to 4.59.0 in /docsrc by @dependabot[bot] in #122
- Fix ios chat taps through issue by @aspid168 in #124
- Fix ignoring of crispConfig.enableNotifications in ios by @aspid168 in #126
- feat: add iOS modal presentation styles and fix notification control by @alamin-karno in #127
- chore: upgrade Crisp Android SDK to 2.0.18 by @alamin-karno in #128
- feat(ios): Implement push notification handling by @alamin-karno in #129
New Contributors
Full Changelog: v2.4.5...v2.4.6