Skip to content

0.0.5-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@uatrend uatrend released this 06 Oct 06:13
· 10 commits to develop since this release

Added:

  • Added the ability to return to the previous stage in the Installer component. Added the ability to install demo content. Added install-demo.php file to installer directory.
  • Added demo files to storage.
  • Added Pagekit icons file to 'app/system/assets/js' with additional icons (regular and minified version). Removed styles from less.
  • Added Vue mixins to components for better reuse.
  • Added files icons to Finder component (for .txt, .xls, .pdf and etc. files).
  • Added image preview in lightbox by double clicking in Finder Component (only on storage page).
  • Added clamp.js directive to Finder. (for better display of long filename (like OSX)).
  • Added options in editor settings to load uikit.js in tinymce and set container class to tag 'body'.
  • Added the ability to clear the asset cache in the 'assets.js' library.
  • Added the ability to the translator (trans.js) - to translate strings with variables that have a translation (parameter 'replace')
  • Added the ability to the intl module (functions.php) to translate messages using ICU MessageFormat.
  • Additional file extensions have been added to Finder's settings that can be loaded into the storage.

Changes:

  • Linting build.
  • Changed node scripts.
  • Changed installation from sources. Adding a check Yarn and removing a npm instruction.
  • Updated layout - requirements.php.
  • Theme.js Elements renamed to UIElements.
  • Updated all language translations as transChoice () is deprecated.
  • Reorganize the 'app/system/modules/theme' folder.
  • Reworked theme-one. Added additional site and node options for rendering. Updated templates.
  • Optimize admin theme *.less files and removed unused styles.
  • Updated installer (javascript and styles). 'installer.css' size reduced.
  • Some of the console commands are disabled during development (like update, install).
  • Updated readme.md.
  • Updated dependencies.

Fixed:

  • Fixed layout in marketplace component.
  • Fixed Vue components reactivity.
  • Fixed modal component (now modal window removed from 'dom' after close).
  • Fixed order.js directive.
  • Fixed tabs scrolling issue in UIkit htmleditor component.
  • Fixed and updated regular and modal layouts in Finder component.
  • Fixed sortable in user-roles component.
  • Fixed sortable styles in the sidebar menu.
  • Fixed showing files in preview (HTML Editor) with attributes 'uk-img' and 'uk-svg' (UIkit Image Component)