Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support route parameters and inject them into the component #354

Merged
merged 21 commits into from
Feb 21, 2021

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    c050fbb View commit details
    Browse the repository at this point in the history
  2. add changeset

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    d64997e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba4352 View commit details
    Browse the repository at this point in the history
  4. fix lint-staged

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7fd2028 View commit details
    Browse the repository at this point in the history
  5. reduce diff

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c867640 View commit details
    Browse the repository at this point in the history
  6. always return undefined

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    691acd2 View commit details
    Browse the repository at this point in the history
  7. add tests

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    e72a878 View commit details
    Browse the repository at this point in the history
  8. remove log

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    94354c5 View commit details
    Browse the repository at this point in the history
  9. update readme

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    3c8db42 View commit details
    Browse the repository at this point in the history
  10. fix indentation

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    f99ee07 View commit details
    Browse the repository at this point in the history
  11. Update packages/preact-iso/router.js

    Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
    JoviDeCroock and marvinhagemeister committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    9e3da74 View commit details
    Browse the repository at this point in the history
  12. use correct yml syntax

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8106ecc View commit details
    Browse the repository at this point in the history
  13. use context for route

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    58d5c30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a9bfb4 View commit details
    Browse the repository at this point in the history
  15. Update neat-wasps-mix.md

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c495a2c View commit details
    Browse the repository at this point in the history
  16. remove unused import

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    541aae5 View commit details
    Browse the repository at this point in the history
  17. Update packages/preact-iso/router.js

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    JoviDeCroock and developit committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    0035701 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8da84b2 View commit details
    Browse the repository at this point in the history
  19. lint fixes

    developit committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    cbcfed5 View commit details
    Browse the repository at this point in the history
  20. TypeScript fixes

    developit committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7156a49 View commit details
    Browse the repository at this point in the history
  21. add type for useRoute

    JoviDeCroock committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    ff6c16c View commit details
    Browse the repository at this point in the history