Release Notes

3.3.58

November 21st, 2022

What's new

  • Ability to disable generating asset preset manipulations on upload. #7076 by @ryanmitchell

What's improved

What's fixed

  • Prevent error in Static Caching middleware when using JSON responses. #7075 by @FrittenKeeZ
  • Prevent dates being added to localized entries in non-dated collections. #7086 by @tao
  • Support for JsonResource::withoutWrapping. #7072 by @jhhazelaar
  • Prevent error in form route binding when customizing action route. #7083 by @julesjanssen
  • Fix incorrect home icon and slug in entry listings. #7095 by @jasonvarga
  • Prevent entire assets:generate-presets command failing when encountering invalid images. #7091 by @ryatkins

3.3.57

November 18th, 2022

What's new

What's improved

What's fixed

3.3.56

November 16th, 2022

What's new

What's improved

What's fixed

3.3.55

November 14th, 2022

What's new

  • Support custom date formats in route definitions. #7043 by @bencarr

What's improved

What's fixed

3.3.54

November 9th, 2022

What's improved

What's fixed

3.3.53

November 8th, 2022

What's improved

What's fixed

  • Fix parent and updated_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

What's fixed

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

What's fixed

3.3.48

October 20th, 2022

What's new

What's fixed

3.3.47

October 19th, 2022

What's fixed

3.3.46

October 19th, 2022

What's new

What's improved

What's fixed

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

What's fixed

3.3.44

October 13th, 2022

What's new

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