Skip to content

Releases: mecha-cms/x.panel

v2.1.6

11 Feb 14:02
Compare
Choose a tag to compare
  • Added Blobs field type as an alternative to Blob field type that can accept multiple file uploads.
  • Added ability to convert RGB color string into HEX color string for Color and Colors field type.
  • The generic file uploading interface now uses Blobs field type as the file picker so that you can now upload multiple files there.

v2.1.5

06 Feb 04:22
Compare
Choose a tag to compare

Set

  • Added Set field type.
  • Added optional title and description attribute for Fields.
  • Fixed broken recursive folder delete if trash parameter exists.
[
    'lot' => [
        0 => [
            'title' => 'Optional Fields Title',
            'description' => 'Optional fields description.',
            'type' => 'Fields',
            'lot' => [
                // Group field(s)
                0 => [
                    'title' => 'Optional Group Title',
                    'description' => 'Optional group description.',
                    'type' => 'Set',
                    'lot' => [
                        0 => [
                            'type' => 'Fields',
                            'lot' => [
                                // Inline field(s) inside a group
                                0 => [ … ],
                                1 => [ … ],
                                2 => [ … ]
                            ]
                        ]
                    ]
                ],
                // Inline field(s)
                1 => [ … ]
                2 => [ … ]
                3 => [ … ]
            ]
        ]
    ]
]

v2.1.4

22 Jan 13:00
Compare
Choose a tag to compare
  • #13 Fixed, somehow.

v2.1.3

18 Jan 00:52
Compare
Choose a tag to compare
  • #13 TODO: Fix this issue.
  • Added error log notification in the GUI when debug mode is enabled by the author.
  • Added notification tab in the state editor to give a set of fields for author to store their contact details. By default, you will have an email address field there. Developers may add more contact details there to be used on certain extensions.

v2.1.2

31 Dec 17:32
Compare
Choose a tag to compare

For Mecha 2.2.0.

  • Refactor.

v1.0.1

18 Mar 13:09
Compare
Choose a tag to compare
@mecha-cms/extend.user