Skip to content

Releases: papercups-io/papercups_flutter

3.1.1 Release

30 Jan 00:26
Compare
Choose a tag to compare

[3.1.1] - 29/01/2023

  • Fix deprecations
  • Solve issues where INSTALL_PACKAGES was set, issues with Google Play Review
  • Upgrade dependencies

3.1.0 Release

29 May 09:49
Compare
Choose a tag to compare

[3.1.0] - 29/05/2022

  • Fix build issues related to platform 3.0.0
  • Stop using private types in public APIs
  • Fix example
  • Update dependencies

3.0.1+1 Release

28 May 14:43
Compare
Choose a tag to compare

[3.0.1+1] - 28/05/2022

  • Fix RequireEmailUpfront key constructor

3.0.1 Release

28 May 10:48
Compare
Choose a tag to compare

[3.0.1] - 28/05/2022

  • Apply flutter lints
  • Formatting and applying conventions

3.0.0 Release

28 May 09:12
Compare
Choose a tag to compare

This new version brings full internationalization support along with file upload and unlimited chat appearance customization. This is a breaking release due to the introduction of the PapercupsIntl() and PapercupsStyle() classes.

A HUGE thank you to all of the contributors in this release. It is great to see new people contributing features. To the rest, thank you for your patience, here's the new release!

✨ New Features

  • New file upload functionality by @ryg-git (w/ improvements by @aguilaair)
  • Performance improvements
  • Add title style and alignment by @marwenbk
  • Implement theming PapercupStyle() by @marwenbk

🐛Bug Fixes

💥 Breaking changes

  • New PapercupsIntl() and PapercupsStyle() classes for customizing the papercups, check README.md for migration guide. By @CharlesMangwa

New Contributors

Full Changelog: 2.1.4...3.0.0

3.0.0 Pre-release

08 Jan 11:23
b33b940
Compare
Choose a tag to compare
3.0.0 Pre-release Pre-release
Pre-release

[3.0.0-beta.1] - 08/01/2022.

This new version brings full internationalization support along with file upload. This is a breaking release due to the introduction of the PapercupsIntl() class.

✨ New Features

  • New file upload functionality by @ryg-git
  • Performance improvements
  • Add title style and alignment by @marwenbk

🐛Bug Fixes

💥 Breaking changes

  • New PapercupsIntl() class for customizing the papercups, check README.md for migration guide. By @CharlesMangwa

New Contributors

Full Changelog: 2.1.4...3.0.0-beta.1

2.1.4 Release

12 Sep 14:02
Compare
Choose a tag to compare

[2.1.4] - 12/09/2021.

Yet another release fixing inter-conversation customer handovers. Hopefully it is all patched up now 🤞

🐛 Fixed an issue where new customer conversations would create a new ID, stopping links between conversations.

2.1.3 Release

11 Sep 17:06
Compare
Choose a tag to compare

[2.1.3] - 11/09/2021.

🐛 Fixed an issue where chats appeared as Anonymous in specific cases even if externalId was provided. (covers more cases).

2.1.2 Release

11 Sep 08:41
Compare
Choose a tag to compare

[2.1.2] - 11/09/2021.

🐛 Fixed an issue where chats appeared as Anonymous in specific cases even if externalId was provided.

🐛 Bug Fixes

21 Aug 16:12
Compare
Choose a tag to compare

[2.1.1] - 21/08/2021.

🐛 Fixed an issue where chats are not recovered due to an API change.