Releases: statamic/cms
Releases · statamic/cms
v3.0.0-beta.11
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.
v3.0.0-beta.10
What's new
- The
nav:breadcrumbs
tag
v3.0.0-beta.9
What's new
What's improved
- Widget suggestions are now provided if you make a typo.
- The cache tag now clears the cache when any parameters are changed.
- The
entry.saving
andentry.publishing
hooks now receive the Vuex store name. - Manifest class moved up a namespace.
- A bit of responsive love.
What's fixed
- 🐛 Various and numerous bugs have been identified and exterminated.
v3.0.0-beta.8
What's improved
- Layouts can be in a
layouts
subdirectory - New
$keys
JS API for creating keyboard shortcuts. Replaces$mousetrap
- Translator tool can detect annotations
v3.0.0-beta.7
What's improved
- Revises the scope/cascade behavior introduced in v3 in favor of a much improved v2-style: #1091
- A general amount of global improving has occurred.
v3.0.0-beta.6
import these like this
v3.0.0-beta.5
Merge branch 'feature/js-deps'
v3.0.0-beta.4
Improve reset logic ... Only reset when the value doesn't exist in the new options. Ref #398
v3.0.0-beta.3
Slugify title for user group creation. Closes #994
v3.0.0-beta.2
translations