v3.1.0
What's Changed
Full Changelog: v3.0.1...v3.1.0
Details
- Adding
IconDirective
to improve Material Icon component DX experience - Improve demo (https://feedzback.znk.io/demo)
- Improve docs (https://zenika.github.io/feedzback/)
- Fix "app-locale-id" cookie that should be included in HTTP requests (using appropriate domain
.znk.io
) - Server throws "BadRequestException" when "app-locale-id" is mandatory and missing
- Update client and server packages
Bug fix details
When browsing the app in english and requesting a feedback to someone.
Now the email sent by the server is effectively in english.
Previously, the cookie "app-locale-id" was NOT sent by the client due to the cookie's domain which was feedzback.znk.io
instead of .znk.io
.