Skip to content

Releases: code16/sharp

v7.19.0

21 Oct 12:09
28e67f5
Compare
Choose a tag to compare

New feature

Improvements

  • Demo: prefill login form to [email protected]
  • Show: Improve UI when there is a global message + a title
  • Generators: add options (forms in commands), enhance stubs, fix doc

v7.18.0

07 Oct 14:38
Compare
Choose a tag to compare

Features

  • List field: Add drag handle on the left of each item (#441)
  • Show page: Allow to add a title to the page with configurePageTitleAttribute() (docs, demo)

v7.17.3

30 Sep 09:26
Compare
Choose a tag to compare

Bug fixes

  • Normalize date string sent to front when date not coming from a model

Warning
For time only date fields : If you were relying on date validation rule, you must replace it with date_format:H:i.

v7.17.2

23 Sep 11:02
Compare
Choose a tag to compare

Bug fixes

  • Fix date set wrong hours if timezone is not set to UTC

v7.17.1

22 Sep 09:12
Compare
Choose a tag to compare

Bug fixes

  • Fixed show entity lists not sending proper query params

v7.17.0

16 Sep 13:28
Compare
Choose a tag to compare

Features

  • Show page: Allow to attach commands to a section in particular. (docs)
  • New checkbox filter (docs)

Bug fixes

  • Entity list: Fix disabled state styling

v7.16.0

15 Sep 14:40
Compare
Choose a tag to compare

Bug fixes

  • Geolocation: OSM map has wrong size on modal opening.
  • Fix iframe styling inside show text field

v7.15.0

02 Sep 12:28
Compare
Choose a tag to compare

Bug fixes

  • Fix: transformKeepOriginal attribute was not always passed in Editor embedded images case

v7.14.0

30 Aug 14:36
Compare
Choose a tag to compare

Features

  • Allow editor embeds without attributes
  • Allow float numbers in number input
  • Add new upload.transform_keep_original_image (see doc)

Bug fixes

  • Fix JSON when command separator is put at first position
  • Fix some iframe invalid style
  • Fix getEntityMenuLabel() type signature (#427)
  • Date: Set hours/minutes/seconds to 0 when hasTime is false (#334)

Improvements

  • Update to [email protected]
  • Change addEntityListSection signature (with backward compatibility) for easier access to collapsable feature, see #382

v7.13.0

16 Aug 13:01
Compare
Choose a tag to compare

Bug fixes

  • Prevent pasting formatted HTML when toolbar is hidden
  • Fix page not reloaded after 401/419 alert
  • Prevent removing file when dropping text on upload
  • Fix dashboard chart growing on changing filters
  • Fix UTF-8 encoding in editor field (#435, thanks to @marcinlawnik)

Improvements

  • Improve upload edit modal to be full height + with more controls (zoom, move)
  • Improve editor iframe with a custom modal