Skip to content

Releases: code16/sharp

v8.1.0

10 Oct 15:21
Compare
Choose a tag to compare

Features

  • Add SharpMenu::setVisible(false) which allows to hide the menu if not needed (#499)

Improvements

  • Add quality in thumbnail path (#500)

v8.0.7

09 Oct 15:12
Compare
Choose a tag to compare

Fixes

  • Fix custom transformers in case of a sub-attribute with an array

Lang

v8.0.6

25 Sep 13:46
Compare
Choose a tag to compare

Improvements

  • UI: Normalize show page action buttons style

v8.0.5

11 Sep 11:14
Compare
Choose a tag to compare

Fixes

  • fix default config file
  • add missing FR translations

v8.0.4

30 Aug 10:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.3...v8.0.4

v8.0.3

22 Aug 13:36
Compare
Choose a tag to compare

Fixes

  • Fix npm run dev breaking sharp assets

v8.0.2

21 Aug 08:59
Compare
Choose a tag to compare

Fixes

  • Section collapse

v8.0.1

21 Aug 08:59
Compare
Choose a tag to compare

Fixes

  • CSS (button spacing, double separator in commands)
  • show entity commands in EEL

v8.0.0

18 Aug 07:51
Compare
Choose a tag to compare

Features

  • bulk (ie: select entities first) commands
  • global search #477
  • refactored login, rate limiting implementation
  • 2fa workflows (notification or totp) #482
  • new dashboard's Figures widget #475
  • allow ->notify() toasts in Commands

DX

  • new way to build EntityList layout
  • easier way to declare an embedded Entity List (2nd arg, entity key, is now optional, since it's often the same one)
  • add SimpleEloquentReorderHandler default reorder implementation
  • new methods to build LinkToShow and LinkToForm links with a custom breadcrumb #485
  • allow middleware declaration in config
  • allow to define upload (tmp) disk in configuration

UX / UI

  • UI global refinements: lowercase, breadcrumb everywhere, user menu moved to top right
  • delete action moved to Entity List or Show Page instead of Form
  • Entity List: new header with filters, new action ... button, entity state modal replaced by dropdown
  • Show page: entity state modal replaced by dropdown, locale selector move to action bar
  • Form: new tabs UI, locale selector move to action bar, cancel / update button move to sticky bottom bar
  • Dashboard: sections (with title), ability to place filters an commands on sections
  • Update to FontAwesome 6 (no breaking changes, v4 / v5 names are allowed)

BC

v7.29.6

19 Jul 11:22
Compare
Choose a tag to compare

Bug fixes

  • Fix input password type displayed as text type