Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
docs: update README for 3.0.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Aug 31, 2023
1 parent 1d8224c commit b52e650
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v3.0.0-rc.0]

- feat(usePresence): add `subscribeOnly` [\#41](https://github.com/ably-labs/react-hooks/pull/41)
- feat!: add `<AblyProvider>` and `useAbly` [\#57](https://github.com/ably-labs/react-hooks/pull/57)
- feat: add `useChannelStateListener` and `useConnectionStateListener` [\#65](https://github.com/ably-labs/react-hooks/pull/65)
- fix: `useChannel` hook with `ChannelOptions` throws error [\#66](https://github.com/ably-labs/react-hooks/pull/66)
- feat!: channel/connection error handling APIs [\#71](https://github.com/ably-labs/react-hooks/pull/71)
- feat!: add React 16.8+ support for the library [\#75](https://github.com/ably-labs/react-hooks/pull/75)
- feat: skip param for usePresence and useChannel [\#81](https://github.com/ably-labs/react-hooks/pull/81)
- feat: allow useChannel without message callback [\#85](https://github.com/ably-labs/react-hooks/pull/85)
- make ably-js a peerDependency [\#86](https://github.com/ably-labs/react-hooks/pull/86)

## [v2.1.1](https://github.com/ably-labs/react-hooks/tree/v2.1.1)

[Full Changelog](https://github.com/ably-labs/react-hooks/compare/934c32cb9af7e0b0aa4732c373294c632423f584...v2.1.1)
Expand Down

0 comments on commit b52e650

Please sign in to comment.