Version 2.0.1
July 25, 2024
Fixed
- Fixed an error that occurred when using Smith
Version 2.0.0
March 24, 2024
Added
- Added Craft 5 compatibility
Removed
- Removed Craft 4 compatibility
- Removed Craft Commerce variant code due to variants being managed with element indexes rather than blocks
- Removed
spicyweb\batchactions\assets\BatchActionsAsset
;spicyweb\batchactions\assets\bars\BarsAsset
is used instead
Version 1.3.1
October 30, 2023
Added
- Added German translations (thanks @amkdev)
Version 1.3.0
March 8, 2023
Added
- Added support for expanding, collapsing, enabling, disabling and deleting Craft Commerce variants
- Added support for showing batch actions bars on Matrix and Neo fields in Quick Post widgets
Fixed
- Fixed a bug where batch actions bars weren't being initialised on Craft Commerce product edit pages
Version 1.2.2
February 23, 2023
Fixed
- Fixed a bug where a Neo batch actions bar's paste button wasn't being disabled if pasting the copied blocks would violate the Neo field's Max Blocks or Max Top Level Blocks settings
Version 1.2.1
February 21, 2023
Added
- Added French translations (thanks @scandella)
Fixed
- Fixed a bug where, when loading an element editor page with a window size where batch actions bar buttons would exceed the content container width, the bar would sometimes still show the buttons instead of the menu
Version 1.2.0
February 18, 2023
Added
- Added the ability to batch-copy Neo blocks, and paste them at the top of the field
- Added the ability to batch-copy Matrix blocks, and paste them at the top of the field, if Smith is installed
Fixed
- Fixed a bug where batch action bars were being added to Neo fields when viewing entry revisions
Version 1.1.0
September 23, 2022
Added
- Added the
barsDisallowedFields
plugin setting, for setting Matrix or Neo field handles for which the batch actions bar won't be initialised - Added
spicyweb\batchactions\assets\bars\BarsAsset
- Added
spicyweb\batchactions\models\Settings
Deprecated
- Deprecated
spicyweb\batchactions\assets\BatchActionsAsset
; replaced withspicyweb\batchactions\assets\bars\BarsAsset
Version 1.0.1
September 15, 2022
Fixed
- Fixed a bug where translations weren't working
- Fixed style issues when using RTL languages
Version 1.0.0
September 12, 2022
Added
- Initial release