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

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
Projects
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 added this to Issues in v0.19.5 via automation Feb 7, 2021
@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
v0.19.5 automation moved this from Issues to Ready Feb 7, 2021
@johanjanssens johanjanssens added this to the v0.19.5 milestone Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v0.19.5
  
Ready
Development

No branches or pull requests

1 participant