Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: icd2k3/use-react-router-breadcrumbs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: icd2k3/use-react-router-breadcrumbs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 20 files changed
  • 8 contributors

Commits on Feb 2, 2022

  1. Update README.md

    icd2k3 authored Feb 2, 2022
    Copy the full SHA
    cf4b277 View commit details

Commits on Mar 31, 2022

  1. feat: Add compatability for declarative routes (#49)

    * add createRoutesFromChildren from react-router utils
    
    * fix lint issues
    
    * add support for breadcrumb prop when using createRoutesFromChildren function
    
    * add documentation for declarative routing
    
    * add two tests for declarative routing
    
    * fix, readme did not have correct implementation
    
    * ignore any warning to match react-router implementation
    MichaelDimmitt authored Mar 31, 2022
    Copy the full SHA
    73ae2d6 View commit details
  2. chore: update version (#50)

    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Mar 31, 2022
    Copy the full SHA
    a5a3188 View commit details

Commits on Apr 8, 2022

  1. fix: typescript compiler for dynamic routing solution (#51)

    adds breadcrumb to the Route type from react router
    MichaelDimmitt authored Apr 8, 2022
    Copy the full SHA
    c0c98c2 View commit details
  2. chore: bump version (#54)

    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Apr 8, 2022
    Copy the full SHA
    0b92635 View commit details

Commits on Apr 28, 2022

  1. chore: update react-router and switch to RTL for testing (#55)

    * chore: update react-router
    
    * refactor: switch from enzyme to RTL
    
    * chore: cleanup
    
    * fix: test titles
    
    * test: add useLocation into the test
    
    * chore: cleanup
    
    * chore: update babel dependencies
    
    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Apr 28, 2022
    Copy the full SHA
    8edfa05 View commit details

Commits on May 20, 2022

  1. Copy the full SHA
    2cbfce2 View commit details

Commits on Sep 9, 2022

  1. chore: Convert tests to TS and update dev dependencies (#63)

    * chore: Convert tests to TS and update dev dependencies
    
    * chore: update node version for github actions
    
    * chore: adjust hooks
    
    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Sep 9, 2022
    Copy the full SHA
    0f21368 View commit details
  2. refactor: switch from react-router peer dep to react-router-dom (#64)

    * refactor: switch from react-router peer dep to react-router-dom
    
    * chore: update yarn lockfile
    
    * fix: some TS warnings in test file
    
    * fix: types
    
    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Sep 9, 2022
    Copy the full SHA
    d1ed86c View commit details

Commits on Sep 19, 2022

  1. docs: readme update (#66)

    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Sep 19, 2022
    Copy the full SHA
    fc4de66 View commit details
  2. chore: switch from yarn to npm (#67)

    * chore: switch from yarn to npm
    
    * chore: fix gh action
    
    * chore: gh actions order
    
    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Sep 19, 2022
    Copy the full SHA
    385bc41 View commit details

Commits on Sep 20, 2022

  1. Updated Readme (#68)

    Changed slightly confusing spelling mistakes
    LouisMuriuki authored Sep 20, 2022
    Copy the full SHA
    a51f9e6 View commit details

Commits on Oct 11, 2022

  1. Update README.md

    icd2k3 authored Oct 11, 2022
    Copy the full SHA
    ca18352 View commit details
  2. fix: type error for route object for latest react-router release (#72)

    * fix: type error for route object for latest react-router release
    
    * chore: bump patch version
    
    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Oct 11, 2022
    Copy the full SHA
    7fa6703 View commit details
  3. fix: package lock version (#73)

    Co-authored-by: Justin Schrader <jschrader@newrelic.com>
    icd2k3 and jschrader-nr authored Oct 11, 2022
    Copy the full SHA
    ca6934e View commit details

Commits on Oct 12, 2022

  1. Update README.md

    icd2k3 authored Oct 12, 2022
    Copy the full SHA
    c4bce91 View commit details

Commits on Apr 20, 2023

  1. fix: make sure breadcrumb prop is available for all route types (#77)

    Co-authored-by: mickeb <mikael.bjorkman@trioptima.com>
    mickeb and mickeb authored Apr 20, 2023
    Copy the full SHA
    464f29e View commit details
  2. fix: link url (#74)

    shinshin86 authored Apr 20, 2023
    Copy the full SHA
    52a9356 View commit details
Loading