Skip to content

Releases: statamic/cms

v3.0.0-beta.31

15 Jun 19:19
Compare
Choose a tag to compare
v3.0.0-beta.31 Pre-release
Pre-release

What's new

  • Added support for Composer 2
  • Addons no longer need to be a statamic-addon Composer package type
  • Addons can run their code after Statamic boots
  • Added a new session:value tag

What's fixed

  • php artisan statamic:install can now be called with php please install
  • Squashed more little bugs. Don't feel bad for them, they weren't nice to you on the playground.

v3.0.0-beta.30

08 Jun 20:53
Compare
Choose a tag to compare
v3.0.0-beta.30 Pre-release
Pre-release

What's improved

  • Container bindings are now easier to work with and overriding classes (like Entry) is much simpler.
  • Fieldtype shallow augmentation is now defined in the respective classes (like Entry) so developers can customize them more easily.

What's fixed

  • Killed some bugs.

v3.0.0-beta.29

01 Jun 19:16
Compare
Choose a tag to compare
v3.0.0-beta.29 Pre-release
Pre-release

What's new

  • A separate password broker is used for account activations to allow you extend their token expiry times. #1879
  • {{ if errors }} may be used outside of specific tag pairs.
  • Added make:action command
  • Added docblocks to facades. Thanks Jonas!

What's improved

  • Translation and UI tweaks for the better

What's fixed

  • A handful of form related issues have been resolved (including the "Forms" feature itself, plus other form tags like user:login_form, etc).
  • Various, miscellaneous, and assorted bug fixes.

What's breaking

  • Removed show_published and show_unpublished collection tag params in favor of status:is="draft".

v3.0.0-beta.28

05 May 16:59
Compare
Choose a tag to compare
v3.0.0-beta.28 Pre-release
Pre-release

What's new

  • Added taxonomy term entries API endpoint.

What's improved

  • Automatic taxonomy routes are now view driven. View exists? You get the route. Doesn't? It 404s.
  • Automatic collection-specific taxonomy route now looks in a subdirectory named after the collection. eg. blog/tags/index.antlers.html

What's fixed

  • Login form errors (that aren't just wrong password or missing fields) will show an error message in addition to just shaking.
  • Addon assets get published into public/vendor/package, without the vendor name subdirectory to be consistent with Laravel conventions.
  • Moved the glide cache into the statamic subdirectory.
  • A bunch of taxonomy related bug fixes.
  • Eloquent user related bug fixes.
  • More bug fixes.

v3.0.0-beta.27

23 Apr 17:58
Compare
Choose a tag to compare
v3.0.0-beta.27 Pre-release
Pre-release

What's new

What's improved

  • Fieldsets now use the blueprint syntax so you can reference fields and import entire fieldsets into other fieldsets, just like you can with blueprints. [insert xzibit meme] (#1707)
  • Tailwind updated to 1.x (thanks Aryeh Raber!) (#1668)
  • Addon resources/views directories are now automatically registered.
  • Statamic middleware has been reorganized to prevent potential conflicts with your app's middleware. Addons can push to middleware groups. (#1546, #1704)

What's fixed

  • Bug fixes

v3.0.0-beta.26

14 Apr 18:58
Compare
Choose a tag to compare
v3.0.0-beta.26 Pre-release
Pre-release

What's fixed

  • A regression if you have custom tags in your app directory.

v3.0.0-beta.25

14 Apr 18:25
Compare
Choose a tag to compare
v3.0.0-beta.25 Pre-release
Pre-release

What's new

  • Laravel 7 support
  • Password reset throttling
  • Actions can be be excluded when using in bulk selections
  • Actions can perform redirect and trigger downloads
  • New Button Group fieldtype

What's fixed

  • Bugs. We fixed them.

What's breaking

  • Actions' filter method has been renamed to visibleTo
  • Actions' run method now requires a second argument.
  • Removed Laravel 5.x support.

v3.0.0-beta.24

10 Apr 16:10
Compare
Choose a tag to compare
v3.0.0-beta.24 Pre-release
Pre-release

What's new

  • Added a contains_any field condition.

What's improved

  • Globals got their final pass of restructuring and improvements. They're ready to rock and roll. #1659
  • Actions can now perform redirects #1608
  • The Antlers parser received a lot of TLC, fixing bugs, improving performance, and cleaning up code.

What else

  • ArrayAccess has been removed from entries and other content classes.
  • Filled the release bucket full of bug fixes, translation adjustments, and UI improvements. 50+ closed issues worth of stuff.

v3.0.0-beta.23

01 Apr 15:40
064ee90
Compare
Choose a tag to compare
v3.0.0-beta.23 Pre-release
Pre-release

What's new

What's improved

  • Added neutral toast notification style
  • Control Panel responsiveness
  • Blueprints get augmented. You can do {{ blueprint:handle }} or {{ blueprint }} {{ handle }} {{ /blueprint }}, etc.
  • Custom field conditions can now be used to target individual fields

What's fixed

  • Some bugs

What's breaking

  • Custom field condition callbacks now provide a single object argument.

v3.0.0-beta.22

27 Mar 20:07
Compare
Choose a tag to compare
v3.0.0-beta.22 Pre-release
Pre-release

What's new

  • More translations
  • Add mount field to collection edit screen
  • Add format glide parameter alias

What's fixed

  • Fix issue with the parser not looking for a space after the word "if"
  • Fix global search edit links
  • Fix some other bugs too