Skip to content

Commit

Permalink
readme and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Oct 30, 2020
1 parent 5344875 commit 6576051
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 232 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 4.0.0

### Breaking Changes

- [#8](https://github.com/okta/okta-react/pull/8)
- Changes `@okta/okta-auth-js` as peerDependency
- Removes `authService` module
- Explicitly accepts `oktaAuth` instance in `Security` component
- Replaces `authService` with `oktaAuth` in `useOktaAuth` hook and `withOktaAuth` HOC

### Features

- [#8](https://github.com/okta/okta-react/pull/8) Accepts `onAuthRequired` prop in `SecureRoute` component to override the existing callback for the route

# 3.0.7

### Bug Fixes
Expand Down
Loading

0 comments on commit 6576051

Please sign in to comment.