Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.1

- Added support for hiding author and date information from articles (read more here: <https://help.featurebase.app/en/articles/7797557-configuring-the-help-center#i4lbl8z37f1>).

## 0.8.0

- **BREAKING**: Replaced providing the feedback and help urls with just providing the `organizationName`.
Expand Down
4 changes: 0 additions & 4 deletions lib/actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ void openHelpCenter({
/// Search fill color
Color? searchFillColor,

/// Hide Authors
bool hideAuthors = false,

/// Show Search Bar
bool showSearchBar = true,

Expand All @@ -103,7 +100,6 @@ void openHelpCenter({
primaryColor: primaryColor,
textColor: textColor,
backgroundColor: backgroundColor,
hideAuthors: hideAuthors,
searchFillColor: searchFillColor,
defaultLocale: defaultLocale,
showSearchBar: showSearchBar,
Expand Down
Loading
Loading