diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7e61f..9119214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## [3.0.0] - 28/05/2022 +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()` and `PapercupsStyle()` classes for customizing the papercups, check README.md for migration guide. By @CharlesMangwa + +## New Contributors + +* @ryg-git made their first contribution in +- @jonatascm made their first contribution in +- @marwenbk made their first contribution in +- @CharlesMangwa made their first contribution in +- @dependabot made their first contribution in + +**Full Changelog**: + ## [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