You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Nulled Laravel Nova
5.2.5 Nulled
No permission to download
- 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.
v4.11.1—SILVER SURFER
Released Jun 29, 2022
- Fixed an issue where external user menu items didn't open in a new window.
- Added preliminary support for right-to-left languages vis Nova::enableRTL().
- Added the ability for MenuItem labels to be translatable.
- Nova will now show more of the name when displaying actions with long names.
- Nova will now avoid logging the underlying model's hidden attributes when updating resources.
- Fixed a visual issue with the alignment of resource table row icons in certain scenarios.
- Fixed an issue with Dashboards when using PHP 7.
- Fixed an issue when creating related MorphOne relations.
- Fixed an issue preventing the usage of ID fields inside panels.
- Fixed a visual issue with copyable fields.
- Fixed an issue where impersonated users wouldn't see the "Stop Impersonating" menu item.
- Fixed an issue where the index was incorrectly determining which preview fields to use.
- Fixed a regression with the delete notification modal.
v4.9.0—SILVER SURFER
Released Jun 14, 2022
- Added ability to have badges on user menu items.
- Added a loading indicator to Dashboards when fetching cards.
- Added new onlyOnPreview helper method for fields.
- Added all of Tailwind's colors variables as root CSS declarations.
- Nova will now hide the inline actions dropdown if there are no options available to the user.
- Fix an issue preventing fields marked as full width from being the correct size.
- Fixed a visual issue with Global Search's z-index.
- Fixes an issue where HasOne relationships resolved incorrectly via nested resources.
- Fixes an issue where MorphOne relationships stopped working on edit views.
- Fixed an issue where a form cancel button wouldn't do anything if there was no browser history.
- Fixed an issue where the select all checkbox would be incorrectly shown in an indeterminate state.
- Fixed an issue with Date and DateTime fields in Chrome.
Released Jun 08, 2022
- Fixed an issue with truthy false request parameters.
v4.7.0—SILVER SURFER
Released May 25, 2022
Download
- Added ability to have badges on MenuSection and MenuItems.
- Added preview fields to action resources.
- Improved compatibility with Vite.
- Improved compatibility for copyable fields.
- Fixed an issue with Icons being sent the wrong prop types.
- Fixed an issue with Dashboards causing scrolling to lock intermittently.
- Fixed an issue where focusing an input and pressing enter key caused the create modal to open
- Fixed a visual issue where long single words would break the layout on mobile screens.
- Fixed an issue with dependent Select fields when options are dynamically changed.
- Fixed an issue preventing dependent BooleanGroup fields from being reactive.
- Fixed an issue with lenses not filtering their fields correctly.
- Fixed an issue with Currency::fillUsing not being used when using an inline HasOne field.
- Heading fields now support dependsOn.
- Fixed an issue where the trashed filter didn't work correctly on lenses.
- Fixed an issue causing namespace collisions when using a resource named "Notification".
v4.6.1—SILVER SURFER
Released May 18, 2022
- tabindex will be set to 0 when KeyValue fields are configured with read-only keys.
- Fixed and issue where scrolling locked incorrectly.