Skip to content

1.0.0-RC4

Compare
Choose a tag to compare
@nadar nadar released this 05 Sep 16:56
· 1589 commits to master since this release

1.0.0-RC4 (5. September 2017)

Changed

  • #1408 CMS Module removed bootstrap process inside module, use Bootstrap class instead.
  • #1414 Renamed Angular Helper methods, removed all the zaa prefixes.
  • #1308 Renamed luya\admin\ngrest\plugins\CheckboxRelation::labelFields to luya\admin\ngrest\plugins\CheckboxRelation::labelField
  • #1301 Move the CRUD commands to the admin module admin/crud/create and admin/crud/model.
  • #1289 Remove luyaLanguage application property and replace with admin module interfaceLanguage property.
  • #1294 Moved Active Window scaffolding command into admin Module admin/aw/create
  • #1277 Renamed getPlacholderValue() to getPlaceholderValue().
  • #1273 Mail component remove adresses() replace with addresses().
  • #1264 Renamed $LinkActiveClass property to $linkActiveClass in luya\cms\widgets\LangSwitcher.
  • #1295 Fully removed all Twig files, tests and components as announced.
  • #1448 Admin translations must be registered in Module::onLoad.

Added

  • #1292 NEW ADMIN UI!
    #1361 Added ability to provide json file for cms layouts in order to render the grid in the admin according to the frontend.
  • #1293 Dashboard objects can be used by admin modules.
  • #1351 Frontend Storage Upload validator which stores images and files in admin storage component.
  • #1375 Added Import Helper class which provides functions to parse CSV files to Arrays.
  • #1332 Added Export Helper class in order to generate CSV Files from Arrays.
  • #1312 ArrayHelper::generateRange for select dropdowns with numeric values.
  • #1303 NgRest SelectModel valueField is automatically retrieved from the model class if no value is provided.
  • #1291 Replace User Sidebar with User Dashboard to change Password.
  • #1288 Added Color-Wheel NgRest Plugin and Angular Type.
  • #1287 Sortable Plugin and Trait added.
  • #1270 Module block set resolved query params into the request component if not strict mode.
  • #1268 Module block strict render ability in order to strict render the given action and controller paths instead of parse them trough the request component.
  • #1227 Added preloadModels() method for the Menu Query in order to collect all models for the given request. This can strongly reduce the sql count when working with properties or models.
  • #1266 render() method for the mailer component in order to provide controller template files.
  • #1269 Add raw option for html block in order to render the html output in admin view.
  • #1215 Added type float and double in ngrest data types to use decimal.
  • #1119 Added PostgreSQL Compatibility.
  • #1331 Active Window generator generates index action view file.

Fixed

  • #1346 Fixed bug with ngrest scope delete defintions.
  • #1355 Module migrations uses templates based on input data.
  • #1248 Fixed caption of "block groups" does not obey the user's language option.
  • #1272 Empty layout block reloading problem has been fixed due to rewrite of the cms controllers which reloads the placeholders.
  • #1356 Fixed problem with when ngrest plugin SelectModel target class is the same model.
  • #1369 Flow Uploader lost bearer token while uploading images.
  • #1290 Fixed Tooltip Bug, cause of lexer parser error. Wrong directive variable scope declaration.
  • #1286 Filemanager show error message on error.
  • #1267 Fixed bug where module block action params overrides the default values, merge instead.
  • #1265 Using https for Google Maps embed code.