Changelog
Roadmap
Features in development, planned or in research status
- GitHub integration
- Weekly and monthly reports with mail recaps
- Custom schema feelbacks
- Webhooks
v0.3: New layouts and configurations
This v0.3 release brings overall refinements, small tweaks and new UI configurations for the builtin components.
Highlights
- feat: new
evaluation
preset - feat: new email field for message-based components
- feat: new layout
reveal-message
for tagged-message feelback - feat: new builtin styles
New Astro Starlight integration
You can collect feedback in your documentation pages built with Astro Starlight.
You can see the complete setup in the samples/astro-starlight directory.
Read the complete integration guide.
SDKs update
- v0.3.0
@feelback/js
β Changelog - v0.3.0
@feelback/react
β Changelog - v0.3.0
astro-feelback
β Changelog
v0.2: Form-Like Feelbacks
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 fullscreen 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
v0.1: First (Early Preview) Release
This is the first release of the Feelback service. This release includes:
Feelback types
Pulse
β Capture basic on/off signal, suited for like-count et similarYesNo
β Capture a boolean value, like up/down votes, agree/disagreeReaction
β For a value-from-a-list signal, like an emoji reaction to a commentRating
β For a numeric value, like a star(1-5) rating on a product
SDKs and libraries
Client packages (javascript/typescript) are available on npm:
- v0.1.0
@feelback/js
β Base javascript libraries to interact with the Feelback API - v0.1.0
@feelback/react
β Builtin hooks and pre-configured components for React - v0.1.0
astro-feelback
β Integration with Astro
Documentation
The home site with documentation is live at feelback.dev.
More
Share