Releases: thedevdojo/voyager
Releases · thedevdojo/voyager
Release v1.1.3
Release v1.1.2
Release v1.1.1
Enhancements:
- Test updates (#3013, #3061)
- Added missing thumbnail-sized images to dummy content (#3026)
- Added Swedish language translations (#3044)
- Database editor now accepts non-numeric values for field "length" (#3037)
- Updated Dutch translations (#3095)
- Added Persian language translations (#3100)
- Changed BREAD "unique" validation to use "name" instead of "slug" (#3040)
Bugfixes:
- Fix for role being set to null (#3014)
- Fix to change hardcoded link to respect Storage configuration (#3017)
- Fix for Safari bug related to forms with empty file fields (#3004)
- Fix for broken BREAD Delete action (#3038)
- Removed null-coalesce operator since we still support PHP < 7.0 (#3068)
- Fix for incorrect usage of Voyager Facade causing error (#3082)
- Added missing "BREAD" menu item (#3085)
- Hiding BREAD "settings" field from BREAD display (#3122)
Release v1.1.0
Breaking changes
Please follow the upgrade guide!
[Changelog in progress. Please see git commit history if needed]
Release v1.0.17
- Fix Fallback query (#2718)
- Use
PHP_EOL
instead of\n
(WidgetTest@testWidgetRenders) (#2729) - Cover Image Upload Field Accepts Non-Image Filetypes (#2733)
- Make
tabindex="-1"
on database/select elements (#2747) - Add missing settings translations (#2730)
- Fix for #1731 (#2670)
- Fixes #2075 and #1949 (#2677)
- Fix Dropdowns not working with asian strings (#2798)
- Use max-width to avoid upscale (#2806)
- Multiple images fields show full size images on edit-form (#2803)
- Adding legend option to edit-create blade (#2804)
- Wrong fields alignemnt (padding) in create/edit form (#2797)
- Add missing Chinese translations (#2838)
- Add Finnish translations, minor fixes to English translation (#2843)
- Delete Menu not working (#2892)
Release v1.0.16
Bugfixes:
- Fix for BREAD validation issues (#2660)
- Fix for missed instances of
$model->id
instead of->getKey()
(#2690) - Fix for incorrectly forced image resizing (#2693)
- Fix for incorrect directory name when moving files in the media manager (#2675)
- Added Permission check when adding Settings (#2701)
- Fix for z-index issue with select2 and dialogs (#2700)
New features, improvements, and optimizations:
- Breadcrumb view moved into
@section
to allow for customization (#2605) load-remote.js
removed. It used to call out to S3 bucket for platform notifications (#2668)- Arabic characters now supported in JS slugify (#2659)
- Added new PHPUnit tests (#2588)
- Added functionality to detect and fix incorrectly created storage symlinks (#2698)
- Translation additions and updates:
Release v1.0.15
Contributor notice: Static assets (app.js
and app.css
) are now compiled automatically after merge, so they no longer need to be committed with your PRs.
Bugfixes:
- Fix for error when pivot tables have an
id
field (#2579) - Fix
unique
validation onedit
views (#2457) - Fix for
upsize
andquality
options for uploaded image editing (#2429) - Update
Resizable
trait to properly trim extension from file name (#2525) - Fix for z-index issue with top-right drop-down menu (#2582)
- Fix for language-picker color scheme (#2590)
- Fix for issue where install command would fail from timeout (#2552)
- Fix for
Cropper not defined
JS error (#2595) - Fix for post-login redirect functionality (#2511)
New features, improvements, and optimizations:
Release v1.0.14
Bugfix for dependency (larapack/hooks and larapack/voyager-hooks) (#2496)
Release v1.0.13
Release v1.0.12
Deprecation notice: Deprecated a few methods on the Voyager facade. can
, canOrAbort
, canOrFail
were all deprecated in favor of Policies
Bugfixes:
- Fix to make certain generated links use absolute path (#1821)
- Voyager menus should now allow non-BREAD links (#2424)
- MenuItemPolicy was accessing incorrect column (#2437)
- Fix for
getRelationship()
missing when accessing views with relationships (#2432)- Models using relationships within Voyager will now require the
HasRelationships
trait.
- Models using relationships within Voyager will now require the