Skip to content

Releases: code16/sharp

v4.1.21

16 Oct 13:59
Compare
Choose a tag to compare

Bug fixes

  • Regression on upload cropping

v4.1.20

16 Oct 06:32
Compare
Choose a tag to compare

Bug fixes

  • front-end fix scrolling in modals (#192)

Improvements

v4.1.19

16 Sep 07:58
Compare
Choose a tag to compare

Bug fixes

  • front-end build assets...

v4.1.18

14 Sep 14:47
Compare
Choose a tag to compare

Bug fixes

  • front-end fix heading column alignment (#167)

Improvements

v4.1.17

22 Aug 09:55
Compare
Choose a tag to compare

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

v4.1.16

02 Jul 08:57
Compare
Choose a tag to compare

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

v4.1.15

25 Jun 10:28
Compare
Choose a tag to compare

Bug fixes

  • Form date input (front-end): Fix modal closes even on click inside the modal
  • Form population on create() (back-end): Properly handle related data (sub-models, defined with the : operator) on the Form in the default create() case

v4.1.14

18 Jun 12:19
Compare
Choose a tag to compare

Bug fixes

  • front-end (modal) : Fix modal closes even on form error (e.g. entity list command) (6d35823)
  • front-end (left-nav): Fix menu items overflow when there is more than 8 in a group (a05a088), closes #140

Improvements

  • front-end (left-nav): Allow multi-lines item label (20ef9cc), closes #141

v4.1.13

21 May 10:13
Compare
Choose a tag to compare

Bug fixes

  • front-end (entity list): fix query string not persistent when changing page or column sort (33f55ba)

v4.1.12

16 May 15:35
Compare
Choose a tag to compare

Bug fixes

  • front-end (form): fix read-only fields not working due to the dynamic attributes transformation
    (5eb942b)
  • front-end (form): broken fields with dynamic attributes in read-only forms (30bdf30)

Improvements

  • front-end (form): Improve "browse..." and "add item" buttons visibility (ad8b4d2)