Releases: thedevdojo/voyager
Releases · thedevdojo/voyager
Release v1.3.2
Bugfixes
- Media-picker breadcrumbs (#4687)
- Fix display name for new BREAD field (#4666)
- Remove duplicate route "voyager.roles.update" (#4669)
- Fix validation for arrays (#4648)
- Upload file removes previous files (#4649)
- BREAD ordering direction (#4557)
- Belongs-To doesn't keep value after validation error (#4696)
- Slugify merge settings map (#4707)
- Show language-picker when browsing a BREAD (#4768)
Enhancements:
- Remove Route in InstallCommand (#4692)
- Assign Controller to DataTypes roles (#4670)
- Enhance Widget Layout (#4559)
- Orientate all images (#4770)
- Select keys for relationships (#4702)
- Check delete permission against model not DataType (#4780)
- Eagerload Menu Items translations (#4720)
- Eagerload data rows translations (#4719)
Translations:
- Add Vietnamese Language (#4497)
Release v1.3.1
Security bugfixes
- Voyager assets loading (#4574)
Bugfixes
- Creating thumbs in subfolders with Media Picker (#4502)
- Code editor plugin loading other languages (#4522)
- Fix check if a relationship is taggable (#4496)
- Properly load ACE-Editor plugins (#4522)
- Relation method (#4539)
- BelongsTo field loosing selection on validatation error (#4601)
- BelongsToMany field loosing selection on validatation error (#4602)
- Date for Safari (#4566)
- Delete bread action (#4587)
- Routes with empty required parameters (#4606)
- Prevent loading extraordinary assets (#4569)
- Routes with UTF-8 characters (#4605)
- Reference to Intervention\Image service provider in Install command (#4638)
- Ability to delete uploaded file (#4550)
- Delete multiple uploaded images (#4552)
- Array validation (#4624)
- re-align custom formfield views with defaults (#4628)
- remove translation duplication for RTE (#4647)
Enhancements:
- Escaping in templates (#4545)
- Select2 search on additional attribute (#4562)
- Update edit-add template for Posts (#4603)
- Added bulgarian (bg) translations (#4619)
- Load relationships based on action (edit/add) (#4539)
- Policies now properly support soft-delete (#4563)
- Support global database prefix (#4546)
- Added tests for uploaded media (#4553)
- Support adding new locales in app itself (#4621)
- Add details field for relationships (#4633)
Translation updates:
Release v1.3.0
Please read the upgrade guide to upgrade from Voyager 1.2 to 1.3
New features:
- Laravel 6 support
Bugfixes:
- Select all BREAD-entries wasn't working (#4370)
- Multilanguage changed other fields in a menu-item (#4369)
- Files getting removed from Settings on update (#4309)
- Delete uploaded files in BREADs (#4113)
- Media-Picker was always collapsed (#4363)
- Make markdown formfields translatable (#4361)
- Relationship-tagging not working (#4397)
- Clicking "None" in relationships didn't remove the already selected entries (#4397)
- Custom guards didn't work with gates and permissions (#4384)
- TinyMCE now loads correctly over HTTPS (#4464)
- RTL layout fixes (#4479)
- Multiple checkbox not displaying correct data (#4484)
- Datatable ordering broken on browse with no checkboxColumn (#4460)
Enhancements:
Release v1.2.7
v1.2.7 is the last version in v1.2
Improvements:
- Display names for BREADs and field-titles can now be translated (#4057)
- Show display names in search form (#4284)
- Allows NULL for relationships (#4249)
- Use correct fieldname in belongsTo relationships (#4228)
- Allow tables with enum-fields to be saved (#4234)
- Keep translated-values when errors occur durring add (#4076)
- Hide delete button when user has no permission in settings (#4292)
- Show checkboxes column if mass action is displayed (#4151)
- Change sidebar logo size (#4163)
Bugfixes:
- User FQCN for Model class (#4226)
- Order sub-menu-items (#4186)
- Use custom guard inside postLogin & authorize (#4197)
Language updates:
Release v1.2.6
Hotfix
Fonts and icons not found.
Please clear your browser-cache after updating to 1.2.6
Release v1.2.5
Improvements:
- Remove empty translations from $translations array (#4049)
- RTL layout improvements (#4111)
- Customize Favicon using admin.icon_image setting (#4051)
- Html tooltips for fields description (#4161)
- Rename assets to voyager-assets (#4176)
Bugfixes:
- Files getting removed from DB when no new files are uploaded (#4158)
- Settings not using options (#4178)
- Fix selected filter for serverside and set default_search_key (#4142)
- Media picker ordering (#4174)
- Relationship load fails when user has no role (#4175)
Language updates:
Release v1.2.4
Please clear your browser-cache after upgrading to 1.2.4
Improvements:
- Vietnamese slug-characters (#4091)
- Attributes for number field (#4117)
- Add watermarking/thumbnails to media-picker and media-manager (#4084)
- Make admin-menu a Vue component (#4064)
- Disable sidebar on refresh for mobile (#4061)
Bugfixes:
- Clear menu-cache when deleting items (#4083)
- Fix glyphicons not found (#4146)
- Richtextbox not saving multi-language (#4157)
- Remember old input upon form submit (#4104)
- Fix translation-seeder (#4140)
- Relationship not showing data when edit is disabled (#4017)
Language updates:
Release v1.2.3
Bugfixes:
- Fixed multiple select in read-view (4ee291f)
user_belongsto_role_relationship
id could be injected into the profile page (7bb2073)- Fixed multiple issues in Media Manager (#4000)
- Fix server-side side pagination sorting (#4015)
- Fix assets not loading when using Nginx or overriding all controllers (#4004)
- Dont show top-menus if there are no children (#4016 and #4022)
- Fix menu-links being relative (#4008)
Improvements:
- Added remember me checkbox to login (#3999)
Language updates:
Release v1.2.2
Bugfix where opening/closing a sub-menu wasn't possible because of a wrong variable-name.
Release v1.2.1
Hotfix where installing Voyager 1.2 in Laravel below 5.8 would fail because of mismatching user-id types