Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.2.1...v3.0.0) (2021-07-30) ### Bug Fixes * **plugin:** fix license ([49da5bb](49da5bb)) ### chore * **deps:** update deps ([cde2a69](cde2a69)) ### Features * **plugin:** convert `getActivatedRoute` and `isActivatedRoute` to React hooks ([027824a](027824a)) ### Performance Improvements * **plugin:** improve error message in `Link` component ([0ebdfa5](0ebdfa5)) * **plugin:** use `clsx` package instead of `classnames` ([a8e2ae6](a8e2ae6)) ### BREAKING CHANGES * **plugin:** `getActivatedRoute` and `isActivatedRoute` are now React hooks `useRoute` and `useIsRoute`. * **deps:** The plugin now requires at least Gatsby v3.0.4
- Loading branch information