You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.