mikesnoeren / craft

Craft CMS 4 scaffolding project
MIT License
6 stars 1 forks source link

Bump craftcms/cms from 4.1.2 to 4.2.0.2 #130

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps craftcms/cms from 4.1.2 to 4.2.0.2.

Changelog

Sourced from craftcms/cms's changelog.

4.2.0.2 - 2022-07-27

Fixed

  • Fixed a bug where Garnish.uiShortcutManager was getting double-instantiated, causing some keyboard shortcuts to be triggered multiple times.
  • Fixed a JavaScript error that occurred when switching sites in the control panel. (#11709)
  • Fixed a bug where some config settings set via fluent setters weren’t getting normalized.
  • Fixed a bug where the database connection DSN string wasn’t getting built properly when the connection settings were set via fluent setters.

4.2.0.1 - 2022-07-26

Fixed

  • Fixed an error that could occur when passing an object into craft\helpers\ArrayHelper::removeValue() or the |without filter.

4.2.0 - 2022-07-26

Added

  • The control panel is now translated into Ukrainian.
  • Element conditions can now include condition rules for Matrix fields. (#11620)
  • Element conditions can now include condition rules for Money fields. (#11560)
  • Added the “Notification Duration” user accessibility preference. (#11612)
  • The accessibilityDefaults config setting now supports a notificationDuration key.
  • Added craft\behaviors\SessionBehavior::getSuccess().
  • Added craft\behaviors\SessionBehavior::setSuccess().
  • Added craft\config\BaseConfig. (#11591, #11656)
  • Added craft\controllers\UsersController::EVENT_AFTER_FIND_LOGIN_USER. (#11645)
  • Added craft\controllers\UsersController::EVENT_BEFORE_FIND_LOGIN_USER. (#11645)
  • Added craft\events\DefineFieldLayoutCustomFieldsEvent.
  • Added craft\events\FindLoginUserEvent.
  • Added craft\events\IndexKeywordsEvent.
  • Added craft\fields\conditions\EmptyFieldConditionRule.
  • Added craft\helpers\DateTimeHelper::humanDuration().
  • Added craft\helpers\Template::resolveTemplatePathAndLine().
  • Added craft\models\FieldLayout::EVENT_DEFINE_CUSTOM_FIELDS. (#11634)
  • Added craft\services\Config::getLoadingConfigFile().
  • Added craft\services\Elements::EVENT_INVALIDATE_CACHES. (#11617)
  • Added craft\services\Search::EVENT_BEFORE_INDEX_KEYWORDS. (#11575)

Changed

  • Redesigned user notifications. (#11612)
  • Most element notifications now include a link to the element. (#11612)
  • Improved overall control panel accessibility. (#11563, #11543, #11688, #11699)
  • Improved condition builder accessibility. (#11588, #11643)
  • Improved Image Editor accessibility. (#11496)
  • The “Keep me signed in” checkbox label on the control panel’s login page now includes the remembered session duration, e.g. “Keep me signed in for 2 weeks”. (#11594)
  • Dashboard widgets no longer show a confirmation dialog when deleted. Their delete notifications include an “Undo” button instead. (#11573)
  • Element edit pages no longer jump down when the “Showing your unsaved changes” notice is added, unless there’s not enough content to require a scroll bar. (#11586)
  • Matrix block previews now show selected option labels rather than their raw values. (#11659)
  • Improved the behavior of some console commands for non-interactive shells. (#11650)
  • The utils/prune-revisions console command now has a --section option. (#8783)
  • Deprecation warnings’ stack traces now show source templates’ paths and line numbers.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #139.