Skip to content

Releases: statamic/cms

v3.0.0-beta.17

17 Feb 21:16
Compare
Choose a tag to compare
v3.0.0-beta.17 Pre-release
Pre-release

What's new

  • Brought back the session tag from v2

What's improved

  • Redesigned the Markdown fieldtype toolbar and fullscreen mode
  • Increased the max-width container to max-w-3xl
  • Performance tweaks and improvements

What's fixed

  • Fixed a few UI issues with z-index and the global header bar
  • Squished some bugs.

v3.0.0-beta.16

14 Feb 21:19
Compare
Choose a tag to compare
v3.0.0-beta.16 Pre-release
Pre-release

UI/UX Improvements

  • New max-width for the content area on all but "wide table" screens
  • Side nav is now fixed position with a right border
  • Global search is now aligned with content container and dims the rest of the CP when focused
  • New "Create Collection" flow
  • New "Configure Collection" screen
  • New buttons and colors
  • New breadcrumbs
  • New flash/toast notifications
  • New utilities index page
  • Lots of other small UI tweaks

New Things

  • Added Blink Cache

Fixed Things

  • Fixed performance slowdowns introduced in beta 15
  • A plethora of various and assorted bug fixes

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