Releases: statamic/cms
Releases · statamic/cms
v6.12.0
What's new
- Add support for filtering conditions in Assets Tag #13936 by @jackmcdade
What's fixed
- Add padding around 2FA QR code for dark mode scanning #14460 by @duncanmcclean
- Fix form submissions with non-UTF-8 data crashing the CP listing #14461 by @duncanmcclean
- Remove deprecated function calls #14457 by @justindantzer
- Upgrade to Vite 8 #14459 by @jasonvarga
- Nested fields should respect read-only state #14351 by @duncanmcclean
v6.11.0
What's new
- Add support for public properties to PathDataManager #11697 by @marcorieser
- Add ability to filter submission exports #14432 by @jasonvarga
- Add elevated session guards to AssignGroups and AssignRoles actions #14450 by @jasonvarga
What's fixed
- Fix Stache index re-entrancy causing null URIs on cold stache #14181 by @o1y
- Fix form submission types #14430 by @daun
- Support decimal values in Range fieldtype #13096 by @hastinbe
- Add
linktag to allowed Antlers tags #14438 by @edalzell - Add
@defaultsupport to Antlers content allowlists #14440 by @jasonvarga - Centralize SVG sanitization and sanitize CSS in style tags #14442 by @jasonvarga
- Fix serializable_classes issues #14443 by @jasonvarga
- Fix addon settings always showing as migratable #14444 by @duncanmcclean
- Fix creating passkeys with JSON session serialization #14448 by @duncanmcclean
- Stop auto-logging in users after password reset #14454 by @jasonvarga
- Fix sync/desync on localizable nested fields #14335 by @duncanmcclean
- French translations #14431 by @ebeauchamps
- Bump defu from 6.1.4 to 6.1.6 #14434 by @dependabot
- Bump vite from 7.1.12 to 7.3.2 #14441 by @dependabot
v5.73.19
v6.10.0
What's new
- Default values can be computed #14279 by @edalzell
- Ability to add to the filename replacements list #14316 by @edalzell
What's fixed
- Harden OrderBys #14421 by @jasonvarga
- Serialize nocache regions before storing in cache #14422 by @jasonvarga
- Fix invalid HTML
langattribute #14427 by @duncanmcclean - Add serializable classes to allowlist #14416 by @duncanmcclean
- Filter invalid UTF-8 locales from dictionary #14426 by @duncanmcclean
- Fallback to option key in listings when label is missing #14429 by @duncanmcclean
- Ensure moved/removed entries are statically invalidated #14386 by @ryanmitchell
- Catch axios errors in blueprint builder #14428 by @duncanmcclean
- Improve error handling when requiring starter kits #14411 by @duncanmcclean
- Ensure empty addon settings get default blueprint values #14384 by @ryanmitchell
- Bump lodash-es from 4.17.23 to 4.18.1 #14425 by @dependabot
v5.73.18
What's fixed
- Harden OrderBys #14421 by @jasonvarga
v6.9.0
What's new
- Add a Text component #14247 by @jaygeorge
- Emit
asset.savedevent from asset editor #14392 by @duncanmcclean
What's fixed
- Fix collection whereStatus logic #14380 by @jackmcdade
- Implement whereStatus() on search query builder #14387 by @ryanmitchell
- Blueprint button order changes #14365 by @jaygeorge
- Fix address bar overlapping bottom of content (typically on iOS) #14399 by @jaygeorge
- Fix nested Bard toolbar focus issues #14396 by @jaygeorge
- Fix nav section border radius #14409 by @jaygeorge
- Fix conditional field borders #14407 by @thomasvantuycom
- Fix collection listing dates from wrapping #14415 by @jaygeorge
- Fix Parameters make method #14418 by @jasonvarga
- Prevent npm packages from executing malicious code via
postinstall#14417 by @duncanmcclean - French translations #14393 by @ebeauchamps
- Bump brace-expansion from 2.0.2 to 2.0.3 #14383 by @dependabot
v6.8.0
What's new
- GraphQL API Authentication #14292 by @duncanmcclean
- Ability to disable two-factor authentication #14263 by @duncanmcclean
- Ability to select the date formatting locale #14372 by @jasonvarga
- Number formatter #14373 by @jasonvarga
What's fixed
- Omit application name and URL from support:details #14359 by @jasonvarga
- Fix CP Nav active state when trailing slashes are enforced #14363 by @duncanmcclean
- Only change date for localizations with an explicit date set #14362 by @duncanmcclean
- Bring back responsive button groups #13336 by @daun
- Merge external class attrs through twMerge in UI components #14379 by @jasonvarga
- Reduce amount of data provided in Assets fieldtype meta #14366 by @duncanmcclean
- Filters can only be removed by clicking cross #14220 by @jaygeorge
- Bump reka-ui #14368 by @jasonvarga
- Bump picomatch from 2.3.1 to 2.3.2 #14360 by @dependabot
v6.7.3
What's fixed
- Fix header z-index when creating a new nav #14337 by @jaygeorge
- Remove fixed height from SVGs in UI labels to prevent flickering #14338 by @jaygeorge
- Correct the Bard full-screen width #14348 by @jaygeorge
- Fix duplicate translation for "Edit Fieldset" #14349 by @duncanmcclean
- Delete unused
momenttranslations #14354 by @duncanmcclean - Revert "Fix translator locale" #14358 by @jasonvarga
- French translations #14339 by @ebeauchamps
- German translations #14352 by @helloDanuk
v5.73.17
What's fixed
- Fix term revisions error #14347 by @duncanmcclean
v6.7.2
What's fixed
- DatePicker dates can't be strings #14295 by @edalzell
- Fix updated widget badge alignment #14303 by @jackmcdade
- Fix PHP sanitization edge cases #14300 by @duncanmcclean
- Fix Replicator Drag & Drop when multiple fields share the same handle #14310 by @duncanmcclean
- Fix live preview token scope #14304 by @jasonvarga
- Handle more cases in external url detection #14315 by @jasonvarga
- Allow external redirects from Form::getSubmissionRedirect #14318 by @jasonvarga
- Fix closure validation rules with Files fieldtype #14319 by @duncanmcclean
- Relationship fieldtype authorization tweaks #14307 by @duncanmcclean
- Add CSP header to svg route #14325 by @jasonvarga
- Add authorization to revision routes #14301 by @duncanmcclean
- Restrict markdown preview endpoint #14326 by @jasonvarga
- Sanitize password reset form redirect value #14327 by @jasonvarga
- Fix config through Antlers views #14328 by @jasonvarga
- Long dropdowns should be scrollable #14333 by @duncanmcclean
- Fix set picker position #14332 by @duncanmcclean
- Fix various timezone issues #14322 by @duncanmcclean
- Fix translator locale #14323 by @jasonvarga
- Fix 2FA setup modal not re-opening #14309 by @duncanmcclean
- Fix logo z-index in Outside.vue #14299 by @SteveEdson
- Fix
translatorerror with Symfony Console 8 #14330 by @duncanmcclean - Don't autofocus on non-root fields with "title" or "alt" name #14329 by @hivokas