Skip to content

Release 4.3.0

Choose a tag to compare

@jackiequach jackiequach released this 22 Mar 17:50
· 42 commits to main since this release
  • Remove storybook, update readme, remove TODO comments (#145)

Changes from (#142):

  • Adds the addTocToManifest helper function.
  • Extracts the reducer, types, and utility functions into separate files for easier understanding.
  • Makes a GO_FORWARD GO_BACKWARD and GO_TO_HREF action.
  • Moves all action logic into the reducer (out of the callback) so it can be shared easier and centralized.
  • Makes an effect that scrolls the user to the correct page when the page number changes.