您正在使用过期的浏览器。此浏览器可能无法正确显示本网站或其他网站的内容。
建议您升级浏览器,或使用
其他浏览器。
已破解
Laravel Nova
5.7.7 Nulled
没有下载权限
- Added ability for fields within a Stack field to be filterable.
- Fixed an issue causing Trix field content to be duplicated on the update view.
- Fixed a zero-division issue with Progress metrics.
- Fixed an issue where search on a BelongsToMany relationship was broken when using Laravel Scout.
- Fixed an issue where Boolean field values were always false when using dependent fields.
- Fixed a visual issue with spacing on checkboxes with labels.
- Fixed an issue with peekable BelongsTo when used within a HasManyThrough relationship.
- Fixed an issue with Markdown field.
- Nova will now scroll to the top when using Create and Add Another buttons.
- Fixed an issue where MultiSelect fields were incorrectly showing a placeholder.
- Added Laravel 10 support.
- Redesigned the "select all dropdown" to show the current selection count and adds easy selection clearing.
- Added ability to use merge, mergeWhen, and mergeUnless on panels.
- Fixed a visual issue with margins on Heading fields.
- Fixed an issue where using the Line::extraClasses method on the detail view.
- Fixed several issues with the Markdown field.
- Fixed an issue where the preview click action didn't check whether the resource was authorized to be viewed.
- Fixed an issue with using the incorrect query when running actions on a single resource.
- Fixed an issue where a user couldn't navigate away from an invalid page.
- Lenses now support searching.
- Collapsable relationships no longer make API requests before they're revealed when collapsed by default.
- Added ability to hold Command or Ctrl while clicking global search results to open them in a new tab.
- Added Ctrl to the recognized modifier keys for other shortcuts.
- Fixed an issue with click actions on many to many relationships.
- Fixed an issue with Status fields not using the correct field value.
- Fixed an issue with validating unfillable fields.
- Fixed an issue with nested relationships when using HasOne or HasOneThrough fields.
- Fixed an issue with collapsable cards localStorage state.
- Fixed an issue where Gravatar fields using the attribute "email" would not allow a Text field with the same attribute to be replicable.
- Added ability to preview SVG when using File fields.
- Added some missing language strings for File fields.
- Nova will now prioritize the thumbnail preview vs the preview url on index views.
- Updated the name of Turkey to the new official name "Türkiye".
- Fixed an issue where MorphTo fields were not correctly initializing their types.
- Fixed an issue where eloquent filters were preloading values incorrectly.
- Fixed a regression with PartitionResult.
- Fixed an issue with Status fields when using displayUsing.
- Fixed an issue where Nova's user resolver was not being passed in some circumstances.
- Fixed an issue where storeOriginalName was not working with inline relationships.
- Fixed a visual issue with excerpt line breaking.
- Added support for ulid as an identifier when using action events.
- Added improvements for Nova's User stub files.
- Updated Trix field to use Laravel's built-in model pruning.
- Added shortcuts for "Select All" (ctrl+a/command+a) and "Select All Matching" (ctrl+shift+a/command+shift+a).
- Fixed an issue where the Tag field always removed the first tag.
- Fixed an issue where copyable was not working on Email index fields.
- Fixed an issue where BelongsTo fields weren't broadcasting their changes.
- Fixed an issue where Select filters were not using the searchable option.
- Added new breadcrumbs menu via the Nova::withBreadcrumbs method.
- Added ability to see the raw metric value in a tooltip.
- Added ability to copy the raw value of Value metrics using the copyable method.
- Added ability to customize the associatable query for BelongsTo and MorphTo fields.
- Added a link to view the full resource when viewing the resource preview modal.
- Added ability to translate select control default state text.
- Nova will now hide resource buttons if the user can't see any of them in the current result set.
- Nova will now display HasOneThrough fields the same way as HasMany fields.
- Fixed a visual issue with search input clear buttons.
- Fixed an issue with Trix endpoints not receiving all props.
- Fixed an issue where action fields were not showing correctly.
- Fixed an issue with filling attributes when cast as array.
- Fixed an issue when filling fields with wrong number of parameters.
- Fixed an issue with canSee not working on MorphTo fields.
- Fixed an issue with validating and resolving fields.
- Fixed an issue where the default help dashboard was showing its title incorrectly.
v4.13.0—SILVER SURFER
Released Aug 23, 2022
- Nova can now use any hsl(), rgb(), or rgba() string as valid branding color values.
- Added visual improvements for fields with previews like Twix, and Markdown.
- Added ability for user-defined presets when using Markdown fields.
- Added ability for users to specify the target window when using menu items.
- Panels will now listen for changes, which allows them to be shown or hidden based on other fields.
- Added a developer API which allows fields to return a preview.
- Added ability to specify suggestions for Color fields.
- Improved error messaging for fields.
- Improved error messaging for VaporFile and VaporImage fields when users are not authorized to upload.
- Lots of code cleanups, new tests, and refactors.
- Fixed issue with branding colors where valid rgba strings were not honored.
- Fixed an issue where DateTime filters fields weren't respecting the user's timezone.
- Fixed an issue where Markdown fields weren't emitting change events.
- Fixed an issue where KeyValue fields were not reactive when a default value was specified.
- Fixed an issue where toggling between fields using dependent fields when fields shared the same component.
- Fixed an issue with DateTime fields no respecting the value from displayUsing.
- Fixed an issue where global search wasn't disabling page scroll
- Fixed an issue where email fields weren't showing in the filter list.
- Fixed a visual issue with KeyValue fields when using them in an action modal.
- Fixed an issue where Nova wouldn't correctly apply validations from inline HasOne relationships.
- Fixed an issue where Nova wouldn't close a search input when clicking away.
- Fixed an issue where Markdown fields were not reactive when a default value was specified.
- Fixed an issue where global search wasn't closed correctly when the value is set to an empty string
v4.12.2—SILVER SURFERLatest Release
Released Jul 12, 2022
- Added 'preview' option to the available resource row click actions to open the preview modal.