- Fixed sortable relations (309a2c4)
- Fixed image cropper is throwing a vue error in reapeatables (e689dd0)
- Fixed ambiguous columns when searching (eecd020)
- Fixed actions that dont use modals (89adfb8)
- Fixed input masks (b382988)
- Added
daterange
field (2d72292, 7cd2923, 7cea863) - Added support for pdf download in actions (6c7546a)
- Fixed relation edit button (ea6bd08)
- Added
badge
option for navigation entries (9c397b7) - Added option to
domain
serve litstack from a certain domain (b2b6509, c19c69c, 956b251)
- 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 relation link missing in relation table (#180)
- 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
andtransChoice
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 scrolling on mobile (1f0513d)
- Fixed chart
averag
total (b619a3e) - Fixed donut chart stub (36daf0d)
- Fixed relationship index table cannot be sorted (fd7f5e8)
- Changed namespace of
Ignite\Crud\CrudResource
toIgnite\Crud\FormResource
(fcb4bc3) - Improved index table sorting (9dac78f)
- Added
isoFormat
option to datetime field (a48798c) - Added
readOnly
forboolean
,radio
andcheckboxes
fields (014ac13) - Added
nowrap
table column option (7c876b3)
- 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 likeradio
(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 reset password screen to match login (#175)
- Changed form gets created in
load
method of its config (2c57597)
- Fixed single actio in index table (9ce87d1)
- Fixed Range-Field display bug for min values greater than 0 (6d1c208)
- Fixed multiple actions in index tables (6024801)
- Updated v-calendar which allows time-field to be null (e4a7036)
- Fixed overflow on login page (#172)
- Fixed images not showing in nested blocks (617dbaa)
- Fixed
morphOne
relation (d6f94b3)
- Fixed editing translatable fields when locale is not in model (#168)
- Fixed
CrudCreate
andCrudUpdate
(8996d4e) - Fixed chart
last
intervals not including current interval (b38407d, #169)
- Added multiple crud form functionality 🔥 (#161)
- Added the possibility to add actions anywhere on the cudshow (49b7d1c)
- Added custom style for table columns (85de72d)
- Fixed breaking changes in datetime field (86bbe9b)
- Fixed field conditions apply after model saving (49b7d1c)
- Added formatting model attributes for page info and text field (#159)
- Added default minute interval
5
(a550bc2) - Added
date
,time
anddatetime
fields as replacement fordatetime
url (e197e28)
- Changed url after login to intendet url (#157)
- Added
addMiddleware
method to Kernel (b748b37)
- 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 sort icon for index tables (4cead36)
- Fixed table column
date
method castingnull
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 field constructor (#147)
- Disabled default input and paste rules for markdown in wysiwyg field (3d01fa0)
- Added
confirmDelete
method to block field (#131)
- Added
allowEmpty
method to route field (#129)
- Added
whenIn
field condition method (#125)
- Fixed authentication with custom guard (#103, #128)
- Fixed modal bug for multiple image fields (ad56d49)
- Added PHP 8.0 support (#126)
- Added table column fields 🔥 (5e76e3f)
- Added changelog (949ed52)
- Added
resource
method toIgnite\Crud\Models\LitFormModel
(#97, #100) - Added
right
method todatetime
field (#96) - Added boolean support for table column value options ( 129f722)
- Added datetime field methods
minuteInterval
anddisableHours
(#110) - Added medialibrary 9 support (720290d)
- Added wysiwyg field settings to
lit
config (#120) - Images can now be recropped after upload (#108)