Releases: vaersaagod/matrixmate
Releases · vaersaagod/matrixmate
MatrixMate v. 2.2.2
MatrixMate v. 2.2.1
2.2.1 - 2024-06-10
Fixed
- Fixed a bug where block types having reached their
maxLimit
would still be creatable via collapsed block type button menus #74
MatrixMate v. 2.2.0
MatrixMate v. 2.1.4
2.1.4 - 2023-11-11
Fixed
- Fixed an issue where block types hidden via
hiddenTypes
could still show up in Matrix blocks' cogwheel menus, if they were included in one or several block type groups. - Fixed an issue where block group buttons weren't focusable. Thanks @jmcgaha!
- Fixed a CSS issue that would occur if all block types except one were hidden
MatrixMate v. 2.1.3
2.1.3 - 2023-04-24
Fixed
- Fixed an issue where MatrixMate could make Craft create a provisional draft when opening element slideouts.
MatrixMate v. 2.1.2
2.1.2 - 2022-11-10
Fixed
- Fixes an issue where disabled block type add buttons would still be clickable. #58
MatrixMate v. 2.1.1
2.1.1 - 2022-10-05
Improved
- Improved styling for block tabs
Fixed
- Fixes a bug where MatrixMate could make element edit forms create a new auto-saved draft, even if no fields were changed.
MatrixMate v. 2.1.0
2.1.0 - 2022-08-05
Added
- Added the
ungroupedTypesPosition
field config setting, which can be used to specify the display order for ungrouped block types
MatrixMate v. 1.5.0
1.5.0 - 2022-08-05
Added
- Added the
ungroupedTypesPosition
field config setting, which can be used to specify the display order for ungrouped block types
MatrixMate v. 1.4.5
1.4.5 - 2022-07-14
Improved
- MatrixMate now defers registering its CP resources to an
Application::EVENT_INIT
event handler, reducing the risk of conflicting with other plugins.