Release Notes
5.12.0
June 28th, 2024
What's new
- Ability to disable CP authentication #8960 by @duncanmcclean
- Add UI for listing field sortable config #10259 by @ryanmitchell
What's fixed
- Localized entry dates fall back to the origin #10282 by @arthurperton
- Support strings in
bard_text
&bard_html
modifiers #10369 by @edalzell - Allow accessing drafts via the REST API with Live Preview #10229 by @duncanmcclean
- Make Asset::clearCaches protected #10342 by @ryanmitchell
- Fix HTML fieldtype #10364 by @jacksleight
- French translations #10366 by @ebeauchamps
- Clarify Statamic repository differences in README #10368 by @steveparks
5.11.0
June 24th, 2024
What's new
- Auto stache watcher setting #10354 by @jasonvarga
- Allow configuring the Stache's Cache Store #10303 by @riasvdv
What's fixed
- Custom file cache store adjustments #10362 by @jasonvarga
- Hide "Restore Revision" button when user is missing relevant permissions #10314 by @duncanmcclean
- Remove old logic from support details command #10360 by @jasonvarga
- Resolve some deprecatation warnings #10346 by @martinoak
- Move test suite from metadata to attributes #10351 by @ryanmitchell
- Hide "Rename" and "Delete" options for default filter presets #10320 by @duncanmcclean
5.10.0
June 20th, 2024
What's new
What's fixed
- Fix performance regression by caching fieldtype configs #10325 by @jasonvarga
- CSS improvements #10284 by @martinoak
- Fix broken revision links on unpublished entries #10330 by @faltjo
- Update some translations #10343 by @jasonvarga
- Fix linking to addon fields #10324 by @edalzell
- Fix nocache tags on shared error pages #10340 by @jacksleight
- Migrate from vue-countable #10287 by @Cannonb4ll
- Prevent entries being selected when collapsing/expending entries in Tree View #10322 by @duncanmcclean
- Ensure
install:broadcasting
is run when installing into Laravel 11 application #10335 by @duncanmcclean - French translations #10337 by @ebeauchamps
5.9.0
June 19th, 2024
What's new
- Static cache response statuses #10334 by @jasonvarga
- Allow defining a store in the cache tag #10318 by @riasvdv
What's fixed
- Prevent logging "remote: Processed 1 references in total" Git errors #10332 by @duncanmcclean
- Fix "Reupload Asset" action #10333 by @duncanmcclean
- Lock pint version #10326 by @jasonvarga
- Split fieldsets out in install eloquent command #10310 by @ryanmitchell
- Fix using
hook
as field name #10319 by @duncanmcclean - Bump braces from 3.0.2 to 3.0.3 #10315 by @dependabot
- Bump ws from 8.13.0 to 8.17.1 #10316 by @dependabot
5.8.0
June 17th, 2024
What's new
- 404s get included in the full-measure static cache #10294 by @jasonvarga
- More Flat Camp quotes #10307 by @jackmcdade
- Even more #10288 by @robdekort
- And more still #10300 by @edalzell
What's fixed
- Prevent additional augmented search result data from being lost #10301 by @JohnathonKoster
- Fix nested field path prefixes #10313 by @jacksleight
5.7.3
June 13th, 2024
5.7.2
June 6th, 2024
What's fixed
- Prevent adding content to Blade stacks twice #10271 by @JohnathonKoster
- Fix publish form actions permission check #10274 by @jacksleight
5.7.1
June 5th, 2024
What's fixed
- Fix tiny top left border radius on collection widget #10266 by @duncanmcclean
- Prevent text in overflowing code blocks in the Control Panel #10269 by @rob
- Fix status not being visible in collection widget #10267 by @duncanmcclean
- Fix failed slug validation when slug contains underscores #10265 by @o1y
- Fix unnecessary array default fieldtype values #10272 by @duncanmcclean
- French translations #10261 by @ebeauchamps
5.7.0
June 4th, 2024
What's new
- Validation may be added to asset containers for file uploads #10227 by @edalzell
- Allow overriding
statusIcons
property in relationship fieldtype #10253 by @duncanmcclean
What's fixed
- Merge defaults into field publish arrays #10246 by @jasonvarga
- Merge config field defaults into field config #10139 by @duncanmcclean
- Fix dark mode entry and navigation deletion modals #10254 by @aaronbushnell
- Fix broken docs URLs; rename docs URL redirect to permalink #10249 by @rob
- Localize field titles in collection filter #10250 by @robdekort
- Only run parent code in
Revisable
trait when item is an entry #10245 by @duncanmcclean - Make
select
field values in entry tables localizable #10241 by @robdekort - Fix styling of "Live Preview" and "Visit URL" buttons on terms publish form #10237 by @duncanmcclean
- Use multibyte methods for obfuscate #10201 by @lakkes-ra
- Ensure
prose
-based strong tag is readable in dark mode #10236 by @aaronbushnell - Fix relative modifier test #10242 by @jasonvarga
- Decrease the failure rate of RandomTest #10238 by @jasonvarga
- Address slow Windows GitHub actions #10243 by @jasonvarga
- Danish translations #10231 by @mortenebak
- Norwegian translations #10248 by @espenlg
5.6.2
May 30th, 2024
What's fixed
- Prevent user registration form saving
password_confirmation
#10228 by @ryanmitchell - Fix needing to deselect an asset to reselect when using max_files 1 #10225 by @jackmcdade
- Allow long bard/replicator set names to wrap #10223 by @jackmcdade
- Fix Code fieldtype not removing the overflow hidden style on body when closing Fullscreen Mode #10221 by @jackmcdade
5.6.1
May 29th, 2024
What's fixed
- Revert
select
modifier. #10218 by @jasonvarga - Make label on Add Set button localizable #10216 by @duncanmcclean
- Fix JavaScript length error from Add Set button label #10217 by @duncanmcclean
- French translations #10209 by @ebeauchamps
- Danish translations #10214 by @mortenebak
5.6.0
May 28th, 2024
What's new
- Allow extra
x-data
to be passed to alpine forms #10174 by @ryanmitchell - Add
to_qs
modifier #10196 by @godismyjudge95 - Add
site
filter to TermsQuery #10131 by @arcs- - Add
keys
andvalues
modifiers #10185 by @godismyjudge95 - Add
merge
method to Eloquent User class #10192 by @duncanmcclean - Add
depth
parameter toflatten
modifier #10187 by @godismyjudge95 - Add
select
modifier #10183 by @godismyjudge95 - Replicator "add set" button label option #9806 by @godismyjudge95
What's fixed
- Static caching file path fallback #9306 by @royduin
- Fix error when augmenting Bard fields #10104 by @duncanmcclean
- Fix
ensureFieldHasConfig
for imported fields #9243 by @aerni - Allows Antlers & Blade stacks to be used interchangeably #10200 by @JohnathonKoster
- Fix error when serializing eloquent query builders #10189 by @duncanmcclean
- Fix
@see
in docblock onFormSubmission
facade #10197 by @duncanmcclean - Maintain order of views after renaming #10193 by @duncanmcclean
- Filter out global set variables associated to deleted sites #10195 by @duncanmcclean
- Prevent some folders from listing in template fieldtype #10031 by @peimn
- Handle
null
inbardText
modifier #10199 by @edalzell - Fix border and shadow in closed nav #10186 by @peimn
- Fix link fieldtype state #10182 by @jasonvarga
- Fix Dark Mode Tree Node margins. #10179 by @jackmcdade
- Fix wrong dark mode colors in the updater #10178 by @jackmcdade
- Add dark mode to new User Wizard #10171 by @martyf
- Fix dark mode for Set Picker #10173 by @martyf
- Add dark mode support for list items #10172 by @martyf
- German translations #10175 by @helloDanuk
- French translations #10170 by @ebeauchamps
5.5.0
May 22nd, 2024
What's new
- Provide git binary var to commands array in config #10154 by @jesseleite
- Abstract a super-btn component #10153 by @jackmcdade
What's fixed
- More Dark Fixes #10165 by @jackmcdade
- Fix routeData on null error #10169 by @jasonvarga
- Run GitHub Actions workflows only once #10156 by @Jubeki
- Update GitHub Actions workflow versions #10136 by @Jubeki
5.4.0
May 21st, 2024
What's new
- Add
get_site
tag #9580 by @aerni - Add support for a dark mode custom logo #10123 by @martyf
- Attribute Modifier #9796 by @potsky
- Available query scopes will show as options in field settings #9933 by @duncanmcclean
What's fixed
- Prevent opening set picker when
max_sets
has been exceeded #10133 by @duncanmcclean - Remove unnecessary
overflow-scroll
on submission listing #10148 by @duncanmcclean - Reference git binary as a variable, rather than config setting #10134 by @duncanmcclean
- Fix actions in assets, forms, and form submissions #10132 by @duncanmcclean
- Fix 404 issues by reverting caching of site absolute url #10135 by @jasonvarga
- Remove unnecessary rounded corners on th elements #10146 by @jackmcdade
- Taggable fieldtype tweaks #10121 by @jasonvarga
- Style the Dark Mode login #10143 by @jackmcdade
- Fix dark mode license banner #10147 by @jackmcdade
- Fix styling issues with Assets Grid & Assets Fieldtype #10149 by @duncanmcclean
- Fix dark mode preference not being applied to login by saving to local storage #10140 by @jasonvarga
- Fix light mode drag handle colors #10144 by @jackmcdade
- Fix to add dark mode to Widget pagination background #10122 by @martyf
- Fixing up some missed layout elements for dark mode outside the cp #10151 by @jackmcdade
5.3.0
May 20th, 2024
What's new
- Dark Mode #10117 by @peimn and @jackmcdade
- Ability to run actions from publish forms #6375 by @jacksleight
- Support Laravel precognition on user forms #8924 by @ryanmitchell
What's fixed
- Fix issue returning some collections from tags #10113 by @JohnathonKoster
- Fix augmentation issues for URL nav items #10086 by @duncanmcclean
- Fix blueprints not being able to be manipulated more than once #10061 by @aerni
- Pluralize user activation email message #10118 by @jasonvarga
- Correct id and for pairs in user sign up Wizard #10115 by @martyf
- Prevent configuring multiple conditions for the same field #10110 by @duncanmcclean
- Respect the current site when returning a View #10109 by @aerni
- Fix entry model not being updated when importing entries #10107 by @duncanmcclean
- Sync entry form values after revision publish #10095 by @jacksleight
- Fix querying by status on non-dated collections #10099 by @jasonvarga
- Better performance when hydrating globals #10096 by @modrictin
- Ensure correct exclusion of URLs in static:warm command #10092 by @aerni
- Fix YAML fieldtype UI #10097 by @jackmcdade
- Organize user controllers #10093 by @jasonvarga
- Ensure default config values are available in form tag #10088 by @duncanmcclean