Skip to content

Latest commit

 

History

History
308 lines (194 loc) · 19.6 KB

CHANGELOG-3.x.md

File metadata and controls

308 lines (194 loc) · 19.6 KB

Release Notes for 3.x

Fixed

  • Fixed translations (a8d3409)
  • Hide search button when search is not enabled (f131fe4)

Added

Fixed

  • Fixed sortable relations (309a2c4)
  • Fixed image cropper is throwing a vue error in reapeatables (e689dd0)

Added

Fixed

  • Fixed ambiguous columns when searching (eecd020)
  • Fixed actions that dont use modals (89adfb8)
  • Fixed input masks (b382988)

Added

Fixed

  • Fixed relation edit button (ea6bd08)

Added

  • Added badge option for navigation entries (9c397b7)
  • Added option to domain serve litstack from a certain domain (b2b6509, c19c69c, 956b251)

Fixed

  • Fixed select field background (04dd7f1)
  • Fixed subPages are not only shown on create (d6e8c85)
  • Fixed custom styles are not applied to index table columns (323c14b)

Fixed

  • Fixed relation link missing in relation table (#180)

Added

  • Added model dependencies for all components (#173, 015c9ed)
  • Added route binding for translatable models (#179)
  • Added the ability to apply a resource to cruds (fcb4bc3)
  • Added whenNotIn dependency method (e51e066)
  • Added can method that checks permission to crud config (83d68ad)
  • Added allowing boolean value for authorizing components (2f4c47d)
  • Added unauthorized actions are not rendered (fad348f)
  • Added multilanguage preview (112decc)
  • Added index table column dependencies (ee6b223)
  • Added trans and transChoice index table columns (646dcad, a2661ba)
  • Added support for morphTo relationships in index table columns (fd7f5e8)
  • Added ability to apply column options to inline field columns (fd7f5e8)

Fixed

  • Fixed scrolling on mobile (1f0513d)
  • Fixed chart averag total (b619a3e)
  • Fixed donut chart stub (36daf0d)
  • Fixed relationship index table cannot be sorted (fd7f5e8)

Changed

  • Changed namespace of Ignite\Crud\CrudResource to Ignite\Crud\FormResource (fcb4bc3)
  • Improved index table sorting (9dac78f)

Added

  • Added isoFormat option to datetime field (a48798c)
  • Added readOnly for boolean, radio and checkboxesfields (014ac13)
  • Added nowrap table column option (7c876b3)

Fixed

  • Fixed crud forms using union types (ed16f23)
  • Fixed date column uses application timezone (38420d6)
  • Fixed relation table unlink button (73ecf04)
  • Fixed empty time field not editable (e4861a5)
  • Fixed empty time field not editable (e4861a5)
  • Fixed no items selected for list field (e4861a5)
  • Fixed checkboxes acting like radio (e4334d4)
  • Fixed stacked checkboxes css (c9ae4a7)
  • Fixed view column returning view instad of column (9c903f4)
  • Fixed empty avatare column is not rounded (7cc6f1b)
  • Fixed alphabetic table order reversed (589bba3)

Changed

  • Changed reset password screen to match login (#175)
  • Changed form gets created in load method of its config (2c57597)

Fixed

  • Fixed single actio in index table (9ce87d1)

Fixed

  • Fixed Range-Field display bug for min values greater than 0 (6d1c208)
  • Fixed multiple actions in index tables (6024801)

Updates / Enhancements

  • Updated v-calendar which allows time-field to be null (e4a7036)

Added

Fixed

  • Fixed overflow on login page (#172)
  • Fixed images not showing in nested blocks (617dbaa)
  • Fixed morphOne relation (d6f94b3)

Fixed

  • Fixed editing translatable fields when locale is not in model (#168)
  • Fixed CrudCreate and CrudUpdate (8996d4e)
  • Fixed chart last intervals not including current interval (b38407d, #169)

Added

  • Added multiple crud form functionality 🔥 (#161)
  • Added the possibility to add actions anywhere on the cudshow (49b7d1c)
  • Added custom style for table columns (85de72d)

Changed

  • Changed to version of laravel-mix from v5.0 to v6.0 (#165, 7787747)

Fixed

  • Fixed breaking changes in datetime field (86bbe9b)
  • Fixed field conditions apply after model saving (49b7d1c)

Added

  • Added formatting model attributes for page info and text field (#159)

Fixed

  • Fixed unlink or delete colum in crud relation table (#158)
  • Fixed css (#160)

Added

  • Added default minute interval 5 (a550bc2)
  • Added date, time and datetime fields as replacement for datetime url (e197e28)

Fixed

  • Fixed crud action for CrudShow (ecddd85)
  • Fixed redirecting after creating new model (9ac2014)

Changed

  • Changed url after login to intendet url (#157)

Added

  • Added addMiddleware method to Kernel (b748b37)

Added

  • Added input masks (#127)
  • Added relation preview inline fields (#143, f44f333)
  • Added appends method to Crud show page (#135)
  • Added info method to Crud index page (e69a6e8)
  • Added translation option to the crud meta macro (#146)
  • Added new Listing field (#148)
  • Added only method to wysiwyg (3ad7a3c)
  • Added password reset functionality for litstack users (#149, 8b9c658)
  • Added crud events (#152)
  • Added raw editing in WYSIWYG (cf8d0ce)(07cef8a)
  • Added optional system info page (#150)

Fixed

  • Fixed sort icon for index tables (4cead36)
  • Fixed table column date method casting null as carbon instance (338dae9)
  • Fixed crud model binding (#141)
  • Fixed script mime types (#142)
  • Fixed missing translations (#145)
  • Fixed nested block fields (#144)
  • Fixed tags in breadcrump navigation (dd16a1a)
  • Fixed duplicate change password link in user profile (#151)

Changed

  • Changed field constructor (#147)
  • Disabled default input and paste rules for markdown in wysiwyg field (3d01fa0)

Added

  • Added confirmDelete method to block field (#131)

Added

  • Added allowEmpty method to route field (#129)

Added

  • Added whenIn field condition method (#125)

Fixed

  • Fixed authentication with custom guard (#103, #128)
  • Fixed modal bug for multiple image fields (ad56d49)

Added

  • Added PHP 8.0 support (#126)

Fixed

Fixed

Added

  • Added table column fields 🔥 (5e76e3f)
  • Added changelog (949ed52)
  • Added resource method to Ignite\Crud\Models\LitFormModel (#97, #100)
  • Added right method to datetime field (#96)
  • Added boolean support for table column value options ( 129f722)
  • Added datetime field methods minuteInterval and disableHours (#110)
  • Added medialibrary 9 support (720290d)
  • Added wysiwyg field settings to lit config (#120)
  • Images can now be recropped after upload (#108)

Fixed

  • Fixed relation form modal closing after saving (62db77e)
  • Fixed installation issue with custom permissions tables names (#105, #106)
  • Fixed image column square (#95)
  • Fixed crud config route binding (9a2f5db)

Changed

  • Moved litstack core ServiceProvider's to the config lit.providers (#99, #101)
  • Improvid ordering performance (a7558cb)