Releases: code16/sharp
Releases · code16/sharp
v4.1.21
v4.1.20
v4.1.19
v4.1.18
Bug fixes
- front-end fix heading column alignment (#167)
Improvements
- back-end: Laravel 6 support (#173)
- back-end, front-end: new OrderedListWidget for dashboards (See https://sharp.code16.fr/docs/guide/dashboard-widgets/ordered-list.html)
- back-end: automatically create an default
sharp.php
config file on installation (#125)
v4.1.17
Bug fixes
- back-end remove unused attribute (#146)
- back-end add missing but documented
sharp:make:list-command
console (#151) - front-end Fix
SharpSelect
inline display (#154) - back-end: Fix
SelectFormatter
in a Model case (#158) - back-end: Fix
SharpFormAutocompleteField:: setLocalValues
to allow only id field (#162) - front-end: Fix Pie Chart in Dashboard (they actually work now...)
Improvements
- back-end, front-end: new DateRangeFilter was added for both EntityLists and Dashboards (see doc: https://sharp.code16.fr/docs/guide/filters.html#date-range-filter); note that we refactor Filters and deprecate some interfaces to give them better names (see https://github.com/code16/sharp/blob/v4.1.17/src/EntityList/EntityListFilter.php and https://github.com/code16/sharp/blob/v4.1.17/src/Dashboard/DashboardFilter.php). Old interfaces will be removed in 4.2.0.
- back-end:
deleteSharpForm
method added to test helpers (#168, thanks @sandervankasteel)
v4.1.16
Bug fixes
- front-end (date): sunday first not working (a0dd709) and set monday first by default to avoid breaking change (7ef5753)
- front-end (date): fix picker behind modal (z-index) (2edbaf9)
Reverts
- back-end(form): Revert stupid code regarding form population on create(): bug was introduced in v4.1.15