Skip to content

v2.7.2

Compare
Choose a tag to compare
@taufik-nurrohman taufik-nurrohman released this 05 Sep 15:34
· 470 commits to main since this release
  • Added @taufik-nurrohman/option-picker for consistent select box style.
  • Added Data tab next to the Pages tab for pages layout.
  • Added $_['id'] property that stores the first $_['path'] value.
  • Added $_['skin'] property that stores the skin title and CSS path.
  • Added _.alert(), _.confirm(), and _.prompt() methods that return promises, as alternative to the native alert(), confirm(), and prompt() functions.
  • Added data property to field/* type to quickly add hidden fields.
  • Added data property to form/* type to quickly add hidden fields.
  • Added field/button and field/buttons type. Currently useless. Would be useful when combined with certain JavaScript actions, such as to open a pop-up window.
  • Added flex and field/flex type.
  • Added ability to reply comment from the panel interface.
  • Added badge GUI for link type via info key.
  • Added comments counter in the Comment menu.
  • Added files/folders counter in the Trash menu.
  • Added typography test.
  • Fixed bug of tags data that is not stored consistently on edit mode.
  • Improved title type to allow icons in file, folder, field/item, field/items, and field/toggle type.
  • Improved extension page. It is now possible to filter extensions by searching and/or paginating.
  • Improved performance of files/folders listing by deferring the GUI creation.
  • Renamed before and after key for field to value-before and value-after.
  • Renamed field/combo type with field/option.
  • The $_['/'] data now will includes the $url as prefix.
  • ./mecha-cms/mecha#96