Releases: statamic/cms
Releases Β· statamic/cms
v5.38.0
What's new
- Extra values for nav field conditions, including depth #11106 by @duncanmcclean
- Make button groups clearable #11110 by @caseydwyer
- Allow transformResults to be called separately from getBaseItems #11115 by @ryanmitchell
- Allow customizing term create label #11103 by @daun
- Accept collections in ampersand list modifier #11102 by @daun
- Add "Container" option to Asset Folders fieldtype #11099 by @duncanmcclean
- Add
fullyQualifiedHandle
method toBlueprint
#11096 by @duncanmcclean - Create edit/{id} route for control panel access #11092 by @aaronbushnell
What's fixed
- Fix wrong blueprint parent after revision publish #11116 by @jacksleight
- Prevent duplicate nocache regions in session #11109 by @duncanmcclean
- Hide "Localizable" button on non-localizable blueprints #11107 by @duncanmcclean
- Fix error after deleting role when storing users in the database #11069 by @duncanmcclean
- Render HTML for dictionary fields in listings #11088 by @jasonvarga
- Use layout config in errors too #11083 by @ryanmitchell
- French translations #11093 by @ebeauchamps
- French translations #11100 by @ebeauchamps
- French translations #11108 by @jasonvarga
- German translations #11098 by @helloDanuk
v5.37.0
What's new
- Improved fieldtype search using keywords #11053 by @jasonvarga
- Offer to enable Pro during make user command #11071 by @jasonvarga
- Add
--clear
option forstarter-kit:export
#11079 by @jesseleite - Extra values for entry field conditions, including depth #11080 by @jasonvarga
- Add a config for specifying the default layout #11025 by @ryanmitchell
What's fixed
- Integer fields should render with
type="number"
#11065 by @duncanmcclean - Update addon
.gitignore
stub #11068 by @duncanmcclean - Adjust legacy ignition classes #11073 by @jasonvarga
- Fix Ignition Runnable Error Solutions #11072 by @jasonvarga
- Fix typeahead relationship input corrupting data #11059 by @daun
- Files Fieldtype: Don't truncate existing filename #11055 by @duncanmcclean
- Fix addon events dispatched twice if registered manually #11049 by @morhi
- Fix query parameters in external script URLs being wrongly encoded #11052 by @duncanmcclean
- Fix inline Bard with leading line break #11038 by @jacksleight
- Update Translations and fill in blanks with Google Translate #11050 by @jasonvarga
v5.36.0
What's new
- New Blade syntax for using Tags #10967 by @JohnathonKoster
- Add support for avif image format #11016 by @daun
- Allow setting tag pair content from fluent tags #11018 by @daun
What's fixed
- Fix Filesystem AbstractAdapter put method return #11032 by @godismyjudge95
- Fix color fieldtype's collapsed state showing plain HTML #11031 by @jackmcdade
- Fix helpBlock error with custom js validation rule #11023 by @irfandumanx
v5.35.0
What's new
- Drag and drop folders into the asset browser #10583 by @daun
- Include Algolia highlights and snippets #11008 by @jacksleight
- Introduce additional form tag hooks #11010 by @leewillis77
- Add
allowed_extensions
option to Files fieldtype #10998 by @duncanmcclean
What's fixed
- Support unions in addon event listener discovery #11015 by @jasonvarga
- Support auto-registering of listeners using __invoke() not handle #11009 by @leewillis77
- French translations #10995 by @ebeauchamps
v5.34.0
What's new
- Add
password
option tomake:user
command #11005 by @joshuablum
What's fixed
- Fix issues with the Files fieldtype in Dark Mode #10999 by @duncanmcclean
v5.33.1
What's fixed
- Avoid error when marketplace client returns null #10996 by @jasonvarga
v5.33.0
What's new
- Improve handling of scheduled entries #10966 by @jasonvarga
- Field conditions can be based on other data. Assets can use extension, dimensions, etc. #10588 by @daun
- Make email config data accessible in email templates #10949 by @Jade-GG
- Autoload event listeners and subscribers #10911 by @duncanmcclean
- Make sort modifier work with query builders #10924 by @aerni
- Allow sorting folders in asset browser #10935 by @duncanmcclean
- Vietnamese translations #10989 by @diepdo1810
What's fixed
- Optimize display of long titles in edit forms #10988 by @daun
- Improve the dynamic upload folder help text #10903 by @jackmcdade
- Fix z-index issue when configuring Replicator fields #10937 by @duncanmcclean
- Avoid showing asset upload fixes when inappropriate #10986 by @jasonvarga
- Translate dictionaries #10982 by @andjsch
- Duplicate form data when duplicating the form #10985 by @ryanmitchell
- Prevent protected pages being cached #10929 by @duncanmcclean
- Remove mention of installing addons via CP from addon stub #10975 by @duncanmcclean
- French translations #10977 by @ebeauchamps
v5.32.0
What's new
- Improve duplicate asset upload handling #10959 by @jasonvarga
- Add
parent
keyword to field conditions #9385 by @florianbrinkmann - Add
filter_empty
modifier #10962 by @marcorieser - Add
invalid_token
variable for password-protected page #10956 by @aerni
What's fixed
- Fix error when editing Bard field with set and no fields #10971 by @duncanmcclean
- Fix issue where editing an asset loads the
/edit
url in the browser #10964 by @daun - Remove deprecated options from PHPUnit stub #10963 by @duncanmcclean
- German translations #10968 by @helloDanuk
v5.31.0
What's new
- Dictionary tag #10885 by @ryanmitchell
- Make data of password-protected available in the view #10946 by @aerni
- Prompt for license when installing starter kit #10951 by @duncanmcclean
- Add
taxonomy:count
tag #10923 by @aerni
What's fixed
- Improve UX of rename asset action #10941 by @jasonvarga
- Improve UX of rename asset folder action #10950 by @duncanmcclean
- Addon
make
commands no longer add to service providers since they are autoloaded #10942 by @duncanmcclean - Tweak
make
command descriptions #10952 by @duncanmcclean - Fix error if submitted password is null #10945 by @aerni
- Prevent timeout during
install:eloquent-driver
command #10955 by @duncanmcclean - Fix asset browser history navigation #10948 by @daun
- Fix errors in upload queue #10944 by @jasonvarga
- Fix error when deleting collections #10908 by @duncanmcclean
- Fix ordering search results by date #10939 by @duncanmcclean
- Only show the sync/de-synced state for syncable nav fields #10933 by @duncanmcclean
- Ensure default values for globals are available in templates #10909 by @duncanmcclean
- Handle empty nodes in
bard_text
modifier #10913 by @ryanmitchell - Use directory paths from stache config instead of static paths #10914 by @Alpenverein
- Improvements to the
install:eloquent-driver
command #10910 by @duncanmcclean - Check site requested when using global route binding on api routes #10894 by @ryanmitchell
- Update "Bug Report" issue template #10918 by @duncanmcclean
v5.30.0
What's new
What's fixed
- Move nocache js back to end of body but make configurable #10898 by @jasonvarga
- Fix static cache locking #10887 by @duncanmcclean
- Prevent autoloading non-PHP files #10886 by @duncanmcclean
- Don't show updates badge count for local/dev installations #10884 by @jesseleite
- Update tiptap npm dependencies #10883 by @jasonvarga