Releases: papercups-io/papercups_flutter
3.1.1 Release
3.1.0 Release
[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
[3.0.1+1] - 28/05/2022
- Fix RequireEmailUpfront key constructor
3.0.1 Release
[3.0.1] - 28/05/2022
- Apply flutter lints
- Formatting and applying conventions
3.0.0 Release
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
- Fixed "Last seen" variable by @jonatascm
- Fix CustomerMetadata otherMetadata not being saved by @CharlesMangwa
π₯ Breaking changes
- New
PapercupsIntl()
andPapercupsStyle()
classes for customizing the papercups, check README.md for migration guide. By @CharlesMangwa
New Contributors
- @jonatascm made their first contribution in #68
- @marwenbk made their first contribution in #74
- @CharlesMangwa made their first contribution in #77
- @dependabot made their first contribution in #80
Full Changelog: 2.1.4...3.0.0
3.0.0 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
- Fixed "Last seen" variable by @jonatascm
π₯ Breaking changes
- New
PapercupsIntl()
class for customizing the papercups, check README.md for migration guide. By @CharlesMangwa
New Contributors
- @ryg-git made their first contribution in #66
- @jonatascm made their first contribution in #68
- @marwenbk made their first contribution in #74
- @CharlesMangwa made their first contribution in #77
Full Changelog: 2.1.4...3.0.0-beta.1
2.1.4 Release
[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
[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
[2.1.2] - 11/09/2021.
π Fixed an issue where chats appeared as Anonymous in specific cases even if externalId was provided.
π Bug Fixes
[2.1.1] - 21/08/2021.
π Fixed an issue where chats are not recovered due to an API change.