- BREAKING: Replaced providing the feedback and help urls with just providing the
organizationName
.
- Added image error icon for external icons that fail to load.
- Switched haptic feedback to use
selectionClick
instead oflightImpact
.
- Updated Dutch translations.
- Added haptic feedback support to buttons.
- Added support for custom search fill color in the Help Center panel with
searchFillColor
. - BREAKING: Removed the deprecated
openKnowledgeBase
function, useopenHelpCenter
instead.
- Added platforms to
pubspec
to show the correct supported platforms.
- Added support for viewing Changelogs with the
openChangelog
function. - Added mp4 video and iframe support for articles and changelogs.
- Improved HTML styling.
- Fix broken import.
- Added language picker in the navigation popup.
- Fixed article auggestion description being centered.
- Added basic title search (not as good as the website search that can search article title & body text). Can be disabled with
showSearchBar: false
. - Fixed some fontWeights to match the site better.
- Switched navbar collection/article icons to use grey instead of the primary color.
- BREAKING: Added localization support (check README for how to setup).
- Added navbar popup with articles and nav links.
- Added support for Emoji/Image/Svg collection, article and nav items icons.
- Added
defaultLocale
option to set the locale of the articles/help center. - Deprecated
openKnowledgeBase
, useopenHelpCenter
instead.
- Added support for swipe back page iOS gesture.
- Updated collection card to use Theme.of(context).cardColor.
- Fixed link text color issue.
- Added support for callouts in articles.
- Hide description area for collection cards if none.
- Added
hideAuthors
option to hide authors.
- Updated the README.md
- Change Dart SDK version.
- Now hides description area if there is not one set for the Help center.
Initial release.