Releases: statamic/cms
Releases Β· statamic/cms
v5.45.0
What's new
- Allow form fields view to be rendered with single tag #11293 by @jasonvarga
- Improve form field accessibility #10993 by @daun
What's fixed
- Prevent duplicate roles & groups #11270 by @duncanmcclean
- Improve error handling when using entry publish actions #11289 by @ryanmitchell
v5.44.0
What's new
- Static warm command will recheck whether page is cached when using queue #11273 by @arthurperton
- Add
--max-requests
option to the static warm command #11278 by @arthurperton - Add formStackSize option for inline publish form stacks #11274 by @duncanmcclean
What's fixed
- Fix addon service provider autoloading #11285 by @jasonvarga
- Fix CP thumbnail placeholder #11279 by @duncanmcclean
- Fix replicator preview for Group fields #11280 by @duncanmcclean
v5.43.2
What's fixed
- Fix static properties in addon providers #11283 by @jasonvarga
v5.43.1
What's fixed
- Fix autoload error on Windows #11282 by @jasonvarga
- Improve starter kit installer error handling #11281 by @jesseleite
v5.43.0
What's new
- Add filters from collection/taxonomy list to breadcrumb back link #11243 by @florianbrinkmann
- OAuth: option not to create or update user during authentication #10853 by @miloslavkostir
- Add some options to the static warm command to limit the number of requests #11258 by @arthurperton
- Table Fieldtype: Add
max_columns
andmax_rows
options #11224 by @duncanmcclean
What's fixed
- Handle hidden fields on nav page edit form #11272 by @duncanmcclean
- Support Laravel Prompts 0.3+ #11267 by @duncanmcclean
- Update
embed_url
andtrackable_embed_url
modifiers to be valid with additional query strings #11265 by @martyf - Fix term filter on entries listing #11268 by @duncanmcclean
- Prevent "Set Alt" button from running Replace Asset action prematurely #11269 by @duncanmcclean
- Fix autoloading when addon has multiple service providers #11128 by @duncanmcclean
- Fix ButtonGroup not showing active state if value are numbers #10916 by @morhi
- Support glide urls with URL params #11003 by @ryanmitchell
- Throw 404 on collection routes if taxonomy isnβt assigned to collection #10438 by @aerni
- Move bard source button into field actions #11250 by @jasonvarga
- Fix collection title format when using translations #11248 by @ajnsn
- Bump nanoid from 3.3.6 to 3.3.8 #11251 by @dependabot
v5.42.1
What's fixed
- Fix asset upload concurrency on folder upload #11225 by @daun
- Fix subdirectory autodiscovery on Windows #11246 by @jasonvarga
- Fix type error in
HandleEntrySchedule
job #11244 by @duncanmcclean - Fix
no_results
cascade #11234 by @JohnathonKoster
v5.42.0
What's new
- Add new
updatable
andpackage
starter kit conventions #11119 by @jesseleite - Add new
starter-kit:init
command #11215 by @jesseleite - Register App extensions also for Classes in Subfolders #11046 by @benatoff
- Support rendering model attributes in Antlers #10869 by @ryanmitchell
- Add an
--uncached
option to the static warm command #11188 by @arthurperton
What's fixed
- Fixed an issue where stache indexing can cause an infinite loop for workers #11185 by @kingsven
- Add validation replacements to replicator and grid field types #10255 by @florianbrinkmann
- Fix localized error messages on forms when previous URL is incorrect #11219 by @jasonvarga
- Fix null coalescence operator evaluation #11221 by @godismyjudge95
- Fix wrong url on the link mark node in bard fieldtype #11207 by @christophstockinger
- Fix REST API errors when CP route is empty #11213 by @duncanmcclean
- Throw an error when running
static:clear
when static caching is disabled #11193 by @duncanmcclean - Fix entry links when Bard value is HTML #11192 by @duncanmcclean
- Ensure updating references gets all global variables #11186 by @ryanmitchell
- Ensure cache factory is passed to the
StartSession
middleware. #11191 by @duncanmcclean - Fix search query orderBy #11210 by @jasonvarga
- Allow Values object and Group fieldtype to be iterated #11182 by @jasonvarga
- French translations #11196 by @ebeauchamps
v5.41.0
What's new
- PHP 8.4 Support #11114 by @duncanmcclean
v5.40.0
What's new
- Add
default
config for select starter kit modules #11045 by @jesseleite - Include store in field action payload #11161 by @jacksleight
What's fixed
- Slight adjustments to the search index table #11171 by @daun
- Fix translations of Statamic #11175 by @jasonvarga
- Dutch translations #11174 by @Pluuk
- Filter out empty values in keyed array field #11138 by @duncanmcclean
- Fix field actions dark mode #11167 by @jacksleight
- Fix field action nested alignment #11165 by @jacksleight
- Fix inline bard expand/collapse actions #11166 by @jacksleight
- Fix field actions when display is hidden #11158 by @jacksleight
v5.39.0
What's new
- Field actions #10352 by @jacksleight
- Field action modals #11129 by @jacksleight
- Add ArrayableString to Blade value helper #11041 by @ajnsn
- Add
always_augment_to_query
option #11086 by @jacksleight
What's fixed
- Fix multisite command not moving directories #11105 by @duncanmcclean
- Fix asset folder sort across pages #11130 by @daun
- Avoid creation of duplicate terms in typeahead input #11060 by @daun
- Fix error when using user ID as folder name for avatar asset field in non-admin context #11141 by @jonasemde
- Fix incorrect namespaces in tests #11149 by @duncanmcclean
- Prevent
str_replace
warning when using Debugbar #11148 by @duncanmcclean