Skip to content

Releases: code16/sharp

v4.1.16

02 Jul 08:57

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

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

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

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

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)