Skip to content
New issue

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

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

Already on GitHub? # to your account

Release 0.19.5 #531

Closed
johanjanssens opened this issue Feb 7, 2021 · 0 comments
Closed

Release 0.19.5 #531

johanjanssens opened this issue Feb 7, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@johanjanssens
Copy link
Member

1. Allow to access route parameters for none-collection pages #530

Improved routing for none-collection pages making it possible to access route parameters for none-collection pages easily.

For example for following url https://example.com/article/1

---
route: 'article/[digit:parameter]'
---

<?= route()->get('parameter]'); ?>

2. Do not prefetch onload in headless mode #523

Prevent the prefetcher from prefetching on load when running in a headless browser. This ensure more correct testing data in tools like: https://yellowlab.tools

Fixes

@johanjanssens johanjanssens self-assigned this Feb 7, 2021
@johanjanssens johanjanssens mentioned this issue Feb 7, 2021
62 tasks
johanjanssens added a commit that referenced this issue Feb 7, 2021
@johanjanssens johanjanssens added this to the v0.19.5 milestone Feb 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant