Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ MIT © [Kendew Agency](https://github.com/Kendew-Agency)

A list if breaking changes that could impact the way you configured the package

### 0.4.0
### 0.3.1
- Added `events` to the `useComments()` hook. You can now subscribe to comment lifecycle events such as `onFocusChange`, `onCommentsConfirmed`, `onCommentsResolved`, `onCommentDeleted`, and `onCommentRegistered`. Each event method returns an unsubscribe function for easy cleanup.
- New types exported: `CommentEvents`, `CommentEventMap`, `Unsubscribe`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kendew-agency/react-feedback-layer",
"version": "0.3.0",
"version": "0.3.1",
"description": "Drop-in React feedback layer for collecting contextual user feedback",
"license": "MIT",
"author": "Kendew Agency",
Expand Down
Loading