Skip to content

Releases: code16/sharp

v9.0.9

24 Feb 15:14
Compare
Choose a tag to compare

Bug fixes

  • Fix scroll to top when opening a filter

v9.0.8

21 Feb 11:03
Compare
Choose a tag to compare

Bug fixes

  • Fix date field monday first

v9.0.7

21 Feb 11:03
Compare
Choose a tag to compare

Bug fixes

  • Entity lists with hidden filters

v9.0.6

20 Feb 16:13
Compare
Choose a tag to compare

Bug fixes

  • Fix show list field without label
  • Fix search when at page > 2

v9.0.5

18 Feb 17:29
Compare
Choose a tag to compare

Fixes

  • quick creation in multiform case
  • fix sharp:generator entity search for commands and filters

Improvements

  • improve autocomplete field

v9.0.4

18 Feb 16:48
Compare
Choose a tag to compare

Bug fixes

  • fix visual regression in modal form with local select

v9.0.3

17 Feb 14:46
Compare
Choose a tag to compare

Fixes

  • Generator namespaces (#574)
  • Form card title with cropping accents
  • sharp:create_uploads_migration migration stub

v9.0.2

13 Feb 10:39
Compare
Choose a tag to compare

Bug fixes

  • Take configured intervention image driver (GD by default) instead of imagick

v9.0.1

04 Feb 16:56
Compare
Choose a tag to compare

Improvements

  • Add update assets button
  • Improve sticky editor toolbar + list field sticky header

v9.0.0

04 Feb 08:18
Compare
Choose a tag to compare

new major version 🥳

See announcement post: https://code16.fr/posts/sharp-9-built-to-last/

new stack

  • inertia
  • vue 3
  • tailwind
  • shadcn
  • pest

new features

DX

  • impersonate users (dev)
  • new configuration system based on a Builder (with service provider)
  • new install artisan command
  • new prompt artisan command to create entity + list + show + form
  • new validation (better DX, after formatters, no more delayed creation)
  • layouts and fields containers are now conditionable
  • uploads refactored: validation at upload stage, {id} even in embeds storagePath
  • new thumbnail fluent API + methods to choose encoder
  • new reorder authorization

User

  • forgotten password
  • quick creation from EL / EEL
  • simple paginator on EL
  • new link to dashboard

UX / UI

  • dark mode !
  • allow to handle embeds in editor toolbar
  • embedded uploads in editor can define a legend
  • new state column for EL
  • new icon libraries
  • new SharpTagsTransformer transformer
  • Date range filter presets (Last 7 days, last 30 days)

Performances

  • new automatic EL instance caching system for performance

And more! Be sure to follow the migration guide to upgrade (https://sharp.code16.fr/docs/guide/upgrading/9.0)