v0.2 Form-Like Feelbacks
Major release
This release introduces FeelbackMessage and FeelbackTaggedMessage to receive message-like feelbacks such as advices, error reporting and similar.
The Feelback SDKs provide builtin components for form-like feelbacks which support 3 layouts:
- inline: display the form in the page
- switch: display a "Send Feedback" button, when pressed shows the form
- dialog: display a "Send Feedback" button, when pressed shows a full screen blocking modal with the form
Check the documentation for full details.
Highlights
- feat: New feelback types: FeelbackMessage, FeelbackTaggedMessage
- feat: Style improvements with per-component styling possible
SDKs update
- v0.2.0
@feelback/js
-- Updated with new components setup logic Changelog - v0.2.0
@feelback/react
-- Updated with new FeelbackMessage, FeelbackTaggedMessage components Changelog - v0.2.0
astro-feelback
-- Updated integration with Astro with new FeelbackMessage and FeelbackTaggedMessage components Changelog
Samples
- new nextjs (bare template) with sample Like integration
- new nextra (docs template) with sample FeelbackMessage integration