Skip to content

Commit

Permalink
Add links to lib and react hooks migration guides to changelog
Browse files Browse the repository at this point in the history
Links are based on directory structure introduced in 9ee5681
  • Loading branch information
VeskeR committed Mar 20, 2024
1 parent 4fe41da commit c4102a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This contains only the most important and/or user-facing changes; for a full cha
The 2.0.0 release introduces a number of new features and QoL improvements, including a new way to remove bloat and reduce the bundle size of your ably-js client, first-class support for Promises, a more idiomatic approach to using ably-js' React Hooks, enhancements to TypeScript typings, and more.

Below is an overview of the major changes in this release.
Please refer to the [ably-js v2 migration guide](link TBD) for the full details, including a list of all breaking changes and instructions on how to address them.

Please refer to the ably-js v2 [lib migration guide](./docs/migration-guides/v2/lib.md) and [React Hooks migration guide](./docs/migration-guides/v2/react-hooks.md) for the full details, including a list of all breaking changes and instructions on how to address them.

### Bundle Size Reduction

Expand Down

0 comments on commit c4102a1

Please sign in to comment.