Skip to content

Releases: statamic/cms

v3.0.1

26 Aug 13:31
Compare
Choose a tag to compare

What's new

  • Localizable field toggle. #2045
  • The form tags get a submission_created boolean. #2285
  • The template fieldtype will ignore views in the partials directory when hide_partials is enabled. #2249
  • The "first child" option is only in link fieldtypes if the entry is in a structured collection. #2209
  • A Blueprint's parent will be the Collection/Taxonomy when creating an Entry/Term.
  • Collection view mode button tooltips. #2241
  • PHP short tags will be sanitized in Antlers templates.

What's fixed

  • Vuex store gets the site when creating entries. #2237
  • Entry locale defaults to the default site. #2275
  • Entry inherits its layout from an origin entry, if one exists. #1830
  • Global site selector is scrollable. #1838
  • Rogue closing tag removed. #2253
  • The FormSubmitted event gets a submission property. #2271
  • Images are inline in Replicator previews. #2267
  • Addon thumbnail alignment. #2272
  • Simplify how our custom cache store creates paths. Fixes a Windows pathing issue. #952
  • Fix shrunken toggle. #2170
  • Translations. #2282 #2256

v3.0.0

19 Aug 19:24
Compare
Choose a tag to compare

Statamic 3 is Official! 🎉

The day has finally come. Statamic 3 is out of beta and into the wild!

Learn more in our launch announcement and we'll see you real soon for 3.0.1.

v3.0.0-beta.46

19 Aug 00:56
Compare
Choose a tag to compare
v3.0.0-beta.46 Pre-release
Pre-release

What's fixed

  • Fixed a couple of errors related to the taxonomy term filter.
  • Fixed an error when saving a taxonomy term field and you haven't picked any.
  • Support symfony/yaml 4 or 5, which resolves some dependency issues with other packages.

v3.0.0-beta.45

18 Aug 17:23
Compare
Choose a tag to compare
v3.0.0-beta.45 Pre-release
Pre-release

What's new

  • Some fieldtypes have been renamed. Check out "what's breaking". Here's a migration script to automate the changes.
  • Subscript and superscript buttons have been added to Bard #2115
  • Addons can have translations and config automatically wired up. #2182

What's fixed

  • Front-end form uploads have been given some love. #1584 #2205
  • Improve how the link/path tag handles URLs.
  • Form data is added to the Debug bar. #2037
  • The "Create Entry" button is hidden if you're not allowed to click it. #2168
  • Blueprint builder shows the right fieldtype icons.
  • If you add a field named blueprint to your blueprint, you can change the blueprint. Previously nothing would happen.
  • Prevent error on the locales tag when data isn't available. #2004
  • Fix is_parent variable inside nav/structure tag when dealing with multisite. #2148
  • URL::makeRelative handles URLs without trailing slashes.
  • Static caching invalidation rules are working again.
  • Users without IDs will now have them generated.
  • Addons no longer attempt to publish resources when there aren't any.
  • Probably some more stuff!

What's breaking

  • The taxonomy fieldtype is now named terms.
  • The tags fieldtype is now named taggable.
  • The terms (now formerly known as taxonomy) fieldtype is dropping support for both taxonomy and taxonomies config options. Now it's only taxonomies.
  • URL::isAncestor() has been removed. Use URL::isAncestorOf()

v3.0.0-beta.44

14 Aug 19:59
Compare
Choose a tag to compare
v3.0.0-beta.44 Pre-release
Pre-release

What's new

  • Validation on the Blueprint builder for fields with duplicate handles.
  • You can now disable updated_at and updated_by being written to entries. #2204
  • Added a support:details command to assist with creating GitHub issues. #2218

What's fixed

  • Prevent field handles being rewritten when re-opening them. #1249
  • Fix the "Enable Pro" button on the exception.
  • Fix site locale being passed where it should have been handle, causing all sorts of havoc. #1825, #1852, #2193
  • Fieldsets can once again be imported into a Blueprint multiple times. #2194
  • Assets can be uploaded through front-end forms. #2206
  • Fix the home page 404ing on a secondary site when there's a query string. #2207
  • Address "too many requests to statamic.com"
  • Other things!

What's breaking

  • Old style tag parameter access has been removed. Instead of $this->get() you should be doing $this->params->get(), etc. Check out docs

v3.0.0-beta.43

04 Aug 19:07
Compare
Choose a tag to compare
v3.0.0-beta.43 Pre-release
Pre-release

What's fixed

  • Fixed an issue with nested fieldset importing

v3.0.0-beta.42

31 Jul 15:33
Compare
Choose a tag to compare
v3.0.0-beta.42 Pre-release
Pre-release

What's fixed

  • EQCSS has been replaced by a thin Vue component to resolve a number of browser render performance issues. #2158
  • Fixed a bug where blueprints with imported fields were getting hardcoded when you save them. #2157
  • Tag parameters prefixed with colons that are passed a field that doesn't exist will now be null instead of the field name.
  • Various other fixes either too small to list or too complicated to explain.

v3.0.0-beta.41

29 Jul 21:04
Compare
Choose a tag to compare
v3.0.0-beta.41 Pre-release
Pre-release

What's fixed

  • Taxonomy publish forms were inheriting cascaded data that didn't need to be there.

v3.0.0-beta.40

24 Jul 23:17
Compare
Choose a tag to compare
v3.0.0-beta.40 Pre-release
Pre-release

What's new

What's fixed

  • A small handful of bugs that would take longer to list than than to have fixed in the first place.

v3.0.0-beta.39

22 Jul 18:20
Compare
Choose a tag to compare
v3.0.0-beta.39 Pre-release
Pre-release

What's new

  • You can inject cascading data in taxonomies through to its terms the same way you can with collections and entries.
  • Blueprints are selectable when creating an entry using the entries fieldtype.

What's fixed

  • Updated Italian translation.
  • Little bug fixes.