Releases: BRACKETS-by-TRIAD/admin-generator
Releases · BRACKETS-by-TRIAD/admin-generator
Password reset fix
Frontend validation of password reset forms has been fixed.
Export into Excel
Generator now provide an ability to export into Excel
Laravel 5.7 support
v2.0.7 Upgrading to Laravel 5.7
Relation removal fix
Fixed how can be relation removed, by sending empty data in request field.
Added new types and fixed end of lines
New database types has been added to rule generation.
All \n has been changed to PHP_EOL, to support multiple systems.
New WYSIWYG Editor
Media wysiwyg (#17) * modified generated markup for wysiwyg field * refactored to remove unnecessary markup in wysiwyg template
Laravel 5.6 support
v2.0.3 allow newwer packages (#16)
Fronted integer rule fixed
v2.0.2 changed numeric rule in frontend validation (#15)
Fixed js profile form paths on windows
Fix JS include paths and template names for profile Vue forms (#13) * Fix JS include paths and template names for profile Vue forms * Undo path change; Add characters for string replacement for JS Path * modelJSName string replacements are no longer necessary * Apologies, this change snuck in accidentally
Frontend refactor to NPM package
Npm package (#12) * responsive markup * modified generator to work with new frontend npm package * fixed generator's language picker * adjusting tests