Release Notes
3.3.55
November 14th, 2022
What's new
What's improved
- Better widget card wrapping on small screens. #7036 by @jackmcdade
- Add an icon to the form widget. #7034 by @jackmcdade
What's fixed
- Fix namespaced view paths not being reset correctly. #7051 by @jasonvarga
- Use translation for 'All'. #7040 by @jasonvarga
3.3.54
November 9th, 2022
What's improved
- Support Query Builder values in reverse modifier #7006 by @stvnthomas
What's fixed
- Fix root page validation error logic #7028 by @jasonvarga
- Fix handling of last_login when being cast to a Carbon instance on the User model. #7009 by @dannydinges
- Reset additional view paths after request. #7030 by @jasonvarga
3.3.53
November 8th, 2022
What's improved
- German translations. #7013 by @helloDanuk
- French translations #7008 by @ebeauchamps
What's fixed
- Fix
parent
andupdated_by
fields not being shallow augmented in API, sometimes causing recursion. #7025 by @jasonvarga - Fix a couple of "root page cannot have children" issues. #7007 by @jasonvarga
- Fix failing test due to orchestra/testbench update. #7017 by @jasonvarga
3.3.52
November 4th, 2022
What's fixed
- Add missing validation for
id
being a reserved field handle. #7005 by @jasonvarga - Fix Replicator/Grid/Bard not displaying newly added items after saving. #7000 by @jasonvarga
- Reset asset pagination when moving to another folder or container. #6997 by @jasonvarga
3.3.51
November 2nd, 2022
What's new
- Ability to bypass entry localization confirmation modal. #6983 by @jasonvarga
What's fixed
- Prevent Antlers logging non-loopable variable warnings for certain tags. #6989 by @JohnathonKoster
3.3.50
November 1st, 2022
What's new
- Added a confirmation modal for selecting the origin site when creating an entry localization. #6943 by @arthurperton
- Add Turkish translation. #6963 by @sineld
- The delimiter can be configured for Form CSV exports. #6964 by @theLeroy
What's improved
- Improve configuration options for the
slug
fieldtype. #6978 by @jackmcdade - The
first
modifier now supports associative arrays. #6977 by @royvanv
What's fixed
- Clicking the "toggle all" checkbox will select the proper amount of items if max selections have been restricted. #6816 by @ncla
- Prevent the
assets:meta
command from wiping data. #6854 by @ncla - The
@nocache
Blade directive properly handles additional data passed to it. #6934 by @jacksleight - Fix compatibility with Laravel's
Str::slug()
method. #6981 by @jasonvarga - Fix Runtime Antlers issue when using recursion in the
nav
tag. #6968 by @JohnathonKoster - Fix the
relative
modifier's "extra words" parameter. #6976 by @jacksleight - Fix subtraction in Antlers. #6970 by @JohnathonKoster
- The entry publish form will be updated with server-side values on save. #6842 by @arthurperton
- Replace deprecated
utf8_encode
method usage. #6823 by @krzysztofrewak
3.3.49
October 26th, 2022
What's improved
- Dutch translations. #6953 by @robdekort
- German translations #6944 by @helloDanuk
What's fixed
- Fix Replicator and Bard collapsed set state issues. #6902 by @jesseleite
- Fix Antlers issue when using nested tag loops in some situations. #6894 by @JohnathonKoster
- Fix shorthand array syntax in Antlers. #6939 by @JohnathonKoster
- Fix leaking of locale and carbon string format outside of requests. #6945 by @jasonvarga
- Added methods to
GlobalSet
contract. #6938 by @Z3d0X - Fix
@nocache
Blade directive serialization errors. #6935 by @jacksleight - Fix error when using custom primary key for
users
database table. #6919 by @jhhazelaar - Swapped forum for GitHub Discussions in the readme. #6946 by @robdekort
- Adjusted grammar in assets config file. #6936 by @JohnathonKoster
3.3.48
October 20th, 2022
What's new
- Add support for computed values. #6179 by @jesseleite
What's fixed
- Fix overly aggressive static cache invalidation. #6927 by @jasonvarga
3.3.47
October 19th, 2022
What's fixed
- Fix id being used for slug when creating entries. #6921 by @jasonvarga
3.3.46
October 19th, 2022
What's new
- Support binding a custom
LocalizedTerm
class. #6910 by @jacksleight
What's improved
- Improve performance of relationship fields. #6909 by @wiebkevogel
- Improve performance of textarea fields. #6907 by @wiebkevogel
What's fixed
- Disable password protection when in live preview. #6856 by @duncanmcclean
- Prevent recursion when generating slug from autogenerated title. #6903 by @jasonvarga
- Order user fields by name. #6896 by @ryanmitchell
- Fix taxonomy term field filters not working. #6900 by @jacksleight
- Fix asset grid listing in narrow containers. #6888 by @jacksleight
- Fix variable collision on full measure static cache nocache JS code. #6895 by @ryanmitchell
3.3.45
October 14th, 2022
What's new
- Use a
users
search index in the control panel if one exists. #6886 by @jasonvarga
What's improved
- French translations #6881 by @ebeauchamps
What's fixed
- Avoid caching tokenized REST API requests. #6806 by @notnek
- Asset title could use a field named title if one exists. #6884 by @jasonvarga
- Fix error when updating asset references in empty bard fields. #6825 by @AndrewHaine
- Fix nocache placeholder appearing in responses. #6838 by @arthurperton
- Invalidate statically cached urls with query strings. #6866 by @jasonvarga
- Fix dirty state when switching sites in entries. #6861 by @arthurperton
- Fix issue where things wouldn't get updated appropriately when running in a queue. #6726 by @jesseleite
3.3.44
October 13th, 2022
What's new
- Added JavaScript event on nocache replacement. #6828 by @DanielDarrenJones
- Added
input_label
field to revealer config. #6850 by @jacksleight - Added
flip
parameter toglide
tag. #6852 by @jacksleight - Added Edit Blueprint option to term publish form. #6851 by @jacksleight
What's improved
- Auto-focus the field when opening a rename action modal. #6858 by @ncla
- Using
status
for a field handle will now validate as a reserved word. #6857 by @jasonvarga
What's fixed
- Fixed an asset performance issue (especially when using S3) by waiting to load metadata until necessary. #6871 by @jasonvarga
- Fixed JS error when using nocache tags on full measure static caching and with a CSRF token starting with a number. #6855 by @jasonvarga
- Fix
date
fieldtype format handling in listings. #6845 by @granitibrahimi - Fix Bard's "Save as HTML" setting label. #6849 by @jackmcdade
3.3.43
October 5th, 2022
What's improved
- Command registration in starter kit post-install hooks. #6807 by @jesseleite
What's fixed
- Fix starter kit post-install for statamic/cli users in Windows. #6830 by @jesseleite
- Fix
stache:warm
andstache:refresh
performance regression when using S3 assets. #6835 by @jesseleite
3.3.42
October 3rd, 2022
What's new
- Added a filter for the
users
fieldtype. #6654 by @jacksleight - Add
width
to GraphQL form field type. #6815 by @duncanmcclean
What's improved
- An exception is thrown if composer.lock is missing when finding the Statamic version. #6808 by @flolanger
- Resolve redirects through fieldtype. #6562 by @jacksleight
- German translations. #6809 by @dominikradl
What's fixed
- Fix focal point not saving when asset blueprint has no fields #6814 by @ncla
- Fix asset meta bottleneck. #6822 by @jasonvarga
- Avoid prompt to make user when installing starter kit via statamic/cli. #6810 by @jesseleite
3.3.41
September 29th, 2022
What's new
- Starter kit post-install hooks. #6792 by @jesseleite
What's improved
- Asset's glide cache is busted when
focus
changes. #6769 by @edalzell - Dutch translations. #6805 by @robdekort
What's fixed
- Uppercase acronyms are left alone in the
title
modifier. #6783 by @joshuablum - Fix
assets
fieldtype error. #6799 by @jacksleight - Fix GitHub Action workflow to test on multiple Laravel versions. #6801 by @crynobone