Releases: code16/sharp
Releases · code16/sharp
v4.2.1
v4.2.0
Read the announcement post here.
New features
- Introducing Show pages, with embedded Entity Lists and more; report to related documentation.
- Single Show page / Single Form: related doc
v4.1.25
v4.1.23
v4.1.22
Bug fixes
- Fixes documentation for generating command class (#190) thanks @ewatch
- Fixes Form date component should not display browser suggestions. (#194)
- Fixes UI issues on XS width (#119)
- Fixes Actions button for entity commands is showing without any command (#177)
New feature
- Add ability to use PNGs images in login page and menu, see https://sharp.code16.fr/docs/guide/style-visual-theme.html#login-and-menu-logos
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.phpconfig file on installation (#125)
v4.1.17
Bug fixes
- back-end remove unused attribute (#146)
- back-end add missing but documented
sharp:make:list-commandconsole (#151) - front-end Fix
SharpSelectinline display (#154) - back-end: Fix
SelectFormatterin a Model case (#158) - back-end: Fix
SharpFormAutocompleteField:: setLocalValuesto 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:
deleteSharpFormmethod added to test helpers (#168, thanks @sandervankasteel)