Skip to content

Releases: statamic/cms

v3.0.0-beta.15

11 Feb 16:52
Compare
Choose a tag to compare
v3.0.0-beta.15 Pre-release
Pre-release

What's new

  • Introducing the Content API! 🎉
  • Augmentation and Query Builder can now request specific columns.
  • Fieldtypes can perform "shallow augmentation" (used by the API).

What's fixed

  • Some bugs

v3.0.0-beta.14

31 Jan 21:24
Compare
Choose a tag to compare
v3.0.0-beta.14 Pre-release
Pre-release

What's new

  • Added new collection:newer and collection:older tags. They're so much more intuitively named when compared to previous and next.
  • Went hiking back to V2 Land™ and brought back theforeach tag and a t-shirt.
  • The start page can now be customized by clicking the pin icon and then "Set as Start Page"

What's improved

  • collection:previous and collection:next tags now go in the right direction all of the time instead of just part of the time
  • The Glide tag pair supports looping through multiple assets

What's fixed

  • Tickled a bunch of little bugs until they ran away

What's breaking

v3.0.0-beta.13

30 Jan 18:11
Compare
Choose a tag to compare
v3.0.0-beta.13 Pre-release
Pre-release

What's breaing

  • Select/Radio fields now render the stored value key by default in your Antlers views. You can still access the label via {{ myfield:label }}
  • The Antlers "null coalescence assignment" ??= logic was inverted compared to PHP 7.4. The behavior has been moved to ?=, a so-called "truth coalescence operator".

What's fixed

  • Some bugs.

v3.0.0-beta.12

23 Jan 16:52
Compare
Choose a tag to compare
v3.0.0-beta.12 Pre-release
Pre-release

What's new

  • Add a route tag as an alias for Laravel's route() method.

What's improved

  • Using the json modifier will augment values recursively.

v3.0.0-beta.11

17 Jan 21:25
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-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 the collection tag.
  • Added a whereTaxonomyIn method to the entries query builder.

What's improved

  • The dump tag no longer shows the __env and app 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 using dev-master.
  • Bugs. Squished.

v3.0.0-beta.10

14 Jan 18:28
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

What's new

  • The nav:breadcrumbs tag

v3.0.0-beta.9

09 Jan 19:29
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

What's new

  • 🎉 Fancy new Markdown features
  • 🎉 New svg tag.
  • Addons can now register an array of widgets.

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 and entry.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

17 Dec 21:46
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

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

11 Dec 17:14
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

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

10 Dec 22:17
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release
import these like this