v3.0.0-beta.11
Pre-release
Pre-release
github-actions
released this
17 Jan 21:25
·
6694 commits
to master
since this release
What's new
- Taxonomy index URL have the templates loaded by convention: eg. /tags loads
tags
- Likewise for taxonomy term URLS: eg. /tags/awesome loads
tags
- Automatic Taxonomy routes within collections no longer rely on the collection being mounted to an entry. It falls back to the collection handle. eg.
/blog/tags
- Brought back the
taxonomy
param on thecollection
tag. - Added a
whereTaxonomyIn
method to the entries query builder.
What's improved
- The
dump
tag no longer shows the__env
andapp
arrays. - Blueprint fields being displayed as columns in listings are now opt-in. (Except for special ones like title, slug, etc)
What's fixed
- Brought back necessary files so devs can compile assets from their
vendor
directory if usingdev-master
. - Bugs. Squished.