Skip to content

Releases: code16/sharp

v5.3.4

28 Oct 08:28
Compare
Choose a tag to compare

Bug fixes

  • Fix the redirect after a deletion which was strange when coming from a Show Page, and buggy when coming from a SingleShow.

v5.3.3

26 Oct 09:51
Compare
Choose a tag to compare

Version 5.3.2 was a fraud.

This is the good one (😬)

v5.3.2

26 Oct 09:26
Compare
Choose a tag to compare

Bugs fixes

  • Refactor each Filters interface to its own file, wince Composer 2.0 autoloader seems to hate multiple class definition in one file

v5.3.1

21 Oct 14:42
Compare
Choose a tag to compare

Bug fixes

  • Fix SharpContext set in case of download

v5.3.0

19 Oct 13:11
Compare
Choose a tag to compare

Features

  • Loose equal match for select field (21f8b02)
  • Add select checkboxes allowSelectAll() option (#269)
  • Add pt-BR lang support (#272)
  • Small UI fixes (dropdown hover color, show page entity list border)

Bug fixes

  • Refresh Show page entity list on command clicked (036fbf2)

v5.2.0

21 Sep 16:30
Compare
Choose a tag to compare

New features

  • Added EntityListQueryParams::getPage() to retrieve current page.
  • Added the ability to use a Closure instead of a string in SharpFormUploadField::setStorageBasePath()(documentation).
  • Added a new configuration for autocompletes: SharpFormAutocompleteField::setDataWrapper(), to define a wrapper node in a remote endpoint (documentation).

v5.1.2

15 Sep 16:52
Compare
Choose a tag to compare

Fix

  • Apply transformers with list data ([]) to array models

v5.1.1

15 Sep 06:59
Compare
Choose a tag to compare

(Small) fixes

  • The MarkdownAttributeTransformer now handles GFM line break by default
  • Show page: restore title styling of EntityLists
  • Generalize link styling in EntityLists and Show pages

v5.1.0

09 Sep 11:05
Compare
Choose a tag to compare

New features

  • Support for Laravel 8

Dev tools

  • Sharp will display a message if front assets are not up to date

v5.0.0

04 Sep 10:15
74da7cf
Compare
Choose a tag to compare

New Features

  • Form: Upload image optimization (docs)
  • Show page: Redesign and two new fields added:
  • Show page: Custom field (docs)
  • Custom login message
  • Update to Font Awesome 5 (old fa classes are supported but will be dropped in the next major release, you should update classes according to the docs)

Refactor

  • Front-end packages and general refactoring