Releases: statamic/cms
Releases · statamic/cms
v3.0.0-beta.45
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
blueprintto 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
taxonomyfieldtype is now namedterms. - The
tagsfieldtype is now namedtaggable. - The
terms(now formerly known astaxonomy) fieldtype is dropping support for bothtaxonomyandtaxonomiesconfig options. Now it's onlytaxonomies. URL::isAncestor()has been removed. UseURL::isAncestorOf()
v3.0.0-beta.44
What's new
- Validation on the Blueprint builder for fields with duplicate handles.
- You can now disable
updated_atandupdated_bybeing written to entries. #2204 - Added a
support:detailscommand 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
What's fixed
- Fixed an issue with nested fieldset importing
v3.0.0-beta.42
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
What's fixed
- Taxonomy publish forms were inheriting cascaded data that didn't need to be there.
v3.0.0-beta.40
What's new
- Addon assets are now published automatically.
- Nodes and marks can now be added to the ProseMirror renderer for Bard.
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
What's new
- You can
injectcascading 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.
v3.0.0-beta.38
What's new
- Blueprints have been revamped. They are now directly mapped to items (collections, forms, etc). See #2092 for more details. You need to run this migration script.
- Added a full suite of "BlueprintFound" events. (EntryBlueprintFound, TermBlueprintFound, etc)
- Added the
fieldparameter to theusertag so you cab find a user by any field, like a username.
What's fixed
- A few little things. We never stop fixing the little things.
What's breaking
- The blueprint changes are breaking. You'll need to run the migration script.
- [break] Events in
Statamic\Events\Datahave been moved intoStatamic\Events. Their properties are no longer allitem, and are now named appropriately. e.g. entry, or asset.
v3.0.0-beta.37
What's improved
- The "Statamic Pro required" exception now explains how to enable Pro along with the option to do it automatically with a click of the button.
- Text fields with prepend/append will have them prepended/appended in the CP entry listing.
- Added Form submissions to the default paths the Git integration will look in.
- Accessing the API without Pro enabled will now give you a helpful error instead of a 404
- The
Form.submission.creatingevent is back and has evolved into a more robustFormSubmittedevent.
What's breaking
- Renamed
$form->createSubmission()tomakeSubmission()
v3.0.0-beta.36
What's new
- Statamic Pro must be enabled to use Pro features.
- You can now explore the Marketplace and install addons right in the Control Panel.
- You can now update Statamic and any installed addons right inside the Control Panel too.
- Addons can define editions and users can choose which are installed.
What's fixed
- Some bugs.